[OpenSIPS-Users] sippy rtp_cluster usage

2016-10-26 Thread Owais Ahmad
​ Hello, I am currently using rtpproxy with opensips and need to add more rtpproxies (hosted on different servers) I thought to use rtp_cluster as the frontend for multiple rtpproxies. Although the rtp_cluster socket does respond fine via the rtpproxy command protocol. And, I get:

Re: [OpenSIPS-Users] dispatcher module call limit

2016-08-24 Thread Owais Ahmad
http://www.opensips.org/html/docs/modules/2.2.x/ratelimit.html > > Regards, > > Bogdan-Andrei Iancu > OpenSIPS Founder and Developerhttp://www.opensips-solutions.com > > On 24.08.2016 08:16, Owais Ahmad wrote: > > Hi guys, > > Can we use dispatcher module

[OpenSIPS-Users] dispatcher module call limit

2016-08-23 Thread Owais Ahmad
Hi guys, Can we use dispatcher module to restrict the number of INVITEs relayed to a specific destination? Regards, Owais ___ Users mailing list Users@lists.opensips.org http://lists.opensips.org/cgi-bin/mailman/listinfo/users

[OpenSIPS-Users] db_mysql prep stmt took too long

2016-08-18 Thread Owais Ahmad
Hi all, I am Currently using opensips 2.2.0 and have the following query threshold set: loadmodule "db_mysql.so" modparam("db_mysql", "exec_query_threshold", 5) I am getting a lot of errors like the following even with a handful of incoming SIP messages. WARNING:db_mysql:log_expiry:

Re: [OpenSIPS-Users] [OpenSIPS-News] OpenSIPS and FreeSWITCH Integration Training

2016-07-27 Thread Owais Ahmad
Hi Bogdan, Will this training session be webcast? Regards, Owais On Thu, Jul 28, 2016 at 2:51 AM, Bogdan-Andrei Iancu wrote: > Hello, > > The detailed description of the training content can be found here : > >

[OpenSIPS-Users] horizontal scaling / dimensioning

2016-07-13 Thread Owais Ahmad
Hi all, Is there a way I can theoretically determine the max number of dialogs and cps a system of known specifications can handle? Also share useful tools for dimensioning, and your findings of max concurrent calls and cps on single opensips instances with specs. Thanks, Owais

Re: [OpenSIPS-Users] opensips mysql database connectivity

2016-07-03 Thread Owais Ahmad
Does OpenSIPS offer DB connection pooling? On Fri, Jul 1, 2016 at 10:11 PM, Owais Ahmad <millennium@gmail.com> wrote: > Hello all, > > I > ​ am using db_mysql module on opensips version 2.1.3 > > Is there a way to limit the number of db connections that opensips &g

[OpenSIPS-Users] opensips mysql database connectivity

2016-07-01 Thread Owais Ahmad
Hello all, I ​ am using db_mysql module on opensips version 2.1.3 Is there a way to limit the number of db connections that opensips initializes with? Also, how can we make non-persistent connections mysql connections with opensips?​ Regards, Owais

Re: [OpenSIPS-Users] Preventing invalid packet parsing

2016-06-28 Thread Owais Ahmad
; Are you under the impression that these consume a significant amount of > OpenSIPS resources? If so, how did you arrive at that conclusion? > > On 06/28/2016 11:02 AM, Owais Ahmad wrote: > >> Hello, >> >> I am getting UDP (non-SIP) packets on opensips listening port. Ho

[OpenSIPS-Users] Preventing invalid packet parsing

2016-06-28 Thread Owais Ahmad
Hello, I am getting UDP (non-SIP) packets on opensips listening port. How can I drop those packets to ensure it only consumes the least opensips resources. I do have mechanisms to prevent this on the firewall but just want to be sure that if such a network packet does reach the server, opensips

Re: [OpenSIPS-Users] Some calls fail with tcp_connect_blocking error on version 2.1.1

2016-06-21 Thread Owais Ahmad
Hi ​ Răzvan, I have tested with your recommendations. Here are my findings: i) Disabling tcp_accept_aliases increases frequency of this error. ii) Upgrading to 2.1.3 does not resolve the issue. On this new version, I also tested tcp_accept_aliases=0/1. I get the exact same error I posted

[OpenSIPS-Users] Some calls fail with tcp_connect_blocking error on version 2.1.1

2016-06-21 Thread Owais Ahmad
I am getting the following error on opensips version 2.1.1. The scenario is that I have a load balancer listening on TLS and it dispatches requests to backend registrar servers listening on UDP. 90% of the calls are successful, but some calls fail and the load balancer throws the following error