Hello,
I couldn't spot any kamailio log messages in the zip logs you sent. Can you run kamailio with debug=3 in kamailio.cfg and send all the syslog messages printed by kamailio in such case?
Cheers, Daniel
On 23/11/2016 00:41, Pranathi Venkatayogi wrote:
Hi,
I am trying to use MSRP feature of blink client. In the server config when auth is challenged, I see the following error in the client.*Can you please advise if I am configuring the server right?*
Note: the return value of pv_www_authenticate is “-5”.
/13 2016-11-07 17:57:26.494124 [blink.exe 24976]: Closed connection to 10.0.16.51:2855 ('NotificationProxyLogger' object has no attribute 'received_illegal_data')///
Find attached full set of client logs.
Here is the relevant portion of kamailio.cfg:
if (!pv_www_authenticate("MY_DOMAIN", "$var(passwd)", "0",
"$msrp(method)")) {
www_challenge("MY_DOMAIN", "1"); xlog("L_ERR", "MSRP auth failed with: $var(retValue)\n"); exit; }