[OpenSIPS-Users] 404 Not Here

brad smith bradleydsmith at gmail.com
Mon Feb 25 15:24:16 CET 2013


Vlad,
Thanks for responding.  Unfortunately, I made the suggested change and
still have the same results.  Here is some more information.  I have added
a new sip trace and opensips log.

Thanks,
Brad

The call is origianted from (7278516359)
The caller dials 8665551212
The call is sent to 63.246.156.XX (opensips 1.8.1)
There the call is forwarded to 192.168.1.21 from 192.168.1.22 (opensips
second interface)

Asterisk answers, dials 7275551212 and then Bridges the two calls.

7275551212 hangs up first and the problem arises.

If 7278516359 hangs up first, the call terminates correctly.

One thing I did notice, when 7278516359 hangs up the sip trace shows the
path:
ISP ---> opensips (public IP) --> Astersik (private IP)

When 727551212 hangs up first, the path is as follows.
ISP ---> opensips (public IP) --> Opensips (public IP) --> 404 not here

opensips log
https://gist.github.com/anonymous/5030013

sip trace
https://gist.github.com/5030094



On Mon, Feb 25, 2013 at 8:01 AM, Vlad Paiu <vladpaiu at opensips.org> wrote:

> **
> Hello,
>
> Seems the incoming BYE does not have any Route headers, and the
> loose_route() function returns false.
>
> Since you have dialog support in your script, try
>
> 	if (has_totag()) {
> 		# sequential request withing a dialog should
> 		# take the path determined by record-routing
> 		if (loose_route() || match_dialog()) {
>
>
> This way you will force matching of dialog sequential requests that have
> no Route headers.
>
> Best Regards,
>
> Vlad Paiu
> OpenSIPS Developerhttp://www.opensips-solutions.com
>
>
> On 02/24/2013 02:57 AM, brad smith wrote:
>
> Hello,
> I am currently running opensips 1.8.1 no tls. It is multi-homed with a
> public and private address.
> I have a asterisk 1.8.19 in the lan that is connected to opensips via lan
> address.
>
>  *issue*
> A caller calls in and then I place an outbound call and finally bridge the
> two calls.
> This works as expected, except when the outbound caller hangs up first the
> BYE never gets back to Asterisk.
> I can see the BYE reach OpenSips but a '404 not here' is returned to the
> ISP.
>
> sip trace https://gist.github.com/5009662
> opensips.cfg https://gist.github.com/5009704
>
>
> thanks for your time.
>
>
> _______________________________________________
> Users mailing listUsers at lists.opensips.orghttp://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
>
> _______________________________________________
> Users mailing list
> Users at lists.opensips.org
> http://lists.opensips.org/cgi-bin/mailman/listinfo/users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.opensips.org/pipermail/users/attachments/20130225/f52b2b1b/attachment-0001.htm>


More information about the Users mailing list