Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

This document will attempt to provide working OpenSBC configurations for a few commonly used sipxecs calling scenarios. It is a work in progress, so please check back often. For any questions or comments, contact the author (raymund.nones [at] gmail.com) or post to the OpenSBC forum at http://www.opensourcesip.org.

...

for the given example route: [sip:*] sip:sipx.example.com

this will route all traffic from OSBC to SipX instance at sipx.example.com

...

2.) Add Routes to Route-List

Ex. [sip:*] sip:sipx.example.com

for the given example route: [sip:*] sip:sipx.example.com this will route all calls from OSBC to SipX instance at sipx.example.com

...

2.) Add Routes to Route-List

Ex.

[sip:*] sip:sipx.example.com

for the given example route: [sip:*] sip:sipx.example.com this will route all calls from OSBC to SipX instance at sipx.example.com

[sip:12*] sip:mypstngateway

for the given example route: [sip:12*] sip:mypstngateway this will route all calls starting with 12(Prefix 9 was drop by SipXecs for outgoing call) from OSBC to PSTN Gateway

...

2.) Add Routes to Route-List

Ex. [sip:12345678] sip:100@sipx.example.com

Note: replace 12345678 with your correct DID number

for the given example route: [sip:12345678] sip:100@sipx.example.com this will route calls from OSBC(12345678) to SipX AutoAttendant(indicated by ext 100 or replace with 200 to go directly to extension) at sipx.example.com

...

2.) Add Routes to Route-List

Ex.

[sip:12*] sip:mypstngateway

for the given example route: [sip:12*] sip:mypstngateway this will route all calls starting with 12(Prefix 9 was drop by SipXecs for outgoing call) from OSBC to PSTN Gateway

...

2.) Add Routes to Route-List

Ex. [sip:12345678] sip:100@sipx.example.com

Note: replace 12345678 with your correct DID number

for the given example route: [sip:12345678] sip:100@sipx.example.com this will route calls from OSBC(12345678) to SipX AutoAttendant(indicated by ext 100 or replace with 200 to go directly to extension) at sipx.example.com(local SipXecs Address)

...

3.) Add Routes to Route-List

Ex. [sip:100*] sip:sipx.example.com

for the given example route: [sip:100*] sip:sipx.example.com this will route all calls with prefix 100 from OSBC to SipXecs Auto Attendant at sipx.example.com

...

2.) Add Routes to Route-List

Ex. [sip:12*] sip:sip.ringcentral.com;sip-trunk=true

for the given example route: [sip:12*] sip:sip.ringcentral.com;sip-trunk=true, this will route all calls starting with 12(Prefix 9 was drop by SipXecs for outgoing call) from OSBC to Sip Trunk Provider (in this case, Ring Central)

...