Forwarding to sip uri

Status
Not open for further replies.

Saleh

New Member
Dec 24, 2016
5
0
1
63
Hi,

call forwarding to sip uri in call routing/call forward/enabeld , like Sip/0123456789@sipserver.com or Sip:0123456789@sipserver.com not possible.
Thanks in advance for your help.
 

codeofdusk

New Member
Oct 26, 2016
5
2
3
24
Hilton Head Island, SC, US
n6.io
If you want to forward to an external SIP urI, you'll need to create a new extension (dialplan>dialplan manager). Set the condition to destination_number with expression ^somenumber$ where some number is the number to dial inside the PBX to reach the SIP URI.
Set the action to bridge, with the value sofia/external/sip:sipuser@sipdomain where sipuser@sipdomain is the SIP URI.
Hit save when done. Anytime someone dials the destination_number you set above from inside the PBX, they will be forwarded to your SIP URI.
Hope that helped, if you need further clarification please let me know.
 

moteus

New Member
Nov 14, 2016
13
1
1
44
I think it possible use full dialstring there. like `sofia/external/0123456789@sipserver.com` or like `sofia/gatewat/......./0123456789@sipserver.com`.
 
Status
Not open for further replies.