Nov 11, 2008 6:11 PM
not able to register SIP trunks
I'm not able to register any sip trunks. I have loaded the following info into SIP-Trunk-Config:
<root>
<siptrunk trunk-name="xxx.xxx.com"
route-set="xxx.xxx.com"
sip-domain="xxx.xxx.com"
expires="10">
<trunk-accounts>
<account user-name="xxxx"
auth-user-name="xxxx"
auth-password="xxxx"
inbound-route="sip:200@sipx.xxx.xxx"
expires="3600"/>
</trunk-accounts>
<transient-accounts>
<account user-name="xxxx"
auth-user-name="xxxx"
auth-password="xxxx"
inbound-route="sip:200@sipx.xxx.xxx"
expires="3600"/>
</transient-accounts>
</siptrunk>
</root>
From the logs it doesn't appear to have even tried to register. The info does show up in OpenSBC.ini. In OpenSBC - General Parameters, I have enabled 'Enable Trunk Port' and restarted. I have tried these and another set of trunks, both of which have been used with asterisk so I know they work, but from looking at the logs it doesn't appear they are even trying to register. Another thing I noticed is that there is a file in the opensbc directory named sip-trunk.conf.xml which only has a default-looking configuration in it. Is this supposed to be filled by what I entered in the SIP-Trunk-config window? Am I missing something? Any help would be appreciated.
Thanks.
radp1399