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
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
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
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
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
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
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
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();
>
>