[SR-Users] Error while installing kamailio

2019-01-25 Thread Prabhat Kumar
I am getting this error while installing kamailio LD (gcc) [U kamcmd] kamcmd /usr/bin/ld: cannot find -lncurses collect2: error: ld returned 1 exit status ../../src//Makefile.rules:191: recipe for target 'kamcmd' failed make[3]: *** [kamcmd] Error 1 ERROR: make --no-print-directory -C

Re: [SR-Users] ERROR while using KEMI - Python

2019-01-25 Thread Daniel-Constantin Mierla
Hello, set debug=3 in kamailio.cfg and then start again. You should see a lot of debug messages that should help identifying what is the actual issue -- might be that the path to the script file is wrong, or there are not enough access permissions to read the file. Cheers, Daniel On 25.01.19 08:

Re: [SR-Users] Error while installing kamailio

2019-01-25 Thread Daniel-Constantin Mierla
Hello, you need ncurses dev library installed for kamcmd tool. On debian should be done with: apt install libncurses-dev Cheers, Daniel On 25.01.19 09:26, Prabhat Kumar wrote: > I am getting this error while installing kamailio > > LD (gcc) [U kamcmd] kamcmd > /usr/bin/ld: cannot fi

Re: [SR-Users] ERROR while using KEMI - Python

2019-01-25 Thread Prabhat Kumar
I am getting this error...i have installed router and ksr via pip. Jan 25 08:49:56 ip-10-0-0-45 /usr/local/sbin/kamailio[6480]: INFO: tls [tls_mod.c:349]: mod_init(): With ECDH-Support! Jan 25 08:49:56 ip-10-0-0-45 /usr/local/sbin/kamailio[6480]: INFO: tls [tls_mod.c:352]: mod_init(): With Diffie

Re: [SR-Users] kamailio with oracle data base

2019-01-25 Thread Henning Westerholt
Am Donnerstag, 24. Januar 2019, 14:34:15 CET schrieb eyas barhouk: > i already read it, but i didn't find any function on it or any configuration > to setup the connection between kamailio and oracle database. if there is > any document or tutorial about how to configure kamailio with oracle D.B >

Re: [SR-Users] database reconnection db_unixodbc

2019-01-25 Thread Henning Westerholt
Am Mittwoch, 23. Januar 2019, 18:13:26 CET schrieb Karthik Srinivasan: > An update regarding this item: > > I have tested release 5.1.x and 5.2.x and neither release resolves the > issue. > > However I did notice in the master branch that there is new code that is > related to this issue. > > ht

Re: [SR-Users] kamailio with oracle data base

2019-01-25 Thread eyas barhouk
Many thanks for your kind feedback dears. I will try it and feedback. Thanks again Regards Eyas Get Outlook for Android From: Henning Westerholt Sent: Friday, January 25, 2019 10:54:07 AM To: eyas barhouk Cc: sr-users@lists.kamailio.org S

Re: [SR-Users] kamailio-lb fails after topos enabled.

2019-01-25 Thread Daniel Tryba
On Thu, Jan 24, 2019 at 02:30:06PM -0300, Marcos Pytel wrote: > I'm using Kamailio version: kamailio 5.1.6 (x86_64/linux). > > When I enabled topos, after a few minutes i get this erros in the log file > and the LB Service goes down.: > > Jan 24 13:20:21 sipwise lb[30130]: ERROR: ndb_redis [redis

Re: [SR-Users] kamailio-lb fails after topos enabled.

2019-01-25 Thread Marcos Pytel
Hi Daniel, thanks for your reply! Im using the default configuration with SipWise. This happend only when activated the TOPOS option. Thanks! -Mensaje original- De: sr-users En nombre de Daniel Tryba Enviado el: viernes 25 de enero del 2019 07:29 Para: Kamailio (SER) - Users Mailing Lis

[SR-Users] Why kamailio can not be a consumer of RabbitMQ?

2019-01-25 Thread CuiGang
Hello every one. I noticed that module RABBITMQ just implements the publish functions. It means kamailio can only as a producer of RabbitMQ. My question is Why RABBITMQ module not implement consumer functions? As NSQ, let kamailio can be a consumer receive messages from RabbitMQ. Regards. Cui

Re: [SR-Users] kamailio-lb fails after topos enabled.

2019-01-25 Thread Daniel Tryba
On Fri, Jan 25, 2019 at 10:19:45AM -0300, Marcos Pytel wrote: > Could you help me to catch the coredump file? Please keep the mailinglist in the loop. > When I execute bt full the systems shows "no symbols". What package i need to > perform it? I don't know what the sipwise config is, but it if

Re: [SR-Users] DMQ errors

2019-01-25 Thread Aleksandar Sosic
Hi, sorry for the late reply. The version we're using is 2.0+xenial Yes the nodes are starting but giving all those errors. Is there any flag to just ignore the fact that the dns records are empty and there are no other nodes? Regards, -- Aleksandar Sosic linkedin.com/in/alexsosic/ mail: alex.so

[SR-Users] Is DMQ now the recommended way to do things?

2019-01-25 Thread Canuck .
Before DMQ there were other ways to do similar things.  Is DMQ now considered the best way? Assuming I am using recent stable? Are there any good guides on clustering Kamailio?  I am not finding a lot of good info on that subject.  Specifically, for multi datacenter active active where things l

Re: [SR-Users] kamailio with oracle data base

2019-01-25 Thread Ovidiu Sas
You need to use db_oracle just like any other db. Kamailio modules that are using a db will make use of it. For raw queries into the oracle db you can use the sqlops module. Make sure that you use the db_oracle module in synchronous mode: modparam("db_oracle", "timeout", "0") The db url for oracle

Re: [SR-Users] Is DMQ now the recommended way to do things?

2019-01-25 Thread Alex Balashov
I think the realistic answer is that it's getting to be that way. I think DMQ is now the recommended way to share usrloc and htable across multiple hosts. DMQ+dialog is still a work in progress. Not sure about DMQ+some other new stuff. On Fri, Jan 25, 2019 at 04:21:43PM +, Canuck . wrote: > B