4.6.11 CTI_CALL_CF_ROOM_REQ

Description

Request for adding a participant to a conference room. Options are station, user or address. First station/user/address id called and after connect, destination is added to conference. CTI_IE_STATION is necessary IE, that defines a station, according to which the call will be routed.

Direction

To XML bridge

Sub-elements

CTI_IE_TRANSFER_ID

ID of conference room, that is participant being added to.

CTI_IE_ROUTING_STATION

Station, according to which is routing of a call being done.

CTI_IE_STATION

Station that should be added to conference room. If value is -1 or IE is missing, then user or address is added to conference. Only one of these elements can be added.

CTI_IE_USER

User, that should be added to conference room. If value is -1 or IE is missing, then station or address is added to conference. Only one of these elements can be added.

CTI_IE_CALLING_ADDRESS

Address, that should be added to conference room. If value is -1 or IE is missing, then station or user is added to conference. Only one of these elements can be added.

CTI_IE_REFERENCE 1

User information element.

CTI_IE_TAG 1

Tagging of the call, so that it could be recognized in the status information.

Example

<msg Id="CTI_CALL_CF_ROOM_REQ">

       <CTI_IE_TRANSFER_ID Id="0x2"/>   

       <CTI_IE_ROUTING_STATION Id="0x5"/>     

       <CTI_IE_CALLING_ADDRESS Scheme="PHONE_NUMBER" SubType="INTERNAL" Info="2005"/>

       <CTI_IE_TAG Ref="15"/>

       <CTI_IE_REFERENCE Ref="26"/>

</msg>

1 Optional IE