Triggering
JTapiCallParked indicates that a call on a monitored phone has been parked.
JTapiCallParked indicates that a call on monitored phone has been parked.The call which was parked is indicated by the CallID parameter.The call could have been parked either programmatically by the invokation of ??? api or manually on the phone.
The number on which the call got parked is indicated by the ParkDN parameter. Other parameters like who parked the call ,the ParkingParty and which party got parked ,the ParkedParty are also passed as parameters in the event.
JTapiCallParkedevent is always followed by a JTapiHangup event. This is because as soon, as soon as a 'PARKING' operation is done on a device, the device gets dropped from the call.
Any parked call can be unparked using and passing the parkDN as the To parameter.A call when unparked results in a event.
In case a call in not unparked till the 'Call Park Reversion Timer ' on Cisco Communications Manager expires, a event is sent to the ParkingDN.This indicates , that the call can no longer be unparked on the parkDN.
JTapiCallParked can be used to trigger applications.
| Parameter Name | .NET Type | Description |
|---|---|---|
| StackToken | System.String | The JTAPI protocol call ID. |
| ParkedParty | System.String | The party on which the call got parked |
| CallId | System.Int64 | Unique identifier used to identify this call which was parked. |
| ParkDN | System.String | The number on which the call is parked. |
| ParkingParty | System.String | The party which parked the call |