How to add +1 in INVITE

Hi Folks,

Below is a sample INVITE. I am trying to add “+1” in the Calling Number. So instead of 19255551212, I would like to send +19255181212. Any ideas on how to achieve it.

Thanks

Atif…

INVITE sip:1925181212@1.1.1.1 SIP/2.0
Via: SIP/2.0/UDP 2.2.2.2:5060;branch=z9hG4bK35fa7c83;rport
From: “5104901111” sip:5104901111@2.2.2.2;tag=as12ff7e24
To: sip:+19255181212@1.1.1.1

Please show us what you used in the dialplan to produce that INVITE.

We may also need sip.conf, to make sure that you have’t overridden anything.

Also please confirm that you actually want to add just “+”, not “+1”.

Pretty straightforward in the dial plan. It is

[ Context ‘from-trunk-sip-Broadvox’ created by ‘pbx_config’ ]
’_.’ => 1. Set(GROUP()=OUT_3) [pbx_config]
2. Goto(from-trunk|${EXTEN}|1) [pbx_config]
Include => ‘from-trunk-sip-Broadvox-custom’ [pbx_config]

Basically just trying to add a “+” in front of the number i.e. if its US, then +1, if its international then +cc.

This is looking like you are using a GUI. If so, you need to ask the question on the forum for the GUI. FreePBX, etc. do not have forums for such questions on this board. I’m guessing FreePBX, for which you want freepbx.org/forums

If you are not using a GUI you need to provide enough of the dialplan to trace the call through from the receiving the incoming dialed number to issuing the Dial application call.