Triggering
JTapiCallUnParked indicates that a call on a monitored phone has been Unparked.
JTapiCallUnParked indicates that a call which was parked on parkDN has been unparked by the line UnparkingDN on the monitored phoneUnparkingDevice.
In case the call is unparked on a non-monitored phone, the event is still sent , but with UnKnOwN values for UnparkingDN , UnparkingDevice and a null CallID. The event is still significant as it informs the application that the call has been unparked and the application should no longer try to unpark it.
JTapiCallUnParked can be used to trigger applications.
| Parameter Name | .NET Type | Description |
|---|---|---|
| ParkDN | System.String | The number on which the call was parked. |
| UnparkingDN | System.String | The DN on the unparking device which unparked the call |
| StackToken | System.String | The JTAPI protocol call ID. |
| CallId | System.Int64 | Unique identifier used to identify the call leg on the UnparkingDevice. This will be null in case the UnparkingDevice is not in the monitored pool. |
| UnparkingDevice | System.String | The device which unparked the call |