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

Status
Not open for further replies.

yhbilisim

New Member
Feb 13, 2017
28
1
3
32
Hello

How to make sip extension use specific sip gateway(s)?
example:
ext 700 use gateway1
ext 701 use gateway2
 

DigitalDaz

Administrator
Staff member
Sep 29, 2016
3,045
566
113
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.
 

yhbilisim

New Member
Feb 13, 2017
28
1
3
32
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?
 

roger_roger

Member
Oct 12, 2016
198
19
18
69
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
 

yhbilisim

New Member
Feb 13, 2017
28
1
3
32
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.