Hey guys. I have a SIP trunk between a Cisco UCM cluster and an Avaya IP Office 500 system.
Everything works great except when calling from the Cisco phones to the Avaya phones, the called party name (destination name) does not show up on the Cisco phone. When calling from Avaya to the Cisco phones, the Avaya phone shows the name of the person you are calling. This is done via the P-Asserted-Identity header which is being passed from the Cisco UCM to the Avaya system and being displayed on the Avaya phones. (As far as I am aware, at least).
I cannot figure out how to get the Avaya system to send the PAI header over the SIP trunk for inbound calls. Can anyone please help me out. Below are two snippets of SIP traces from either system for inbound calls.
Calling from Avaya to Cisco UCM (Inbound to Cisco, Cisco replies with PAI in 180):
(That P-Asserted-Identity field, "UserX" is what gets displayed on the Avaya phone when calling out to Cisco).
Calling from Cisco UCM to Avaya (Inbound to Avaya, no PAI info):
(No PAI field information. No Called Name party display on the Cisco phones).
Please help! Thank you..
Everything works great except when calling from the Cisco phones to the Avaya phones, the called party name (destination name) does not show up on the Cisco phone. When calling from Avaya to the Cisco phones, the Avaya phone shows the name of the person you are calling. This is done via the P-Asserted-Identity header which is being passed from the Cisco UCM to the Avaya system and being displayed on the Avaya phones. (As far as I am aware, at least).
I cannot figure out how to get the Avaya system to send the PAI header over the SIP trunk for inbound calls. Can anyone please help me out. Below are two snippets of SIP traces from either system for inbound calls.
Calling from Avaya to Cisco UCM (Inbound to Cisco, Cisco replies with PAI in 180):
Code:
SIP/2.0 180 Ringing Via: SIP/2.0/UDP 10.2.10.189:56082;rport;branch=z9hG4bKPj3SuuV7rduceI20EeEbCRnkr4LXpd5mjI From: "260" <sip:[email protected]>;tag=3Ovxj7AHdRERMRJPLk98i1yxRskDhU4m To: <sip:[email protected]>;tag=fd298c1515c002a3 Call-ID: Odi1wNclBwyS75WWx9tT4FRjC8pnp4zl CSeq: 29327 INVITE Contact: "821558" <sip:[email protected]:5060;transport=udp> Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, INFO, SUBSCRIBE, REGISTER, PUBLISH, UPDATE P-Asserted-Identity: "UserX" <sip:[email protected]:5060> Supported: timer Content-Length: 0
Calling from Cisco UCM to Avaya (Inbound to Avaya, no PAI info):
Code:
SIP/2.0 180 Ringing Via: SIP/2.0/TCP 10.2.10.3:5060;branch=z9hG4bK458d1604ff9c0 From: "UserX" <sip:[email protected]>;tag=676646~81ca2ef4-b149-42e4-8577-2d9582cea9ed-31036730 To: <sip:[email protected]>;tag=97d82c787a1a102e Call-ID: [email protected] CSeq: 101 INVITE Contact: "UserY" <sip:[email protected]:5060;transport=tcp> Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, INFO, UPDATE Supported: timer Content-Length: 0
Please help! Thank you..
Comment