[SR-Users] rtpengine transcoding benchmarks?

2018-02-26 Thread Brooks Bridges
I realize the transcoding support is rather new, however has anyone run any real world tests on it yet? Trying to get a sense of what the performance will be. I'm aware that it's forced into userspace for transcoding so it's not *nearly* as efficient as the iptables module, however even if I

Re: [SR-Users] Kamailio ims with TCP

2018-02-26 Thread Amar Tinawi
Hello Daniel Thanks for your help, actually that is my question from the beginning, is it mandatory to have sockets for UDP ? Can I enable only TCP protocol between instances ? On Mon, Feb 26, 2018 at 9:26 AM, Daniel-Constantin Mierla wrote: > Actually the error is because

Re: [SR-Users] cnxcc module - make auth for redis connection

2018-02-26 Thread Dmitri Savolainen
Hello! As you mentioned, cnxcc can't perform password auth. But using redis in local address is good practice in my mind: it used as DB cache often On 26 Feb 2018 9:32 p.m., "Donat Zenichev" wrote: Hi community. This message is specially dedicated to developers of the

[SR-Users] cnxcc module - make auth for redis connection

2018-02-26 Thread Donat Zenichev
Hi community. This message is specially dedicated to developers of the kamailio project. I need to find solution how to make authentication for connections of cnxcc with redis. For that moment, cnxcc module is able to connect to redis only without password (Carlos Ruiz Díaz will add this

[SR-Users] Kamailio v4.4.7 Released

2018-02-26 Thread Daniel-Constantin Mierla
Hello, Kamailio SIP Server v4.4.7 stable release is out. This is the last planned maintenance release of the old stable branch, 4.4, that includes fixes since the release of v4.4.6. There is no change to database schema or configuration language structure that you have to do on upgrading

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

2018-02-26 Thread Stephane
Hello, I made some additional tests. The problem is only present when kamailio is facing mongo release 3.2 (or higher). With mongo version 3.0 (or lower), the request sent by kamailio is different: it contains $query and $table_version elements and mongo accepts it. Kind regards, Stephane On 23

Re: [SR-Users] Kamailio json_rpc isn't reloading htable data from database into memory

2018-02-26 Thread Daniel-Constantin Mierla
Welcome! Daniel On 26.02.18 11:06, José Seabra wrote: > Hi Daniel, > > Thank you for your hint, it took me to the right solution :) > basically  the json doc was wrongly specified > > before: > '{"jsonrpc": "2.0", "method": "htable.reload", "id":"htable"}' > now: > '{"jsonrpc": "2.0", "method":

Re: [SR-Users] Kamailio json_rpc isn't reloading htable data from database into memory

2018-02-26 Thread José Seabra
Hi Daniel, Thank you for your hint, it took me to the right solution :) basically the json doc was wrongly specified before: '{"jsonrpc": "2.0", "method": "htable.reload", "id":"htable"}' now: '{"jsonrpc": "2.0", "method": "htable.reload", "params" : {"htable": "htable"}, "id": 1}' Thank you

Re: [SR-Users] Kamailio json_rpc isn't reloading htable data from database into memory

2018-02-26 Thread Daniel-Constantin Mierla
Hello, print the jsonrpcs variables to see the code and result:   - https://www.kamailio.org/wiki/cookbooks/5.1.x/pseudovariables#jsonrpcs_variables Cheers, Daniel On 23.02.18 15:46, José Seabra wrote: > Hello there, > I'm using xHTTP and json_rpc module to receive http instructions to >

Re: [SR-Users] Planing next Kamailio releases - v4.4.7 v5.0.6 and v5.1.2

2018-02-26 Thread Daniel-Constantin Mierla
Hello, short message to say that I am planning to do v4.4.7 release later today. Until the release is out, any commits to branch 4.4 should be announced on sr-dev mailing list. Cheers, Daniel On 20.02.18 09:10, Daniel-Constantin Mierla wrote: > Hello, > > I am considering to do releases from