4.7.6 CTI_MSG_GET_REQ
Description | Request for reading messages. This message returns maximum of 10 messages. If more messages are stored at the user it is necessary to repeat reading with CTI_IE_MSG, with the ID of the last read message. If this message returns less than 10 messages it means that the iteration can be finished. | |
Direction | To XML bridge | |
Sub-elements | CTI_IE_USER | User, whose messages are to be read. |
CTI_IE_MSG_ID | Readingstarts from message with this ID. If this element is not present, reading starts from the beginning. | |
CTI_IE_REFERENCE 1 | User information element. | |
Example | <msg Id="CTI_MSG_GET_REQ> <CTI_IE_USER Id="15"/> <CTI_IE_MSG_ID Id="45"/> <CTI_IE_REFERENCE Ref="23"/> </msg> | |
1 Optional IE |