Hi Inaki

Thank you for taking a look at the problem.  I get that it is the
Record-Route that is not pointing back to opensips's public address and
instead it is using opensips private address.

The only place that I specified the private address 192.168.1.101 is when I
start up opensips with the command:
/usr/local/sbin/opensips -l 192.168.1.101:5060 -f opensips.cfg
If I changed that to /usr/local/sbin/opensips -l 233.32.345.5:5060 -f
opensips.cfg, I am getting error saying:
ERROR:core;udp_init: bind(5,0x76512c,16) on 233.32.345.5: Cannot assign
requested address.

Is this the place where my setup is having problem or is this something
else?

Thanks alot for all your kind help.

JB

On Fri, Nov 28, 2008 at 8:23 PM, Iñaki Baz Castillo <[EMAIL PROTECTED]> wrote:

> El Viernes, 28 de Noviembre de 2008, Juan Backson escribió:
> > SIP/2.0 200 OK
> > Via: SIP/2.0/UDP
> > 192.168.1.100:10314;received=121.15.89.95
> ;branch=z9hG4bK-d87543-822f892d753
> >fdb57-1--d87543-;rport=10152
> > Record-Route: <sip:192.168.1.101;lr=on;ftag=795a0d32;nat=yes>
>
> This Record-Route means that the UAC MUST send the ACK to address
> 192.168.1.101 adding a Route header with same content. Is it feasible for
> the
> UAC to send the ACK to that private address?
>
>
> > Contact: <sip:[EMAIL PROTECTED]:5800;transport=udp>
>
> This Contact means that, when the ACK arrives to the proxy, it must forward
> it
> to address 233.32.345.5:5800 (since proxy does loose_routing and deletes
> top
> Route).
>
> --
>  Iñaki Baz Castillo
>
> _______________________________________________
> 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