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