Re: [OpenSIPS-Users] dialog time out not working

2014-06-25 Thread Răzvan Crainea
Hi, Salmuel! Actually the dialog timeout is set to 120, but afterwards it is overwritten by the SST module. Can you remove the SST module from your script and re-test? Best regards, Razvan Crainea OpenSIPS Core Developer http://www.opensips-solutions.com On 06/24/2014 04:09 PM, Samuel Mulle

Re: [OpenSIPS-Users] codec_delete_except_re() syntax

2014-06-25 Thread Bogdan-Andrei Iancu
Hello Alain, The codec_delete_except_re() expects a static regexp - it does not support dynamic regexp via variables. Could you please open a feature request on https://github.com/OpenSIPS/opensips/issues for this ? Thanks, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensi

Re: [OpenSIPS-Users] Encrypt and Decrypt sip signals

2014-06-25 Thread Bogdan-Andrei Iancu
Hey, any luck is providing additional information on the kind of encryption/decryption you are looking for ? For the devel itself, good starting points are: Devel Tutorial - http://www.opensips.org/Documentation/Development-Tutorials Devel Docs - http://www.opensips.org/Documentation

[OpenSIPS-Users] db_mysql compilation issues.... Resolved.

2014-06-25 Thread Kelvin Williams
Several times recently when trying to build OpenSIPS from source I had trouble with the required MySQL libraries not being found even though I knew they were installed on the box. After looking a bit further I found that the libmysqlclient-dev package does not install them in /usr/lib/mysql/* but

Re: [OpenSIPS-Users] RTPproxy project

2014-06-25 Thread Maxim Sobolev
Hey Bogdan, thanks for sharing your ideas for us. In fact all of those items that you have listed are already on drawing board for the next 2-3 months development here: - Send timeout notifications to different OpenSIPS servers (more than one) - Different timeout values for early media and est

Re: [OpenSIPS-Users] B2BUA scenario not loading with SIP Update request rule

2014-06-25 Thread Bogdan-Andrei Iancu
Hi Giuseppe, It looks like UPDATE is not one of the supported methods in B2B (for the rules). I made an extension on OpenSIPS trunk - see : https://github.com/OpenSIPS/opensips/commit/35f9d98eab84b2ac90aa83f9ba85511058316ab5 Change is available only on trunk for the moment. If you need the patc

Re: [OpenSIPS-Users] Distributed deployment

2014-06-25 Thread Bogdan-Andrei Iancu
Hi Tito, What I do for clustering usrloc is something like this: - each node manages the registrations independently (there is no usrloc replication between nodes) - I have a nosql cluster available for all nodes - I use the AOR related events+routes to push/remove into the nosql d

Re: [OpenSIPS-Users] sleep

2014-06-25 Thread Bogdan-Andrei Iancu
Hi, better reduce the TCP connect timeout to a smaller value (like 2 secs or so): http://www.opensips.org/Documentation/Script-CoreParameters-1-11#toc90 Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 24.06.2014 21:27, Gary Nyquist wrote: Hi

Re: [OpenSIPS-Users] Concurrent call limit per account

2014-06-25 Thread Bogdan-Andrei Iancu
Hi Schneur, For the limitation part, take a look at this: http://www.opensips.org/Documentation/Tutorials-ConcurrentCallsLimitation On caching, see: http://www.opensips.org/Documentation/Tutorials-MemoryCaching Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-sol

Re: [OpenSIPS-Users] TCP Errors

2014-06-25 Thread Bogdan-Andrei Iancu
Hi, Those messages say that OpenSIPS tried to open a TCP connection to a party which does not respond -> there was a timeout for connect in 10 seconds. Because of this blocking in connects, there were not more opensips workers available to handle other traffic. So what you need to do is :

Re: [OpenSIPS-Users] db_mysql compilation issues.... Resolved.

2014-06-25 Thread Bogdan-Andrei Iancu
Hi Kelvin, The Makefile for the db_mysql module is using the mysql_config tool in order to "learn" the correct path for include files and libraries. There is no need to change the code in the module. In your case, what is the output for (running in shell) : mysql_config --include mysq

Re: [OpenSIPS-Users] dialog time out not working

2014-06-25 Thread Samuel Muller
Hello Razvan, It's working when disabling SST module ... ok, why not - finally I've to review the real prupose of the SST module ... In the mean time, how can I manage the BYE sent by OpenSips ? Do I have to create a local_route ? something like this : local_route { if (is_method("BYE")) {

Re: [OpenSIPS-Users] No to tag in CANCEL response - Via removed

2014-06-25 Thread Bogdan-Andrei Iancu
Hi Chris, The problem is with UAC2 - it generates the 487 reply (frame 11) completely bogus : - there is one VIA (of .122) missing; the INVITE 487 received had 2 VIA hdrs, any reply to that INVITE must have also 2 VIA hdrs - TO tag is missing (as you noticed) - any final reply must hav

Re: [OpenSIPS-Users] dialog time out not working

2014-06-25 Thread Răzvan Crainea
Hi, Samuel! Yes, using that snippet should allow you to add information to the BYE messages sent. Best regards, Razvan Crainea OpenSIPS Core Developer http://www.opensips-solutions.com On 06/25/2014 01:03 PM, Samuel Muller wrote: Hello Razvan, It's working when disabling SST module ... ok,

Re: [OpenSIPS-Users] Concurrent call limit per account

2014-06-25 Thread Bogdan-Andrei Iancu
CC'ing the list, so Brett can take his share ;) Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 25.06.2014 15:36, Schneur Rosenberg wrote: Thanks Bogdan and Brett On Wed, Jun 25, 2014 at 12:46 PM, Bogdan-Andrei Iancu mailto:bog...@opensips.org>> wrote:

[OpenSIPS-Users] OpenSIPS Control Panel v. 6.0 released

2014-06-25 Thread Alex Ionescu
Hi all, OpenSIPS Control Panel version 6.0 has been released. This version is fully compatible with OpenSIPS Proxy 1.11.x and offers the user the ability to access via web some of the important new features in version 1.11. This new version includes the following important features / changes

Re: [OpenSIPS-Users] db_mysql compilation issues.... Resolved.

2014-06-25 Thread Bogdan-Andrei Iancu
Strange I have Ubuntu 14.04 LTS and mysql has the include files under /usr/local/mysql/ and /usr/local/mysql/mysql/ And "mysql_config" reports the same as in your case. Are you sure you do not have any package mixing or so ? Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer htt

Re: [OpenSIPS-Users] TCP Errors

2014-06-25 Thread Gary Nyquist
Thanks Bogdan for the detailed reply.   I implemented your advice.  Those error messages are now gone.   But seeing a new error now; not sure if it is related to that...   ERROR:core:io_watch_del: BUG - trying to del fd 36 with flags 2 1   Any advice?   BR -Gary   Sent: Wednesday, Ju

[OpenSIPS-Users] nathelper or nat_traversal

2014-06-25 Thread Gary Nyquist
Hi,   I am little confused about nat_traversal and  nathelper modules. There is a "keepalive_interval" and there is a "natping_interval". What is the difference?   Best --Gary   ___ Users mailing list Users@lists.opensips.org http://lists.ope

[OpenSIPS-Users] Using external MySQL server

2014-06-25 Thread Gary Patton
Hi again! Another newbie question. If I want a module to use an external MySQL db server, I simply modify the modparam for each module in my residential config file by adding the external server's IP address to the DB_URL parameter for each module. But isn't there a simpler way? I guess what