How to make sip extension use specific sip gateway(s)?

Status
Not open for further replies.

yhbilisim

New Member
Feb 13, 2017
29
1
3
33
Hello

How to make sip extension use specific sip gateway(s)?
example:
ext 700 use gateway1
ext 701 use gateway2
 
You cannot do it this way. You can however add a condition to an outbound route that ties down to a single/group/whatever of phones.

JUst create seperate outbound routes that only have the gateway you want and add a condition that matches only the extensions you want to use it.
 
You cannot do it this way. You can however add a condition to an outbound route that ties down to a single/group/whatever of phones.

JUst create seperate outbound routes that only have the gateway you want and add a condition that matches only the extensions you want to use it.

Hello

How can I do that?
 
Create your 2 different gateways

Create an outbound route with this as the first condition:
condition ${outbound_caller_id_number} ^(700)$
. blah
. blah
. blah
action bridge gateway_name

repeat for 701
 
Create your 2 different gateways

Create an outbound route with this as the first condition:
condition ${outbound_caller_id_number} ^(700)$
. blah
. blah
. blah
action bridge gateway_name

repeat for 701


Hello

Thank you for being helpful.
 
Status
Not open for further replies.