Re: [SR-Users] Fwd: configuration

2011-09-13 Thread Daniel-Constantin Mierla
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 locationserver

Re: [SR-Users] Fwd: configuration

2011-09-12 Thread Daniel-Constantin Mierla
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 messages

[SR-Users] Fwd: configuration

2011-09-11 Thread neili ma
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