4.12.3 CTI_BUNDLE_LOGIN_REQ
Description | Logs user or station to bundle. | ||
Direction | To XML bridge | ||
Sub-elements | CTI_IE_USER 2 | ID of user, that should be logged in to bundle. Only one IE should be included in message, either CTI_IE_USER or CTI_IE_STATION, never both. | |
CTI_IE_STATION 2 | ID of station, that should be logged in to bundle. Only one IE should be included in message, either CTI_IE_USER or CTI_IE_STATION, never both. | ||
CTI_IE_BUNDLE | ID of bundle that user should be logged in. | ||
CTI_IE_REFERENCE1 | User information element. | ||
Example | <msg Id="CTI_BUNDLE_LOGIN_REQ"> <CTI_IE_USER Id="1"/> <CTI_IE_BUNDLE Id="2"/> <CTI_IE_REFERENCE Ref="23"/> </msg> | ||
1 Optional IE | |||
2 One message contains only one marked IE |