Re: [SR-Users] MSRP with Kamailio

2017-02-10 Thread Daniel-Constantin Mierla
uot;); > if (!pv_www_authenticate("MY_DOMAIN", "$var(passwd)", "0","$msrp(method)")) { > xlog("L_ERR", "Translation: MSRP auth failed with: $var(retValue)\n"); > } > > -----Original Message- > From: Daniel-Constantin M

Re: [SR-Users] MSRP with Kamailio

2017-02-09 Thread Pranathi Venkatayogi
"Translation: MSRP auth failed with: $var(retValue)\n"); } -Original Message- From: Daniel-Constantin Mierla [mailto:mico...@gmail.com] Sent: Thursday, February 09, 2017 12:36 AM To: Pranathi Venkatayogi <pvenkatay...@cyracom.com>; Kamailio (SER) - Users Mail

Re: [SR-Users] MSRP with Kamailio

2017-02-09 Thread Daniel-Constantin Mierla
Hello, I am not aware of any msrp desktop client, when I did the initial development I used some network sending/retrieving tools with msrp written in files. I know that it was tested a lot with crocodile's JS library couple of year ago, it can be found at: -

Re: [SR-Users] MSRP with Kamailio

2017-02-09 Thread Daniel-Constantin Mierla
lt;pvenkatay...@cyracom.com>; Kamailio (SER) - Users > Mailing List <sr-users@lists.sip-router.org> > Subject: Re: [SR-Users] MSRP with Kamailio > > Hello, > > is the auth not working because of kamailio or because of the client? > Have you investigated to see what could be

Re: [SR-Users] MSRP with Kamailio

2017-02-08 Thread Olli Attila
Hello, The challenge with Blink (v3.0.0) is that it seems I can't define any additional credentials regarding the MSRP connection. I assumed Blink would use the SIP credentials for MSRP connection but it seems I was wrong. This would explain the Kamailio behaviour on not authenticating the

Re: [SR-Users] MSRP with Kamailio

2017-02-07 Thread Daniel-Constantin Mierla
Hello, in the logs it doesn't show any specific error, just that kamailio is sending a 401 challenge for authentication, which should be ok from standards point of view. But then I don't see the AUTH request with credentials. Have you set username/password for auth in client side? Cheers, Daniel

Re: [SR-Users] MSRP with Kamailio

2017-02-07 Thread Daniel-Constantin Mierla
AM > To: mico...@gmail.com; Kamailio (SER) - Users Mailing List > <sr-users@lists.sip-router.org> > Subject: Re: [SR-Users] MSRP with Kamailio > > Hello, > > Actually when i set debug level to 3, I dont face any syslog errors on > Kamailio. I only see the auth

Re: [SR-Users] MSRP with Kamailio

2017-02-07 Thread Olli Attila
Hello, I configured the Kamailio debug level to "4" and then got the following errors when trying to establish an msrp session: https://p.dnaip.fi/YRcPRcYD (Switched to plain tcp before the debug trace) --Olli On 7.2.2017 14:49, Daniel-Constantin Mierla wrote: Hello, can you run with

Re: [SR-Users] MSRP with Kamailio

2017-02-07 Thread Pranathi Venkatayogi
Of Olli Attila Sent: Tuesday, February 07, 2017 5:47 AM To: mico...@gmail.com; Kamailio (SER) - Users Mailing List <sr-users@lists.sip-router.org> Subject: Re: [SR-Users] MSRP with Kamailio Hello, Actually when i set debug level to 3, I dont face any syslog errors on Kamailio. I only see th

Re: [SR-Users] MSRP with Kamailio

2017-02-07 Thread Olli Attila
Hello, Actually when i set debug level to 3, I dont face any syslog errors on Kamailio. I only see the auth error at the client (Blink) end. -- Olli Daniel-Constantin Mierla kirjoitti 2017-02-07 14:49: Hello, can you run with debug=3 in kamailio.cfg and provide all syslog messages for

Re: [SR-Users] MSRP with Kamailio

2017-02-07 Thread Daniel-Constantin Mierla
Hello, can you run with debug=3 in kamailio.cfg and provide all syslog messages for the issues you face? Cheers, Daniel On 07/02/2017 12:16, Olli Attila wrote: > > Hello, > > I am running kamailio version 4.4.2. I just configured MSRP module to > kamailio with example config taken from >

[SR-Users] MSRP with Kamailio

2017-02-07 Thread Olli Attila
Hello, I am running kamailio version 4.4.2. I just configured MSRP module to kamailio with example config taken from "http://www.kamailio.org/docs/modules/4.4.x/modules/msrp.html#msrp.usage; (Example 1.16. Event Route (using htable for MSRP connection tracking). After configuring msrp