The BYE is not properly formated: the RURI is bogus.
It should be:
BYE sip:[email protected]:10090 SIP/2.0
instead of:
BYE sip:[email protected]:5060 SIP/2.0

The RURI in BYE should be identical to the URI in the Contact header of ACK:
Contact: <sip:[email protected]:10090>

For more details, check the loose routing section in on the SIP rfc.


Regards,
Ovidiu Sas

On Mon, Apr 4, 2011 at 8:20 PM, Kurtis vel <[email protected]> wrote:
> Hi Everyone,
>
> I'm a new user and am having an issue routing byes from the called recipient
> back to the origin UAE.
>
> With `opensipsctl online` I can see that the device is registered. When the
> recipient hangs up, opensips returns a 404 to the bye sent from my provider.
> Attached is a sip trace and most or the opensips.cfg routing script. It is
> marked where the 404 is being sent in both files.
>
> Tried adding -
>                        if (uri==myself){
>                                 route(1);
>                         }
>
> In front of the 404 reply but a 483 To Many Hops is revived from the remote
> network.
>
> Any help would be appreciated.
>
> Thanks
>
> Kurtis
>
> _______________________________________________
> Users mailing list
> [email protected]
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
>

_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users

Reply via email to