JTapiCallParked

Metreos.Providers.JTapi.JTapiCallParked

Summary

JTapiCallParked indicates that a call on a monitored phone has been parked.

Usage

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.

Remarks

JTapiCallParked can be used to trigger applications.

Event Parameters
Parameter Name.NET TypeDescription
StackTokenSystem.StringThe JTAPI protocol call ID.
ParkedPartySystem.StringThe party on which the call got parked
CallIdSystem.Int64Unique identifier used to identify this call which was parked.
ParkDNSystem.StringThe number on which the call is parked.
ParkingPartySystem.StringThe party which parked the call