4.6.9 CTI_ADD_CF_REQ

Description

Request for adding a destination to conference. Options are station or address. First station or address is called and after call connect, this call is added to conference. Necessary parameter is station, according to which the call is routed.

Direction

To XML bridge

Sub-elements

CTI_IE_TRANSFER_ID

Conference ID, that should be Id konference, do které se má přidávat.

CTI_IE_ROUTING_STATION

Station, according to which the call is routed

CTI_IE_STATION

Station that should be added to conference. If value is -1, or IE is missing, then address is added. It is neccesary to enter only one of these options.

CTI_IE_CALLING_ADDRESS

Address, that should be added to conference. If it is empty, or IE is missing, station is added. It is neccesary to enter only one these options.

CTI_IE_REFERENCE 1

User reference, is returned in response.

CTI_IE_TAG 1

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

Example

<msg Id="CTI_ADD_CF_REQ">

       <CTI_IE_TRANSFER_ID Id="0x2"/>   

       <CTI_IE_ROUTING_STATION Id="0x5"/>     

       <CTI_IE_STATION Id="0x1"/>

       <CTI_IE_TAG Ref="15"/>

       <CTI_IE_REFERENCE Ref="25"/>

</msg>

1 Optional IE