Re: [OpenSBC] SipX<=>OpenSBC: inbound route doesn't work
Brought to you by:
joegenbaclor
From: OpenSBC F. <ope...@op...> - 2008-11-18 15:50:54
|
I guess I can make two calls over sip-trunk at the same time. I want to test incoming calls but I can't call from PSTN number. So I'm trying to call from my internal sipx number over sip-trunk to another number which must be routed to another internal number. According to this sip-trunk config I dial 44555555555 from number sip:10...@si...domain and want to be routed to number sip:20...@si...domain Is it correct? <xml> <siptrunk trunk-name="provider.org" route-set="provider.org" sip-domain="provider.org" expires="20"> <trunk-accounts> <account user-name="44444444444" auth-user-name="44444444444" auth-password="mypass" inboundroute="sip:10...@si...domain" expires="3600" /> <account user-name="44555555555" auth-user-name="44555555555" auth-password="mypass" inboundroute="sip:20...@si...domain" expires="3600" /> </trunk-accounts> <transient-accounts> <account user-name="44444444444" auth-user-name="44444444444" auth-password="mypass" inboundroute="sip:10...@si...domain" /> <account user-name="44555555555" auth-user-name="44555555555" auth-password="mypass" inboundroute="sip:20...@si...domain" /> </transient-accounts> </siptrunk> </xml> |