[SR-Users] Using the db_redis module for integration with usrloc

2018-02-22 Thread Lucian Balaceanu
Hello Andreas, Congratulations for adding db_redis, which I find a very interesting and useful module. I know it is not yet in its final form, but I have tried to make a REGISTER/INVITE save()/lookup() scenario by adding the db_redis snippets from the README in the default Kamailio configur

[SR-Users] Kamailio ims with TCP

2018-02-22 Thread Amar Tinawi
Hello list For some reason i couldn't register on kamailio ims when i use only TCP protocols between nodes, the error was solved when i enabled UDP between I-CSCF and S-CSCF is it mandatory for those two nodes to talk over UDP only ? or i'm missing something ? and in general for sip protocol whi

[SR-Users] rtpengine codecs transcoding: performance

2018-02-22 Thread Abdoul Osséni
Hello, Is there a study comparing the performance (quality and cpu/ram consumption) of codecs transcoding between rtpengine and asterisk/freeswith? Is rtpengine more efficient? Regards Abdoul ___ Kamailio (SER) - Users Mailing List sr-users@lists.kamai

[SR-Users] kamailio does not start with db_mongdb and usrloc

2018-02-22 Thread Stephane Focant
Hello, I have an issue when I try to use kamailio 5.1 with usrloc and db_mongdb modules. When I try to start kamailio, I get the following error: 0(22216) DEBUG: [db.c:314]: db_do_init2(): connection 0x7f735b5c4100 not found in pool 0(22216) DEBUG: db_mongodb [mongodb_connection.c:55]: db_mongod

[SR-Users] Checking dispatcher gw state

2018-02-22 Thread Daniel Greenwald
Is there a way thru kamctl or kamcmd to check which dispatcher gateways are currently inactive? "kamctl dispatcher show" doesn't seem to have that info and I can't find anything in the docs. Thanks ___ Kamailio (SER) - Users Mailing List sr-users@lists.

Re: [SR-Users] Checking dispatcher gw state

2018-02-22 Thread Joel Serrano
kamctl dispatcher dump ..check for the FLAGS.. In the docs: https://www.kamailio.org/docs/modules/devel/modules/dispatcher.html you have the flags explained in section "4.6. ds_mark_dst([state])" Cheers, Joel. On Thu, Feb 22, 2018 at 5:05 PM, Daniel Greenwald wrote: > Is there a way thru

Re: [SR-Users] Checking dispatcher gw state

2018-02-22 Thread Joel Serrano
And an example: root@sbc01:~# kamctl dispatcher dump { "jsonrpc": "2.0", "result": { "NRSETS": 2, "RECORDS": [{ "SET": { "ID": 1, "TARGETS": [{ "DEST": { "URI": "sip:A.B.C.D:5060", "FLAGS": "AP",<--