Re: [SR-Users] Forbidden - Private identity not found (Authorization: username)

2018-06-11 Thread Carsten Bock
Hi, you need to check your provisioning in the HSS. Can you show me your trace and tell me, what you've provisioned in the HSS? Are you using Fraunhofer's HSS? Thanks, Carsten -- Carsten Bock CEO (Geschäftsführer) ng-voice GmbH Millerntorplatz 1 20359 Hamburg / Germany http://www.ng-voice.com

[SR-Users] SIP/2.0 603 Failed to get local SDP for sip to webrtc (SIPML5)call

2018-06-11 Thread vinod mn
Hi i configured sipml5 and kamailio , sipml5 clients registers to kamailio when i make a call to kamailio call lands on the sipml5 client but i am getting this error *"SIP/2.0 603 Failed to get local SDP" *on chrome/firefox/opera webbrowsers. kamilio configuration as per

Re: [SR-Users] Problem with TLS

2018-06-11 Thread Arik Halperin
Daniel, Thank you! You are right about this. I configured PJSIP not to check whether the contact contains SIPS. This solved the problem on one of my setups where I have one NIC that has a public IP. However on the original setup, the kamailio has one public IP and one private IP. In that

Re: [SR-Users] Problem with TLS

2018-06-11 Thread Daniel-Constantin Mierla
Hello, can you paste here the 200OK for INVITE sent out by kamailio and the ACK received by kamailio? Cheers, Daniel On 11.06.18 09:51, Arik Halperin wrote: > Daniel, Thank you!  > > You are right about this. > > I configured PJSIP not to check whether the contact contains SIPS.  > > This

Re: [SR-Users] No Video between WebRTC Client and Softphone when using Kamailio...works without Kamailio

2018-06-11 Thread Wilkins, Steve
Got it working. Thank you everyone. -Original Message- From: sr-users [mailto:sr-users-boun...@lists.kamailio.org] On Behalf Of Wilkins, Steve Sent: Sunday, June 10, 2018 3:06 PM To: Kamailio (SER) - Users Mailing List Subject: Re: [SR-Users] No Video between WebRTC Client and

Re: [SR-Users] sip digest authentication

2018-06-11 Thread eyas barhouk
Dear Daniel appreciate your kind reply .. After updating the configuration from HSS side to support the SIP-Digest, i found the result as following : 1. when the register message passed form the s-cscf to the hss and in the diameter trace I found the “SIP-AUTHENTICATION-SCHEME”

Re: [SR-Users] Problem with TLS

2018-06-11 Thread Daniel-Constantin Mierla
Hello, Kamailio is not involved in the issue reported here. Practically, pjsip expects sips: scheme in the contact URI, which was set by FreeSwitch in 200ok. Maybe there is an option that you have to turn on for FreeSwitch to use sips: scheme. Otherwise, you can try to replace sip with sips in

Re: [SR-Users] JSON RPC Error: LUMP_RPL_BODY already added!

2018-06-11 Thread Daniel-Constantin Mierla
OK, good it was sorted out, body being indeed added in two places with the first config. Cheers, Daniel On 06.06.18 17:41, Asgaroth wrote: > Updating the event route to: > > event_route[xhttp:request] { >     $var(xhttp_uri) = $(hu{s.tolower}); > >     xlog("L_INFO", "event_route[xhttp:request]

Re: [SR-Users] (N)DB_FIREBASE module?

2018-06-11 Thread Daniel-Constantin Mierla
Maybe using some embedded scripting languages can simplify interaction with firebase, such as python, lua or ruby -- it can be used with inline executing inside kamailio.cfg, doesn't have to be a kemi routing script (actually, even perl can be used in such case). Cheers, Daniel On 06.06.18

Re: [SR-Users] sip digest authentication

2018-06-11 Thread Daniel-Constantin Mierla
Then (not being an IMS user, though), the error message you received from HSS indicated that it doesn't support this auth scheme, so either you need to configure something on HSS to enable it or that HSS simply doesn't implement it. Cheers, Daniel On 08.06.18 17:24, eyas barhouk wrote: > thanks

Re: [SR-Users] Disable basic authentication?

2018-06-11 Thread Daniel-Constantin Mierla
Hello, SIP uses only digest auth, basic auth is not implemented by clients or servers. Cheers, Daniel On 08.06.18 21:41, Skip Morse wrote: > > Hi All, > >   > > I couldn’t get a clear answer from the documentation. Based on the > description of www_authenticate and proxy_authenticate: > >   >

Re: [SR-Users] kamailio rabbitmq segfault

2018-06-11 Thread Daniel-Constantin Mierla
Hello, did you get a core dump file? If yes, can you send the backtrace taken with gdb? Cheers, Daniel On 09.06.18 15:10, Sylvain Boily wrote: > Hello, > > I tried to test the rabbitmq module in kamailio with the debian 9 repo > from kamailio.org but there is a segfault when the service is >