Hello,
I'm having problems with my kamailio, my phones are unable to
register into the Proxy. I have been checking with ngrep-sip and
all i'm receiving is many REGISTER from the phones but never
getting some response from the Proxy
The Proxy has a public IP and the phones are behind NAT. The
weir thing is that my logs are not showing any output...and as
you can see on the script, i have a section to receive REGISTER
requests....
if (is_method("REGISTER")) {
if
(!save("location")) {
sl_reply_error();
}
exit;
}