Most likely you are relaying INVITEs or other end-to-end requests
without altering the Request URI domain, thus forwarding them back to
the proxy.
On Dec 29, 2008, at 3:02 PM, Jeff Pyle <[email protected]> wrote:
Most likely there is a problem in your routing logic that is causing
a loop. Each iteration of the loop causes one more “hop”. At
some point, there are too many hops.
I would suggest adding some xlog lines to your script and watching
the log output to see where your routing is taking you. You should
be able to see where the problem is with that.
- Jeff
On 12/29/08 2:22 PM, "J Santos" <[email protected]> wrote:
Hi all,
I have two Xlite registered with opensips when configured with the
box IP address. I can make calls between these phones.
I created a SRV record and configured one of the phones with the
domain and it is not registering. It is returning the message
"Registration error:483 Too many hops".
It looks like it is coming from
if (!mf_process_maxfwd_header("10")) {
sl_send_reply("483","Too Many Hops");
exit;
but why ? I have only these two phones in the network.
Firewall is disabled and I am forwarding ports UDP 5060-5070 to the
opensips box.
Any ideas?
thanks
Jair Santos
_______________________________________________
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
_______________________________________________
Users mailing list
[email protected]
http://lists.opensips.org/cgi-bin/mailman/listinfo/users