Specifically, after auth_check line add:
xlog("The return code is $rc\n");
Can add additional lines to view the values of other pseudovariables http://www.kamailio.org/wiki/cookbooks/4.0.x/pseudovariables
On 3/9/2015 7:56 AM, Daniel-Constantin Mierla wrote:
On 09/03/15 15:41, Agiftel wrote:
Thanks Olle for reply but password is correct.
Set the debug=3 in kamailio.cfg and check the log messages, you should get more hints for what part mismatches there.
Also, after doing auth_check(), you can print the $rc to see the return code value.
Cheers, Daniel