cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2054
Views
0
Helpful
2
Replies

CME SIP Trunk - Broadsoft invite help

abcronin
Level 1
Level 1

Hello all

I have a Communications Manager Express running 8.5 and have been trying to connect it to an ITSP via a SIP trunk (Broadsoft SBC).

There is a requirement to use the P-Asserted-Identity field in the INVITE header configured for the pilot number of the system.

The Invite messages by default don't include the P-Asserted-Identity field so I need to include it.

I see there may be different ways of doing this, using a global command in voice service voip - sip, configuring on the dialpeer or using a sip profile to add the field to the invite header.

Could anyone offer any guidance to the best way to configure this?

I can show config and logs if needed?

Cheers

Andy

2 Replies 2

Jithin Jose
Level 1
Level 1

Changing the sip invites under sip profile has worked without any issues for me .

http://www.cisco.com/en/US/products/sw/voicesw/ps5640/products_configuration_example09186a0080982499.shtml.

Thanks for that, I did end up using a profile to achieve this and it works well.

Here is what I needed to do

From Global Config
voice service voip
   sip
    asserted-id pai

voice class sip-profiles 101
   request INVITE sip-header P-Asserted-Identity modify "<>" "<>1234567@domain.com>"

dial-peer voice 101 voip
description ** Outgoinging call to SIP trunk **
voice-class sip profiles 101

Cheers

Andy