Discussion:
[OpenSIPS-Users] 483 Too Many Hops
nguyen khue
2011-10-04 05:02:16 UTC
Permalink
Dear All,

I use sipp to test with opensips. But, I had error "483 Too Many Hops". If I use kapanga to test, it work normal.
opensips return "483 Too Many Hops" when it receive SIP INFO from sipp.
Please help me.

Thanks & Best regards
Khue Nguyen.
Sam Govind
2011-10-04 05:09:20 UTC
Permalink
Hey,
Aside from anything else, one thing that I can tell is that you SIP request
is creating a loop withing the opensips and opensips keeps on iterating the
message withing itself untill the hops limit is reached.

Check the dest/domain entry in SIP uri.

SIP traces and log file snips will help as well.

Regards,
Sammy
Post by nguyen khue
Dear All,
I use sipp to test with opensips. But, I had error "483 Too Many Hops". If
I use kapanga to test, it work normal.
opensips return "483 Too Many Hops" when it receive SIP INFO from sipp.
Please help me.
Thanks & Best regards
Khue Nguyen.
_______________________________________________
Users mailing list
http://lists.opensips.org/cgi-bin/mailman/listinfo/users
Brett Nemeroff
2011-10-04 12:37:00 UTC
Permalink
Post by nguyen khue
Dear All,
I use sipp to test with opensips. But, I had error "483 Too Many Hops". If
I use kapanga to test, it work normal.
opensips return "483 Too Many Hops" when it receive SIP INFO from sipp.
Please help me.
This is almost certainly caused from you performing a t_relay() without
first changing the R-URI. This causes the server to send the message to
itself over.. and over..

-Brett
nguyen khue
2011-10-05 02:21:35 UTC
Permalink
Hi Brett,

How I can repair it. I must use t_relay() because I want capture 200 Ok message in on_reply block.

Best regards
Khue Nguyen.


________________________________
From: Brett Nemeroff <***@nemeroff.com>
To: nguyen khue <***@yahoo.com>; OpenSIPS users mailling list <***@lists.opensips.org>
Sent: Tuesday, October 4, 2011 7:37 PM
Subject: Re: [OpenSIPS-Users] 483 Too Many Hops


On Tue, Oct 4, 2011 at 12:02 AM, nguyen khue <***@yahoo.com> wrote:

Dear All,
Post by nguyen khue
I use sipp to test with opensips. But, I had error "483 Too Many Hops". If I use kapanga to test, it work normal.
opensips return "483 Too Many Hops" when it receive SIP INFO from sipp.
Please help me.
This is almost certainly caused from you performing a t_relay() without first changing the R-URI. This causes the server to send the message to itself over.. and over..

-Brett
Brett Nemeroff
2011-10-06 14:01:12 UTC
Permalink
Post by nguyen khue
How I can repair it. I must use t_relay() because I want capture 200 Ok
message in on_reply block.
I can't really tell without looking at your configuration. It's possible
that you may have messed up your loose_routing section of your config? Maybe
you removed it entirely?
-Brett

Continue reading on narkive:
Loading...