Re: [OpenSIPS-Users] Memory leak

2022-01-18 Thread Bogdan-Andrei Iancu
Better don't :), as we never explored all the possible side effects of such combination of versions Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com OpenSIPS eBootcamp 2021 https://opensips.org/training/OpenSIPS_eBootcamp_2021/ On 1/19/22

Re: [OpenSIPS-Users] Memory leak

2022-01-18 Thread Schneur Rosenberg
That's a given the question is can it mess up the active server if the passive one was updated already? I'm not planning on leaving it like that I just like to do the upgrades slowly, one at a time and test it and only then to upgrade the second one. Scott On Wed, Jan 19, 2022, 09:26

Re: [OpenSIPS-Users] Central database

2022-01-18 Thread Bogdan-Andrei Iancu
Hi Alberto, For the dialog replications, the noSQL is used only for counters on the dialog profiles, not for sharing the calls. The calls are shared directly via the clustering layer and you will see the same of dialogs on all OpenSIPs nodes (via MI dlg_list). Of course, you can combine a

Re: [OpenSIPS-Users] Memory leak

2022-01-18 Thread Bogdan-Andrei Iancu
Hi Schneur, It is strongly recommend that all OpenSIPS nodes in a cluster  to have the same version. Best regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com OpenSIPS eBootcamp 2021 https://opensips.org/training/OpenSIPS_eBootcamp_2021/ On

Re: [OpenSIPS-Users] Issue with rtpengine

2022-01-18 Thread Sergey Pisanko
I tried to remove crypto strings that's not needed with "replace_body()" function before rtpengine execution.. And I got the string what I need. But despite this, when rtpengine is applied and proxy relays message to UA2, rtpengine adds a string what I got rid from SDP on the previous step. And I

Re: [OpenSIPS-Users] Central database

2022-01-18 Thread Alberto
Hi, Thanks, I was playing around with the clusterer module, but I can't quite figure something out. In the database I have this entry in the clusterer table: id: 1 cluster_id: 1 node_id: 1 url: bin:10.0.0.184: state: 1 no_ping_retries: 3 priority: 50 sip_addr: 10.0.0.184 flags: seed And

Re: [OpenSIPS-Users] Python and avp

2022-01-18 Thread Vlad Patrascu
Hi Alberto, You should be able to call any opensips script function from the python code, including pv_printf() as suggested in #1893, by using the /call_function()/ method [1]. This has been made possible from 3.1 onwards, but indirectly, by porting all opensips core functions to the same

Re: [OpenSIPS-Users] Compiliing issue OpenSIPS 3.2.4 - WolfSSL on Debian 11

2022-01-18 Thread Vlad Patrascu
Hi Eugen, You probably just need to update the wolfssl git submodule, do: make clean git submodule update --init Regards, -- Vlad Patrascu OpenSIPS Core Developer http://www.opensips-solutions.com On 18.01.2022 15:50, Eugen Prieb via Users wrote: Hello, i have a problem with compiling

[OpenSIPS-Users] Compiliing issue OpenSIPS 3.2.4 - WolfSSL on Debian 11

2022-01-18 Thread Eugen Prieb via Users
Hello, i have a problem with compiling OpenSIPS 3.2.4 on Debian 11. Issue is on WolfSSL compiling... make[1]: Entering directory '/usr/src/opensips/modules/tls_wolfssl' Compiling wolfssl.c wolfssl.c: In function ‘oss_mutex_cb’: wolfssl.c:140:7: error: ‘WOLFSSL_USER_MUTEX_INIT’ undeclared

[OpenSIPS-Users] Default install got hacked

2022-01-18 Thread Vincent Swart
First post! So yesterday I installed the latest from Debian 10 repo and the latest cp web app using a method similar to powerpbxdotorg howto. I had 5060 open in my firewall, two user phones configured with strong passwords, and a gateway with IP auth for termination. Within 10 minutes calls were

Re: [OpenSIPS-Users] can't get timerec to work in dynamic routing

2022-01-18 Thread Kingsley Tart
Right OK thanks. I've never set that up before; I'll see how I get on. Thanks once again. Cheers, Kingsley. On Tue, 2022-01-18 at 14:57 +0200, Bogdan-Andrei Iancu wrote: > Googling may not help you too much as the encoding of the timerec is > opensips specific, even if the concepts are from

Re: [OpenSIPS-Users] can't get timerec to work in dynamic routing

2022-01-18 Thread Bogdan-Andrei Iancu
Googling may not help you too much as the encoding of the timerec is opensips specific, even if the concepts are from the RFC. CP -> OpenSIPS Control Panel web interface http://controlpanel.opensips.org/ , it has a Dynamic Routing provisioning tool. Regards, Bogdan-Andrei Iancu OpenSIPS

Re: [OpenSIPS-Users] Central database

2022-01-18 Thread Bogdan-Andrei Iancu
Hi Aberto, It is not a good strategy to blindly share the tables for usrloc or dialog between multiple opensips instances, as this will lead to data conflicts. Of course, you can have all pointing to the same DB, but one table per opensips server. If you want to aggregate the data (between

Re: [OpenSIPS-Users] Failover without Virtual IP

2022-01-18 Thread Bogdan-Andrei Iancu
Hi Muhammad, Take a look at https://blog.opensips.org/2019/10/03/re-homing-your-calls-with-opensips-3-0/ Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com OpenSIPS eBootcamp 2021 https://opensips.org/training/OpenSIPS_eBootcamp_2021/ On

Re: [OpenSIPS-Users] TCP-related errors

2022-01-18 Thread Bogdan-Andrei Iancu
Just as a quick update here, the whole troubleshooting is undergoing in the GH ticket, as Ben mentioned. And so far, a it seems to be TLS specific, not TPC, and even more, to be related to the TLS async writing. For the moment it's WIP. Best regards, Bogdan-Andrei Iancu OpenSIPS

Re: [OpenSIPS-Users] Mid_registrar forking issue when push notifications enabled

2022-01-18 Thread Liviu Chircu
On 17.01.2022 22:52, Sugar wrote: Is there a private place to upload debug log including config (in case some sanitation of sensitive info is missed)? Can you provide where to send? Thanks in advance. And yes it appears the register matching part is not occurring. Can also provide pcap of call