4.6.25 CTI_UNPARK_REQ

Description

Request to call unparking. When unparking it's necessary to create a call to the station which needs to be unparked, using function CTI_DIAL_REQ, and only then call this message for unparking. It's the best to create a call to the station which will be unparked and as a dialled number use the number of the actual station (it will call itself – as in example where the station with ID 2 has a number 21). ATTENTION – the importance of individual IE differs from a report for parking.

Direction

To XML bridge

Sub-elements

CTI_IE_CALL_ID

Call to which to transfer a parked call. I.e. it is a call ID that was created using CTI_DIAL_REQ. If the station called itself, you can use any ID generated by those two calls.

CTI_IE_STATION 1

Station, that is requesting for the service (only settings for the service is taken from the station – not mandatory).

CTI_IE_PARK_SLOT

Park slot that should be used – numbers 0–9 (mandatory).

CTI_IE_REFERENCE1

User information element.

Example

<msg Id="CTI_DIAL_REQ">

       <CTI_IE_STATION Id="0x2"/>

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

       <CTI_IE_TAG Ref="15"/>

       <CTI_IE_REFERENCE Ref="23"/>

</msg>

 

<msg Id="CTI_UNPARK_REQ">

       <CTI_IE_CALL_ID Id="0x4"/>

       <CTI_IE_STATION Id="0x2"/>

       <CTI_IE_PARK_SLOT Id="3"/>

       <CTI_IE_REFERENCE Ref="24"/>

</msg>

1 Optional IE