Wake Up Answer
A Wake Up Answer is send from the Interface to confirm that a Wake Up Request has beend successful executed and the quest have been waked up.
Operationcode: WA
WA
Direction
IF Partner → SIHOT
Message
This is a wake up answer to a successful wake up call executed by a Pay-TV system.
<?xml version="1.0" encoding="ISO-8859-1"?>
<SIHOT-Document>
<TN>4725</TN>
<OC>WA</OC>
<PH>118</PH>
<HN>4711</HN>
<TYPE>OK</TYPE>
<DA>2002-05-31</DA>
<TI>14:42:00</TI>
<SRC>PTV</SRC>
</SIHOT-Document>
Attributes Message
Attribute | Denotation | Type |
---|---|---|
OC | Action Type: WA = Wake Up Answer |
String |
PH | Phone extension, where this wake up call should be executed | uns. Int |
TYPE | Wake up | String |
TI | Time of the wake up call | Time |
SRC | Origin of the wake up answer | String |
The time in the wake up answer must be the same as in the wake up request.
Response
The answer could look like:
<?xml version="1.0" encoding="ISO-8859-1"?>
<SIHOT-Document>
<TN>4725</TN>
<OC>ACK</OC>
<RC>0</RC>
</SIHOT-Document>