No, the phone is in a differente machine. I believe the problem is in the ports OpenSER is using. That are:
Listening on udp: XXX.XXX.XXX.XXX [XXX.XXX.XXX.XXX]:5060 tcp: XXX.XXX.XXX.XXX [XXX.XXX.XXX.XXX]:5060 tls: XXX.XXX.XXX.XXX [XXX.XXX.XXX.XXX]:5061
Is this the correct configuration when using TLS? The SIP clients should use 5060 to register. And the OpenSER should use 5061 to route calls between SIP servers? Thanks Joao
Cesc wrote:
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@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@openser.org http://openser.org/cgi-bin/mailman/listinfo/users