Re: [OpenSIPStack] incoming routes
Brought to you by:
joegenbaclor
From: OpenSIPStack F. <ope...@op...> - 2008-06-20 01:11:46
|
It won't work for this INVITE. SIPTrunks are identified through their domains. In your previous post you indicated that the domain is sip-domain="did.les.net". This should be the same domain that your provider should use in the TO-URI for inbound calls. Instead they sent sip:78621XXXX@204.13.XX.XX:5066 which is obviously the contact address. Joegen > {quote:title=illizit wrote:}{quote} > > Hello. > > > I finally got my trunks to register. This issue I currently have is when a incoming call is received opensbc replies back with Internal Server Error 500. > > > Here is the invite: > > > > U 64.34.181.47:5060 -> 204.13.XX.XX:5066 > INVITE sip:78621XXX@204.13.XX.XX:5066 SIP/2.0 > Via: SIP/2.0/UDP 64.34.181.47:5060;branch=z9hG4bK68d77e9c;rport > From: "NOT FOUND" <sip:13052XXXXX@64.34.181.47>;tag=as1941af79 > To: <sip:78621XXXX@204.13.XX.XX:5066> > Contact: <sip:130529XXX@64.34.181.47> > Call-ID: 046e8d7b24d7315c5074495a46fb29ba@64.34.181.47 > CSeq: 102 INVITE > User-Agent: LES.NET.VoIP > Max-Forwards: 70 > Date: Thu, 19 Jun 2008 07:30:16 GMT > Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, SUBSCRIBE, NOTIFY > Content-Type: application/sdp > Content-Length: 317 > > > > > > > > > Then opensbc responds back with: > > > > U 204.13.XX.XX:5066 -> 64.34.181.47:5060 > SIP/2.0 500 Internal Server Error > From: "NOT FOUND" <sip:1305XXXXXX@64.34.181.47>;tag=as1941af79 > To: <sip:7862XXXXX@204.13.XX.XX:5066>;tag=c298d0d21d3cdd119638a704fbd83836 > Via: SIP/2.0/UDP 64.34.181.47:5060;branch=z9hG4bK68d77e9c;rport=5060;received=64.34.181.47 > CSeq: 102 INVITE > Call-ID: 046e8d7b24d7315c5074495a46fb29ba@64.34.181.47 > Content-Length: 0 > > > > > > In my trunk configuration I have inbound route=sip:XX...@si... (which is a registered UA on the same server) > > > The URI the provider sends is the exact URI in my configuration. I have restarted multiple times to no avail :( > > > Any help is appreciated! > > > Thanks > > |