This page was last edited on November 25, 2014, at 21:47.
Comments or questions about this documentation? Contact us for support!
Call Supervision functionality has been enhanced to enable a supervisor to change between any supervision modes—silent monitoring, whisper coaching, or open supervisor presence—in MSML-based call monitoring, as follows:
When a supervisor changes the supervision mode using the TSetMuteOff or TSetMuteOn request, SIP Server generates an EventPrivateInfo(4024) message with the MonitorMode key in AttributeExtensions to the supervisor and agent DNs, and all of subscribed T-Library clients.
Switching between supervision modes can be performed only during an established supervision call (with a supervisor present on the call), and from the same supervisor DN from which the TMonitorNextCall request was sent.
This feature is supported for Assistance Supervision and Multi-site Supervision, and for both monitoring scopes agent and call.
Note: This feature depends on support from specific versions of Workspace Desktop or a T-Library client. Consult corresponding documentation for the availability of this new feature in those components.
In the TServer section of the SIP Server Application, configure the following options:
Other call supervision options can be configured as required:
The sip-enable-call-info configuration option has been modified to support this feature.
Default Value: false
Valid Values: true, false
Changes Take Effect: Immediately
If set to true, SIP Server does the following:
If set to false, SIP Server does not distribute an EventPrivateInfo(4024) message when the monitoring mode changes.
The MonitorMode key has been modified to support this feature.
Key: MonitorMode
Type: String
Valid Values: mute, normal, connect, coach
Requests: TMonitorNextCall, TRouteCall, TSetMuteOn, TSetMuteOff
Events: EventPrivateInfo
Specifies the monitoring mode as follows:
If MonitorMode is set to coach in the TSetMuteOff or TSetMuteOn request, the monitoring mode is changed to whisper coaching for the current supervision session.
Note: TSetMuteOn and TSetMuteOff support only the coach value.
Supervision modes cannot be changed during the remote supervision session.