One option ...
do you run the phone and server on the same machine? they may be
listening on the same port or something like that ... that is, the
phone sends to the server and the server replies to the contact
address ... which is in fact the server address (the phone didn't tell
you about the port conflict ... too bad :D ). So, you get a loop.
Cesc
On 3/27/06, Joao Pereira <joao.pereira(a)fccn.pt> wrote:
Hello to all
Im using openser with TLS (1.0.1-tls) but when I try to register a
client (X-Lite), the answer is always:
"Too Many Hops"
because of this:
if (!mf_process_maxfwd_header("10")) {
sl_send_reply("483","Too Many Hops");
exit;
};
Whats the problem?
Without TLS, this error doesnt happen.
Thanks
Joao Pereira
_______________________________________________
Users mailing list
Users(a)openser.org
http://openser.org/cgi-bin/mailman/listinfo/users