Re: [SR-Users] Kamailio-IMS icscf erro

2016-01-04 Thread Jason Penton
you don't have the mysql modules compiled/installed - check your log file for "ERROR" 0(4133) ERROR: [sr_module.c:565]: load_module(): could not find module in 0(4133) : [cfg.y:3432]: yyerror_at(): parse error in config file /etc/kamailio/kamailio.cfg, line 114, column 12-21: failed to load m

Re: [SR-Users] Too many packets in rtpengine UDP receive queue

2016-01-04 Thread Daniel Tryba
On Wed, Dec 23, 2015 at 09:13:06AM -0500, Richard Fuchs wrote: > >Thanks for your analysis. Actually my rtpengine daemon is running on a > >Virtual Machine. So can there be solution to this problem? > > Yes, run it on real hardware :) Or use more rtpengine instances. It appears I'm having the sa

[SR-Users] Is it possible to use kamailio as a Webrtc gateway and integrate it into to a conference bridge for handling webrtc clients in conference bridge?

2016-01-04 Thread suganthi karthick
Hi all, I need to implement a WebRTC gateway for an existing conference bridge. The WebRTC gateway has to support Signaling, ICE and DTLS. The webrtc clients can be JsSIP or any webrtc client. The conference bridge is an existing working one for SIP clients, and I am trying to add webrtc support

Re: [SR-Users] Kamailio Password Encryption

2016-01-04 Thread Ben Bliss
Hi, The Auth_db module has the ability to read encypted passwords built into it. I'd advise reading the manual for the module, and that should show you how to implement it. Kind Regards, - Ben Bliss On 04/01/2016 10:13 AM, micho fr wrote: Hi Guys, I have a kamailio server 1.3 w

[SR-Users] Kamailio Password Encryption

2016-01-04 Thread micho fr
Hi Guys, I have a kamailio server 1.3 with clear text Password in Subscriber table I wish I can encrypt that password by doing some kind of combinations between username, domain and let kamailio server be reading the encrypted password Is there a way to do it? modparam("auth_db", "db_url", DB

Re: [SR-Users] Kamailio 4.2.6 crash

2016-01-04 Thread Igor Potjevlesch
Hi Daniel, I wish you an happy new year! I will schedule this update in the next few days. Thank you for your support. Regards, Igor. De : Daniel-Constantin Mierla [mailto:mico...@gmail.com] Envoyé : vendredi 18 décembre 2015 11:28 À : Igor Potjevlesch ; 'Kamailio (SER) - Users

Re: [SR-Users] Example kamailio.cfg t_check_trans()

2016-01-04 Thread Phil Lavin
Thanks, Daniel. I'll update the docs to clarify this, if I get a moment. Cheers Phil From: sr-users [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Daniel-Constantin Mierla Sent: 04 January 2016 08:06 To: Kamailio (SER) - Users Mailing List Subject: Re: [SR-Users] Example kamailio

Re: [SR-Users] Example kamailio.cfg t_check_trans()

2016-01-04 Thread Daniel-Constantin Mierla
Hello, On 31/12/15 12:39, Phil Lavin wrote: > > Hi there, > > > > The example config that Kamailio ships with contains this block of > code in request_route: > > > > # handle retransmissions > > if(t_precheck_trans()) { > > t_check_trans(); > > exit; > > } > > t_check_trans(); > >