cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
JeffKline
New Contributor

SIP Username on re-invite

We have a customer that has phone number A on his PBX.  We use a different name on the SIP trunk to register against our PBX.

They have a new cisco phone system that they are forwarding calls on and it does a re-invite on the forward.  The forward is not working becuase the username is blank on the reinvite coming from the Netvanta

voice trunk T03 type sip
description "SIP Trunk"
caller-id-override emergency-outbound numberA
match ani "$" add p-asserted-identity "numberB"
sip-server primary okencorephone.com
registrar primary okencorephone.com
registrar threshold absolute 20
dial-string source to
register numberB auth-name "numberB" password encrypted ....
codec-list TRUNK both
authentication username "numberB" password encrypted ...

I thought authentication username "numberB" password encrypted ... would send the username on the invite again.

But it doesn't appear to be doing that.

0 Kudos