[asterisk-users] Splitting origination and termination

D'Arcy Cain darcy at VybeNetworks.com
Sun Oct 20 07:59:22 CDT 2019


Up to now I have been using one remote server for both incoming and 
outgoing.  The SIP entry looks like this:

[combined]
disallow=all
allow=ulaw
allow=gsm
allow=ilbc
dtmfmode=rfc2833
host=206.380.260.100
defaultuser=6477957868
secret=xxxxxxxxxxxxxx
insecure=invite,port
type=friend
context=unauthenticated

Now I am switching to a provider that uses one server for origination 
and two different ones for termination.  This is my new config.

[incoming01]
disallow=all
allow=ulaw
allow=gsm
allow=ilbc
dtmfmode=rfc2833
host=205.265.36.100
insecure=invite,port
type=peer
context=unauthenticated

[incoming02]
disallow=all
allow=ulaw
allow=gsm
allow=ilbc
dtmfmode=rfc2833
host=205.265.133.100
insecure=invite,port
type=peer
context=unauthenticated

[outgoing]
allow=ulaw
allow=gsm
allow=ilbc
dtmfmode=rfc2833
host=205.265.22.100
type=peer

Does this seem correct?  Is there any way to combine the two incoming 
ones?  Do I have more than I need?  Am I missing anything?

TIA.

-- 
D'Arcy J.M. Cain
Vybe Networks Inc.
http://www.VybeNetworks.com/
IM:darcy at Vex.Net VoIP: sip:darcy at VybeNetworks.com



More information about the asterisk-users mailing list