[OpenSBC] more osbc and sipx
Brought to you by:
joegenbaclor
From: OpenSBC F. <ope...@op...> - 2008-11-13 00:19:57
|
Greetings, I am trying to use OpenSBC with SipXecs for sip trunk registration and NAT traversal. I have them both on a single box and am trying to get the OpenSBC part to work with sipX. Reading the OSBC and sipX forums has left me a bit confused about a few things, such as: 1) I haven't been able to get the sip trunks to register, and judging from the log file, they don't even attempt to register. If I have a xml configuration in the SIP-Trunk-config xml window, can I expect it to attempt to register even if it's wrong? or do I need to do something to tell it to attempt to register? Does the fact that mine does not even attempt to register mean that something else that is wrong is keeping it from attempting to register? 2) Should I be using Upper Registration? or some other mode with SipX? 3) Should the B2BUA routes go both ways, one set toward the sipx box and another toward the sip provider? 4) Should UpperReg routes (if needed) go both ways, one set toward the sipx box and another toward the sip provider? Any help would be appreciated. Here are some of my settings. I've tried a lot of different combinations in the last couple of days but here is what they are currently. If there are any settings I should or shouldn't have for using OSBC with SipX, please let me know. Thanks. radp1399 Some of my settings: SBC-Application-Mode: B2BUpperReg Mode Interface-Address: sip:*:15060 (sipX uses 5060) Enable-Backdoor-Port yes Enable-Trunk-Port yes Enable-Calea-Port yes Trusted-Domain Accept all calls yes Host-Access-List Trust-all-host yes Local-Domain-Accounts Accept-All-Registration yes B2BUA-Routes sip:20...@my...:*]sip:my.sipxbox.com:*;sip-trunk=true sip:*@my.sipprovider.com:*]sip:my.sipprovider.com:*;sip-trunk=true sip:*@my.othersipprovider.com:*]sip:myother.sipprovider.com:*;sip-trunk=true [sip:*@my.sipxbox.com:*]sip:my.sipxbox.com:*;sip-trunk=true Catch-All-Route blank Outbound-Proxy my.sipprovider.com Upper-Registration Enable-Stateful-Reg yes [sip:*@my.sipprovider.com:*]sip:my.sipprovider.com:*;domain=mysipprovider.com;sip-trunk=true [sip:*@my.othersipprovider.com:*]sip:my.othersipprovider.com:*;domain=my.othersipprovider.com;sip-trunk=true [sip:*@my.sipxbox.com:*]sip:my.sipxbox.com:*;domain=my.sipxbox.com;sip-trunk=true SIP-Trunk-Config <root> <siptrunk trunk-name="my.sipprovider.com" route-set="my.sipprovider.com" sip-domain="my.sipprovider.com" expires="10"> <trunk-accounts> <account user-name="sipproviderusername" auth-user-name="sipproviderusername" auth-password="sipproviderpassword" inbound-route="sip:20...@my..." expires="3600"/> </trunk-accounts> <transient-accounts> <account user-name="sipproviderusername" auth-user-name="sipproviderusername" auth-password="sipproviderpassword" inbound-route="sip:20...@my..." expires="3600"/> </transient-accounts> </siptrunk> </root> |