Re: [OpenSIPS-Users] opensips 2.3 crash

2016-06-27 Thread Tito Cumpen
Bogdan, The QM_malloc option specified in this document does not exist.[image: Inline image 1] Was it replaced with On Tue, May 3, 2016 at 1:11 PM, Bogdan-Andrei Iancu wrote: > Hi Tito, > > You should have reported it sooner:) > Could you compile in the memory debugger

[OpenSIPS-Users] running sip tls on 443

2016-06-27 Thread Tito Cumpen
Group, I am experiencing strange behavior when configuring sip tls on port 443. At time opensips crashes or stops accepting new connections. Here are the tcp configs I am using: #disable_tcp=no tcp_connection_lifetime=3600 tcp_connect_timeout=3 tcp_keepidle = 30 tcp_keepinterval = 5

[OpenSIPS-Users] I have a Patch that fixes memory leak on OpenSIPS. How to apply this path via github?

2016-06-27 Thread Rodrigo Pimenta Carvalho
Dear OpenSIPS users, Daniel Fússia, from Inatel Competence Center (www.inatel.br) has discovered some issues related to the code in OpenSIPS 2.2 that handles some transactions in SQLite. He also has proposed the solution for such issues and his work is attached on this

Re: [OpenSIPS-Users] ACK after set_advertised_address contains wrong address in VIA header

2016-06-27 Thread Newlin, Ben
I have opened issue #917 on Github [1]. I should mention that I have worked around this problem by deciding to use Record-Routes instead of set_advertised_address. It is much cleaner, even though it does expose my private IPs. However, I have kept this configuration in case you need me to

Re: [OpenSIPS-Users] ACK after set_advertised_address contains wrong address in VIA header

2016-06-27 Thread Newlin, Ben
Did you mean to say if you set it in request route? I should clarify that when I am setting the advertised address the second time it is of course happening in failure_route as the first request has failed at that point. Perhaps that is the issue? I will open a bug. Thanks. Ben Newlin From:

Re: [OpenSIPS-Users] ACK after set_advertised_address contains wrong address in VIA header

2016-06-27 Thread Bogdan-Andrei Iancu
Hi Ben, If you set the advertised host / port in branch route, it will have impact over the entire transaction (all branches). So, any local replies (CANCEL and ACK) that are constructed by OpenSIPS (for any branch) will use the same set of advertised values. Which is of course wrong. Let us

[OpenSIPS-Users] How to configure opensips to show passwords in column password from table subscriber?

2016-06-27 Thread Rodrigo Pimenta Carvalho
Hi. When I execute opensipsctl add user password, the column password in table subscriber remains empty. Ha1 has a kind of encrypted password. How to configure opensips to show passwords in column password from table subscriber? I have tried changing some parameters in module auth_db, but

Re: [OpenSIPS-Users] ACK after set_advertised_address contains wrong address in VIA header

2016-06-27 Thread Newlin, Ben
I always set the advertised address in request route. Also as the original issue noted the second INVITE does go out with the correct advertised address in the VIA. It is only the local ACK for the failed second request that contains the wrong address in the VIA. So set_advertised_address

Re: [OpenSIPS-Users] ACK after set_advertised_address contains wrong address in VIA header

2016-06-27 Thread Bogdan-Andrei Iancu
Hi Ben, Where in the script do you do the first advertise_address ? In the request route or in a branch route ? Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer http://www.opensips-solutions.com On 25.06.2016 03:41, Newlin, Ben wrote: I have run into the same problem that was