Hello,
On 9/12/11 4:14 PM, neili ma wrote:
Hello,
Thanks a lot for your advice, I found and solved the problem thanks to
the debugger, actually the problem was with
modparam("auth_db",
"db_url","mysql://openser:openserrw@localhost/openser")
I just had to change localhost to my locationser
Hello,
you have another group of actions that can send 401 Unauthorized:
if (!check_to()) {
sl_send_reply("401", "Unauthorized");
exit;
}
You can either run with debug=4 and watch the syslog to see some hints
in messag
Hello sr-users,
I'm new using kamailio open source, and I would like to ask for help.
My version is 3.1.4 and I am trying to configure 3 servers, one with proxy,
one with registrar and one with location server.
My problem is when I try to send a register message it returns an error "401
Unauthor