Re: [SR-Users] PKG memory leak in 4.2.6

2015-11-11 Thread Daniel-Constantin Mierla
Hello, it looks like the pkg summary is made by the main kamailio process which doesn't route sip packets at runtime, therefore it doesn't expose any potential leak. Can you add following snipped at beginning of the request_route: if(is_method("OPTIONS") && src_ip==TRUSTEDIP &&

[SR-Users] ndb_mongodb, db_mongodb and replicasets

2015-11-11 Thread Kelvin Chua
anybody ever tried using a mongodb url with replicasets and parameters to work with kamailio? Kelvin Chua ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org

Re: [SR-Users] Active-Passive Auto deployment of Kamailio

2015-11-11 Thread Daniel-Constantin Mierla
Hello, thanks for sharing it with the community - such resources related to kamailio are very important and helpful for many. I made a short news out of it and published on kamailio.org: * http://www.kamailio.org/w/2015/11/kamailio-ha-with-ansible-corosync-and-pacemaker/ Cheers, Daniel On

Re: [SR-Users] PKG memory leak in 4.2.6

2015-11-11 Thread Julia Boudniatsky
Hello Daniel, I'll try to execute this procedure. Thank you, Julia On Wed, Nov 11, 2015 at 10:49 AM, Daniel-Constantin Mierla < mico...@gmail.com> wrote: > Hello, > > it looks like the pkg summary is made by the main kamailio process which > doesn't route sip packets at runtime, therefore it

Re: [SR-Users] issue with uac_req_send to websocket peer

2015-11-11 Thread Vasiliy Ganchev
the solution is found, the root of the issue was in our proxy daemon, that received sip from outside world, and proxy it to kamailio (kamailio received sip via localhost) My ws users, have such received in location: Received:: sip:127.0.0.1:36986;transport=ws I added in

[SR-Users] Kamailio with Siremis

2015-11-11 Thread Ryan Holbein
Hello, I have setup with my phone provider an IP endpoint to do IP Auth. How would I go about setting that up in Kamailio or even better can some tell me how to do that in Siremis? ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users

Re: [SR-Users] Active-Passive Auto deployment of Kamailio

2015-11-11 Thread Gholamreza Sabery
Thank you so much! ;) On Wed, Nov 11, 2015 at 12:07 PM, Daniel-Constantin Mierla < mico...@gmail.com> wrote: > Hello, > > thanks for sharing it with the community - such resources related to > kamailio are very important and helpful for many. > > I made a short news out of it and published on

Re: [SR-Users] Unable to find dialog

2015-11-11 Thread Daniel-Constantin Mierla
Hello, it appears that 100 trying is attempted to be sent after a 503 -- so the dialog doesn't exist because it was not initiated completely. Can you check the network sip traffic for such case? Cheers, Daniel On 10/11/15 21:22, Ryan Brindley wrote: > Hey community, > > Our current switch is

Re: [SR-Users] ndb_mongodb, db_mongodb and replicasets

2015-11-11 Thread Daniel-Constantin Mierla
Is there a specific format of the url for this case? Cheers, Daniel On 11/11/15 11:41, Kelvin Chua wrote: > anybody ever tried using a mongodb url with replicasets and parameters > to work > with kamailio? > > Kelvin Chua > > > ___ > SIP Express Router