Re: [SR-Users] IP TOS

2016-06-13 Thread Daniel W. Graham
Confirmed working, thanks! -dan From: sr-users [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Daniel-Constantin Mierla Sent: Monday, June 13, 2016 5:00 AM To: Kamailio (SER) - Users Mailing List Subject: Re: [SR-Users] IP TOS Hello, On 10/06/16 22:12, Daniel W. Graham wrote: Cou

Re: [SR-Users] kamailio TLS mod_register failed

2016-06-13 Thread wanmon wanmon
  still same error:     2016-06-13T16:02:54.359934+02:00 host kamailio: ERROR: tls [tls_init.c:490]: tls_pre_init(): Unable to set the memory allocation functions 2016-06-13T16:02:54.360414+02:00 host kamailio: ERROR: [sr_module.c:607]: load_module(): /usr/local/lib64/kamailio/modules/tls.so

Re: [SR-Users] kamailio TLS mod_register failed

2016-06-13 Thread Daniel-Constantin Mierla
Try by loading first tls module. Cheers, Daniel On 13/06/16 13:45, wanmon wanmon wrote: > or this one? : > > * cat kamailio.cfg | grep loadmodule > loadmodule "db_mysql.so" > loadmodule "mi_fifo.so" > loadmodule "kex.so" > loadmodule "corex.so" > loadmodule "tm.so" > loadmodule "tmx.so" > loadm

Re: [SR-Users] kamailio TLS mod_register failed

2016-06-13 Thread wanmon wanmon
or this one? :    cat kamailio.cfg | grep loadmodule loadmodule "db_mysql.so" loadmodule "mi_fifo.so" loadmodule "kex.so" loadmodule "corex.so" loadmodule "tm.so" loadmodule "tmx.so" loadmodule "sl.so" loadmodule "rr.so" loadmodule "pv.so" loadmodule "maxfwd.so" loadmodule "usrloc.so" loadmodul

Re: [SR-Users] kamailio TLS mod_register failed

2016-06-13 Thread wanmon wanmon
this one:   #!define WITH_MYSQL #!define WITH_AUTH #!define WITH_ALIASDB #!define WITH_NAT #!define WITH_USRLOCDB #!define WITH_TLS     Regards,   Gesendet: Montag, 13. Juni 2016 um 11:46 Uhr Von: "Daniel-Constantin Mierla" An: "Kamailio (SER) - Users Mailing List" Betreff: Re: [SR-User

Re: [SR-Users] kamailio TLS mod_register failed

2016-06-13 Thread Daniel-Constantin Mierla
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 > (#!define WITH_TLS): > > *2016-06-13T11:11:41.316540+02:00 host kamailio:

Re: [SR-Users] Kamilio as Scalable Registrar + Proxy

2016-06-13 Thread Daniel-Constantin Mierla
Hello, using kamailio as a front end proxy in front of a freeswitch farm is a common scenario. Look at dispatcher module if you want to implement a load balancer. Using a redis server can be an option as well, ndb_redis module in kamailio can be used for that. Cheers, Daniel On 08/06/16 20:26,

Re: [SR-Users] BLF lights

2016-06-13 Thread Daniel-Constantin Mierla
Hello, are you deploying end-to-end presence model or presence agent/server model? For the former, kamailio should do only routing of sip packets between end points. For the second, you need to deploy dialog module together with presece, presence_dialoginfo, pua and pua_dialoginfo. Cheers, Daniel

[SR-Users] kamailio TLS mod_register failed

2016-06-13 Thread wanmon wanmon
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:

Re: [SR-Users] Help with routing block and Dispatcher Module

2016-06-13 Thread Daniel-Constantin Mierla
Hello, you have to show the request_route block with the part where the route(DISPATCH) is executed. You can use is_subscriber() to see if the target number is a local subscriber and route via location. Cheers, Daniel On 10/06/16 03:39, pablo rosales wrote: > Hi everyone! I am a newbie with Kam

Re: [SR-Users] 【Issue of kamailio with pgpool】

2016-06-13 Thread Daniel-Constantin Mierla
Hello, to understand properly, kamailio is working fine byt psql is not working, right? If yes, maybe you can run psql with more verbosity to see why is not working. Otherwise, I am not a postgres user, so can't help with more specific details. Cheers, Daniel On 10/06/16 07:53, Noriyuki Hayash

Re: [SR-Users] IP TOS

2016-06-13 Thread Daniel-Constantin Mierla
Hello, On 10/06/16 22:12, Daniel W. Graham wrote: > > Could I get some clarification on tos global setting as referenced by > documentation below? > > > > Specifically, are DSCP values allowed? Or is this simply for > scheduling purposes at the OS level? > > > > I can change the value once pa

Re: [SR-Users] Kamailio benchmark app_python + OPTIONS

2016-06-13 Thread Daniel-Constantin Mierla
On 12/06/16 10:56, Anonim Stefan wrote: > Hi, > > I am doing some basic benchmarks with Kamailio. I am using a VM with 1 > CPU i7 2,50 GHz and Kamailio with children=1. > > This is what I measure for each request, inside the benchmark block: > - app_python processing (some euclidian distance base

Re: [SR-Users] BYE message to an individual client

2016-06-13 Thread Daniel-Constantin Mierla
Hello, you can track the calls with dialog module and then send the bye using mi/rpc commands offered by the dialog module -- see the readme of the module. Siremis has a panel that can be used for sending mi or rpc commands. Cheers, Daniel On 13/06/16 08:09, kai.ohnac...@cbc.de wrote: > > Hello