You need at least TServer Release Number 8.0.101.05
New in This Release
* T-Server now supports the call release tracking feature, which provides information about which party initiated the release of a call. This feature can be valuable for different applications to provide historical and real-time call reporting. The following restrictions/limitations apply to this feature:
Call release tracking can be configured using the configuration option releasing-party-report option. This configuration option enables/disables the reporting in the AttributeExtensions of the extension key ReleasingParty in EventReleased and EventAbandoned events, and also enables/disables AttributeCtrlParty reporting in EventCallPartyDeleted and EventCallDeleted events.
Note: A client must subscribe for call-monitoring events by issuing RequestStartCallMonitoring in order to receive EventCallPartyDeleted and EventCallDeleted messages.
releasing-party-report
Default Value: false
Valid Values: true, false
Changes Take Effect: Immediately
This configuration option specifies whether T-Server reports the ReleasingParty key in the AttributeExtensions of EventReleased and EventAbandoned events to indicate which party initiated the call release. Additionally, this option specifies whether T-Server reports AttributeCtrlParty in the EventCallPartyDeleted and EventCallDeleted events to indicate which party initiated the call release (when call monitoring is enabled in T-Server). This option can be configured only in the TServer section of the T-Server Application object. If this configuration option is set to true, the value assigned to AttributeCtrlParty will contain the DN of the party that initiated the release, and the ReleasingParty key will contain one of the following values:
* 1 Local-the call is released because AttributeThisDN in EventReleased requested a release operation.
* 2 Remote-the call is released because the other party (which is remote to AttributeThisDN) in EventReleased or EventAbandoned requested a release operation.
* 3 Unknown-the call is released, but T-Server cannot determine the release initiator.