Re: [SR-Users] how to add new media server in dispatcher table through "ANSIBLE"

2017-11-28 Thread Sebastian Damm
Hi, we deploy our gateways through ansible, and while doing that we insert a database entry for the gateway into the dispatcher table. After that, we issue a dispatcher.reload on our Kamailio servers. You need some delegate_to statements in your playbook, but this way we can add gateways

Re: [SR-Users] OpenSIPS-devel not starting (TCP Error)

2017-11-28 Thread Sebastian Damm
Hi, I think you ended up on the wrong mailing list. This list is for Kamailio, not OpenSIPS. You might want to ask your question again somewhere here: https://www.opensips.org/Support/MailingLists Regards, Sebastian On Tue, Nov 28, 2017 at 8:33 PM, SamyGo wrote: > P.S: >

Re: [SR-Users] lcr_id vs lcr_count

2017-11-28 Thread Alexandru Covalschi
There is a strong reason to have lcr_count variable - it actually represents the size of in-memory table that is created to store all lcr_id's on module loading, I don't think there is a way to avoid that, unless you rewrite lcr module to not load lcr in-memory, but query database (which IMO is

[SR-Users] lcr_id vs lcr_count

2017-11-28 Thread Patrick Wakano
Hello Kamailio list! I've been working with the LCR module and I wanted to use the lcr_id to match some ID's I have somewhere else. However, due to the lcr_count my lcr_ids must be less than the lcr_count. I understand the reason behind the lcr_count, what I think is a mistake is to have the

Re: [SR-Users] how to add new media server in dispatcher table through "ANSIBLE"

2017-11-28 Thread Narayan P
Hello Joel, I am using mysql database. Thanks, Narayan From: Narayan P Sent: Wednesday, November 29, 2017 6:31:46 AM To: Kamailio (SER) - Users Mailing List Subject: Re: [SR-Users] how to add new media server in dispatcher table through "ANSIBLE" Hello Joel,

Re: [SR-Users] how to add new media server in dispatcher table through "ANSIBLE"

2017-11-28 Thread Narayan P
Hello Joel, I am using mysql database. Thanks, Narayan From: sr-users on behalf of Joel Serrano Sent: Wednesday, November 29, 2017 3:14:35 AM To: Kamailio (SER) - Users Mailing List Subject: Re:

Re: [SR-Users] Using SIP tools through Kamailio and Asterisk - chrome issue.

2017-11-28 Thread otron2...@gmail.com
Through Firefox likely means via websockets (wss) rather than via the sip port.   Many things could interfere with the latter.   Take heart, though: websockets is harder to set up so you're likely through the worst. Look at logs and see what iftop shows you about traffic on the server as you

Re: [SR-Users] how to add new media server in dispatcher table through "ANSIBLE"

2017-11-28 Thread Joel Serrano
What backend database are you using for Kamailio? On Tue, Nov 28, 2017 at 11:32 AM, Narayan P wrote: > Hello Experts, > > > I am new to ansible and deploying kamailio through ansible.Sucessfully > deployed kamailio but my requirement is to add media server through >

[SR-Users] how to add new media server in dispatcher table through "ANSIBLE"

2017-11-28 Thread Narayan P
Hello Experts, I am new to ansible and deploying kamailio through ansible.Sucessfully deployed kamailio but my requirement is to add media server through ansible.As I am using dispatcher module in kamailio,not able to find any script that directly insert one media server IP and port into

Re: [SR-Users] OpenSIPS-devel not starting (TCP Error)

2017-11-28 Thread SamyGo
P.S: Unchecking the EXTRA_DEBUG and DBG_TCPCON flags at compile time makes OpenSIPS work normally. On Tue, Nov 28, 2017 at 2:10 PM, SamyGo wrote: > Hi, > I just installed the head version from git. > > version: opensips 2.4.0-dev (x86_64/linux) > flags: STATS: On,

[SR-Users] OpenSIPS-devel not starting (TCP Error)

2017-11-28 Thread SamyGo
Hi, I just installed the head version from git. version: opensips 2.4.0-dev (x86_64/linux) flags: STATS: On, SHM_EXTRA_STATS, EXTRA_DEBUG, DISABLE_NAGLE, USE_MCAST, SHM_MMAP, PKG_MALLOC, QM_MALLOC, DBG_MALLOC, FAST_LOCK-ADAPTIVE_WAIT ADAPTIVE_WAIT_LOOPS=1024, MAX_RECV_BUFFER_SIZE 262144,

Re: [SR-Users] allow_trusted not passing

2017-11-28 Thread Daniel-Constantin Mierla
Hello, one more thing to check -- the comparison is done by comparing the string values, be sure there is no whitespace around. On the other hand, if you do not need the pattern matching, I suggest to use address table instead of trusted table, it is better optimized for ip and network address

[SR-Users] bash script to install siremis

2017-11-28 Thread Atux Atux
Hi. i would like to ask if someone has found any bash script that could install all at once for Kamailio and Siremis in ubuntu/debian or even in centos. ___ Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org

[SR-Users] Using SIP tools through Kamailio and Asterisk - chrome issue.

2017-11-28 Thread Wilkins, Steve
Has anyone seen the issue where, when using a sip tool and going from Kamailio to Asterisk, that audio and video won't work, yet it works fine through Firefox? I am almost sure this not an issue with Kamailio, but I am pretty new to SIP and don't know 100% for sure. Thank you

Re: [SR-Users] dmq replicate

2017-11-28 Thread Aidar Kamalov
I think I understood.. I put if(!dmq_is_from_node()) dmq_t_replicate() after handle_publish(), handle_subscribe() and t_release() and now it work ok. 2017-11-28 16:11 GMT+03:00 Aidar Kamalov : > Hello, > > I set up kamailio cluster. dmq_usrloc works fine, but

[SR-Users] dmq replicate

2017-11-28 Thread Aidar Kamalov
Hello, I set up kamailio cluster. dmq_usrloc works fine, but PUSBLISH and SUBSCRIBE replication not. If I make a call to first node I've got many(hundreds) PUBLISH messages from first node to first node and some messages (8 for example) to other nodes. And second xnotice in config not executes.