4.11.1 CTI_FW_SET_REQ
Description | Enables or disables call forwarding on user or station. | ||
Direction | To XML bridge | ||
Sub-elements | CTI_IE_USER 2 | ID of user, that should have call forwarding configured. Only one IE is entered, either CTI_IE_USER or CTI_IE_STATION, never both in one request. | |
CTI_IE_STATION 2 | ID of station, that should have call forwarding configured. Only one IE is entered, either CTI_IE_USER or CTI_IE_STATION, never both in one request. | ||
CTI_IE_FORWARDING_TYPE | Type of call forwarding. (CFU or CFNA or CFEC). | ||
CTI_IE_DEST | Destination of call forwarding. Atribut Type is always relevant, ID in specific cases. | ||
CTI_IE_CALL_ADDRESS 1 | Address, that calls should be forwarded to. IE is entered only when destination is Type ADDRESS. | ||
CTI_IE_FNR_TOUT 1 | Timeout, after which call forwarding is executed. Only for Type CFNA. Input in seconds. | ||
CTI_IE_REFERENCE 1 | User information element. | ||
Example | <msg Id="CTI_FW_SET_REQ"> <CTI_IE_USER Id="1"/> <CTI_IE_FORWARDING_TYPE Type="CFNA"/> <CTI_IE_DEST Type="STATION" Id="1"/> <CTI_IE_FNR_TOUT FNRTOut="10"/> <CTI_IE_REFERENCE Ref="23"/> </msg> | ||
1 Optional IE | |||
2 One message contains only of marked IE |