This page was last edited on October 16, 2015, at 20:40.
Comments or questions about this documentation? Contact us for support!
SIP Server now reliably informs agents of a supervisor's in-call presence in multi-site and complex single-site scenarios, when the Providing Call Participant Info feature is enabled. This feature applies to all types of call supervision—single-site, multi-site, and remote supervision. SIP Server reports the supervisor information in the EventUserEvent messages distributed to the logged-in agents. This information is primarily used by T-Library clients, such as Workspace Desktop, to display parties participating in the call.
The supervisor-related information is reported in the Extensions attribute of the relevant event using the following key-value pairs:
A supervisor can switch between supervision modes and whenever there is change in supervision mode, SIP Server reports the change in EventPrivateInfo.
Using the EventUserEvent and EventPrivateInfo messages, Workspace Desktop could improve the customer experience by providing the accurate status of call supervision scenarios.
Note: Supervision mode is distributed only in the first EventUserEvent message generated immediately after a supervisor answers the call.
The following sample scenario describes the enhanced LCTParty interface with the supervision information:
SIP Server generates EventUserEvent—immediately after a supervisor answers the call—for DNs 1001@A and 1002@A with the following information:
EventUserEvent
AttributeExtensions
'LCTParty0' '21001'
'LCTParty0_location' 'B'
'LCTParty1' '1001'
'LCTParty1_location' 'A'
'LCTPartiesLength' 2
'LCTSupervisor0' '1002'
'LCTSupervisor0_location' 'A'
'LCTSupervisor0_mode' 'mute'
'LCTSupervisor0_monitoredDN' '1001'
'LCTSupervisorLength' 1
AttributeConnID 1
In the TServer section of the SIP Server Application, set the following configuration options:
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.
Default Value: true
Valid Values: true, false
Changes Take Effect: Immediately
This option applies only when sip-enable-call-info is enabled. When this option is set to true, SIP Server generates the supervisor information (LCTSupervisor<n> key-value pairs) and the location of call participants (LCTParty<n>_location) in EventUserEvent.
This feature is available starting with SIP Server version 8.1.101.74. If you run SIP Server version 8.1.101.59 and later, Genesys recommends the following upgrading procedure: