Hi,
i got the follow error when i try to start Kamailio with "TLS" enabled (#!define WITH_TLS):
2016-06-13T11:11:41.316540+02:00 host kamailio: ERROR: tls [tls_init.c:490]: tls_pre_init(): Unable to set the memory allocation functions
2016-06-13T11:11:41.316918+02:00 host kamailio: ERROR:
t;
Betreff: Re: [SR-Users] kamailio TLS mod_register failed
Hello,
can you paste the list of laodmodule lines you have in the kamailio.cfg?
Cheers,
Daniel
On 13/06/16 11:07, wanmon wanmon wrote:
Hi,
i got the follow error when i try to start Kamailio with "TLS" enabled (#!defin
"
loadmodule "alias_db.so"
loadmodule "speeddial.so"
loadmodule "domain.so"
loadmodule "presence.so"
loadmodule "presence_xml.so"
loadmodule "nathelper.so"
loadmodule "rtpproxy.so"
loadmodule "tls.so"
loadmodule "ht
;rtpproxy.so"
loadmodule "htable.so"
loadmodule "pike.so"
loadmodule "xmlrpc.so"
loadmodule "debugger.so"
(...)
#!define WITH_TLS
#!define WITH_MYSQL
#!define WITH_AUTH
#!define WITH_ALIASDB
#!define WITH_NAT
#!define WITH_USRLOCDB
(...
kamctl start
ERROR: PID file /var/run/kamailio.pid does not exist -- Kamailio start failed
2016-06-14T13:29:39.269439+02:00 host kamailio: DEBUG: [cfg.y:1619]: yyparse(): loading modules under /usr/local/lib64/kamailio/modules/
2016-06-14T13:29:39.270075+02:00 host kamailio: DEBUG: [cfg
Dear list,
I have Kamailio 4.4.1 running with local mysql authentication
(WITH_MYSQL/WITH_AUTH).
i have RADIUS and LDAP services running.
I would like to use all of them (MYSQL+RADIUS+LDAP) for Authentication.
How is the best "kamailio.cfg" approach to use all defined users on RADIUS and
L
une 2016 16:03:30 CEST, Daniel-Constantin Mierla
wrote:
>Hello,
>
>are you providing -m command line parameter? If not, can you try adding
>it (e.g., -m 64) to the command starting kamailio, like:
>
>kamailio -m 64 ...
>
>Using kamctl is not really recommended to start kam
il.com>> wrote:
>>
>> Is any chance that I get access to the system to do some
>tests
>> myself? It looks like something specific for your system,
>> running tls fine in many servers...
>>
>> Cheers,
>> Danie