Hi
I am using a inGate SBC and i am able to hairpin. I did run into a proble
at first but it turned out to be something else. But along the way i was
able to route inbound to the sipX by changing the port away form 5060, just
pick one like 6070 then set up a rule that looked for and took traffic from
port 6070 and set it Forward back to 5060 out to the SBC => ITSP. The other
and final solution was changing the remote phone from Grandstream to Snom
because Grandstream fails in all phones to manage RE-Invites. Lost two
weeks screwing with the Grandstreams.
AT&T analog phone <==> Sip trunk ITSP <==> ((inGate <==> sipX(
registration ) back out <==> SiP Trunk ITSP)(high speed T1)) <==> and ring a
ip phone connected to an AT&T DSL router in another part of the office.
r
Original Message
From: "OpenSBC Forum"
To:
Sent: Tuesday, November 18, 2008 9:50 AM
Subject: Re:
OpenSBC SipX<=>OpenSBC: inbound route doesn't work
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:100@sipx.mydomain and want to be routed to number sip:200@sipx.mydomain
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:100@sipx.mydomain" expires="3600"
/>
<account user-name="44555555555" auth-user-name="44555555555"
auth-password="mypass" inboundroute="sip:200@sipx.mydomain" expires="3600"
/>
</trunk-accounts>
<transient-accounts>
<account user-name="44444444444" auth-user-name="44444444444"
auth-password="mypass" inboundroute="sip:100@sipx.ebc.mydomain" />
<account user-name="44555555555" auth-user-name="44555555555"
auth-password="mypass" inboundroute="sip:200@sipx.mydomain" />
</transient-accounts>
</siptrunk>
</xml>
This SF.Net email is sponsored by the Moblin Your Move Developer's
challenge
Build the coolest Linux based applications with Moblin SDK & win great
prizes
Grand prize is a trip for two to an Open Source event anywhere in the
world