This page was last edited on October 19, 2015, at 21:04.
Comments or questions about this documentation? Contact us for support!
SIP Server now reliably provides the origination DN name and location in EventRinging. The agent desktop can use this information to collect extended data about the originating party, such as the agent name, and present it to the destination party while the phone is ringing. In particular, Workspace Desktop Edition displays this information in the “toast” window, which notifies an agent about a new incoming call. This feature applies to all scenarios, including transfers, conferences, and call supervision in both single-site and multi-site deployments.
SIP Server adds two key-value pairs to EventRinging to implement new functionality:
The value of OriginationDN provided in EventRinging is synchronized with the party name delivered through EventUserEvent of the LCTParty interface.
EventRinging
AttributeExtensions
'OriginationDN' '21001'
'OriginationDN_location' 'Home'
AttributeThisDN '7101'
AttributeOtherDN '21001'
In the example above, the following LCTParty EventUserEvent will be distributed to DN 7101 when the call is established:
EventUserEvent
AttributeExtensions
'LCTParty0' '7001'
'LCTParty0_location' 'Home'
'LCTParty1' '21001'
'LCTParty1_location' 'Home'
'LCTPartiesLength' 2
AttributeThisDN '7101'
The following rules apply to the generation of origination party information:
The table below shows the origination information (DN and location) distributed in single-site and multi-site scenarios based on the following information:
Scenarios | EventRinging Attributes and Extensions | |||
---|---|---|---|---|
AttributeThisDN | OriginationDN | OriginationDN_location | AttributeOtherDN | |
7101 makes a call to 7102 | 7102 | 7101 | Home | 7101 |
1. 7101 makes a call to 5000 |
7102 | 7101 | Home | 7101 |
1. 7101 makes a call to 7102 |
7103 | 7101 | Home | 7101 |
1. 7101 makes a call to 7102 |
7103 | 7102 | Home | Not available |
1. 7103 monitors 7102 |
7103 | 7101 | Home | 7101 |
1. 7101 makes a call to 5000 |
7901 | 7101 | Home | 100100 |
1. 7101 makes a call to 7102 |
7901 | 7102 | Home | confXXX/msmlXXX |
Enable the Call Participant Info functionality by setting the sip-enable-call-info configuration option to true in the TServer section of the SIP Server Application.