Send Message
The interface sends a message to SIHOT to be displayed on the client.
Operationcode: SM
SM
Direction
IF Partner → SIHOT
Message
<?xml version="1.0" encoding="ISO-8859-1"?>
<SIHOT-Document>
<TN>4721</TN>
<OC>SM</OC>
<HN>4711</HN>
<MSG>Please restart the PBX</MSG>
<TYPE>INFO</TYPE>
<DEST>disp_4712</DEST>
</SIHOT-Document>
Attributes Message
Attribute | Denotation | Type |
---|---|---|
DEST | Destination, id of the client to be displayed. If DEST is \* , this message is sent to all SIHOT clients logged on. |
String |
HN | Hotel Number | int |
MSG | Message to be sent to <ORG> in plain text. |
String |
OC | Action Type: SM = Send Message | String |
TYPE | Type of the information to be displayed | String |
Response
The answer could look like:
<?xml version="1.0" encoding="ISO-8859-1"?>
<SIHOT-Document>
<TN>4721</TN>
<OC>ACK</OC>
<RC>0</RC>
</SIHOT-Document>