Re: [OpenSIPS-Users] How to get all listening socket IP address as variable

2021-11-16 Thread Bogdan-Andrei Iancu
Oh, I see what you mean.well, you can define the listen socket with the name of the interface, not necessarily with its IP. Like: socket = udp:eth0:5060 Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com OpenSIPS eBootcamp 2021

Re: [OpenSIPS-Users] How to get all listening socket IP address as variable

2021-11-16 Thread Bogdan-Andrei Iancu
Hi, How do you define the listening socket in OpenSIPs cfg ? (the one related to the DHCP interface) Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com OpenSIPS eBootcamp 2021 https://opensips.org/training/OpenSIPS_eBootcamp_2021/ On 11/17/21

Re: [OpenSIPS-Users] TLS Handshake fail issue

2021-11-16 Thread Devang Dhandhalya
It's the 9th day still not getting any response . Please can Anyone suggest a solution to this issue ? Many Thanks Devang On Tue, Nov 9, 2021 at 4:35 PM Devang Dhandhalya < devang.dhandha...@ecosmob.com> wrote: > Hi All > > I Am Trying to Implement opensips with TLS support in a local machine .

[OpenSIPS-Users] STIR/SHAKEN E.164 strict mode module parameter not working .

2021-11-16 Thread Devang Dhandhalya
Hi All I configured the e164 strict mode module parameter as 0 (disabled) . but still i am getting errors related to its e164 format .While if orig/dest number is not in e164 format then also opensips have to accept it but it is not accepting . I have a user like extension123 for this function I

Re: [OpenSIPS-Users] How to get all listening socket IP address as variable

2021-11-16 Thread Muhamad Putra Abdullah
Hi, Sorry. I’m new to opensips. How can I do this? Regards From: Users On Behalf Of David Villasmil Sent: Wednesday, 17 November, 2021 10:34 AM To: OpenSIPS users mailling list Subject: Re: [OpenSIPS-Users] How to get all listening socket IP address as variable You can pass it to opensips

Re: [OpenSIPS-Users] How to get all listening socket IP address as variable

2021-11-16 Thread David Villasmil
You can pass it to opensips as a variable on startup. On Wed, 17 Nov 2021 at 00:19, Muhamad Putra Abdullah wrote: > Hi, > > Is there a way to get the IP address of DHCP interface to use in the > script? I can get the call go through if I set both the interface as static. > > Regards > > Get

Re: [OpenSIPS-Users] How to get all listening socket IP address as variable

2021-11-16 Thread Muhamad Putra Abdullah
Hi, Is there a way to get the IP address of DHCP interface to use in the script? I can get the call go through if I set both the interface as static. Regards Get Outlook for Android From: Bogdan-Andrei Iancu Sent: Tuesday, November 16,

Re: [OpenSIPS-Users] msilo module offline message time stamp

2021-11-16 Thread Robert Dyck
tls_wolfssl last week. On Tuesday, November 16, 2021 7:58:12 A.M. PST Bogdan-Andrei Iancu wrote: > oky...could you point me to that report? > > Bogdan-Andrei Iancu > > OpenSIPS Founder and Developer >https://www.opensips-solutions.com > OpenSIPS eBootcamp 2021 >

Re: [OpenSIPS-Users] msilo module offline message time stamp

2021-11-16 Thread Bogdan-Andrei Iancu
oky...could you point me to that report? Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com OpenSIPS eBootcamp 2021 https://opensips.org/training/OpenSIPS_eBootcamp_2021/ On 11/16/21 5:54 PM, Robert Dyck wrote: I think I saw a report of a seg fault. On

Re: [OpenSIPS-Users] msilo module offline message time stamp

2021-11-16 Thread Robert Dyck
I think I saw a report of a seg fault. On Tuesday, November 16, 2021 7:52:26 A.M. PST Bogdan-Andrei Iancu wrote: > What kind of difficulties with 3.2.3 ? > > Regards, > > Bogdan-Andrei Iancu > > OpenSIPS Founder and Developer >https://www.opensips-solutions.com > OpenSIPS eBootcamp 2021 >

Re: [OpenSIPS-Users] msilo module offline message time stamp

2021-11-16 Thread Bogdan-Andrei Iancu
What kind of difficulties with 3.2.3 ? Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com OpenSIPS eBootcamp 2021 https://opensips.org/training/OpenSIPS_eBootcamp_2021/ On 11/16/21 5:42 PM, Robert Dyck wrote: Still on 3.2.2. I saw reports of

Re: [OpenSIPS-Users] msilo module offline message time stamp

2021-11-16 Thread Robert Dyck
Still on 3.2.2. I saw reports of difficulty with 3.2.3. Should I be recompiling? Thanks, Rob On Tuesday, November 16, 2021 2:54:02 A.M. PST Bogdan-Andrei Iancu wrote: > Hi Robert, > > What OpenSIPS version are you using? Asking as I remember of a recent > fix in that area [1] > > [1] >

Re: [OpenSIPS-Users] Load balancer probing_method INVITE not sending contact header

2021-11-16 Thread Bogdan-Andrei Iancu
Schneur, As a note here, using INVITE as probing method is a bit dangerous, as an INVITE creates a session (what kind of session do you do here, as I guess there is no SDP), a session that has to be confirmed by ACK and closed by a BYE. Just saying you are twisting SIP ;) Regards,

Re: [OpenSIPS-Users] Opensips segfault after adding acc_extra field

2021-11-16 Thread Bogdan-Andrei Iancu
Hi Aron, Could you try to get a corefile and back trace here ? https://opensips.org/Documentation/TroubleShooting-Crash Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com OpenSIPS eBootcamp 2021

Re: [OpenSIPS-Users] msilo module offline message time stamp

2021-11-16 Thread Bogdan-Andrei Iancu
Hi Robert, What OpenSIPS version are you using? Asking as I remember of a recent fix in that area [1] [1] https://github.com/OpenSIPS/opensips/commit/cc20f738b83f5a9c7f24630309ddb5bab889bf56 Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com

Re: [OpenSIPS-Users] Help in pike Module

2021-11-16 Thread Bogdan-Andrei Iancu
Hi Sasmita, You should use the `check_route` modparam [1] and in there use `is_from_gw()` with `drop` in order to avoid the GW related traffic to be monitored by pike. [1] https://opensips.org/html/docs/modules/3.2.x/pike.html#param_check_route Regards, Bogdan-Andrei Iancu OpenSIPS

Re: [OpenSIPS-Users] How to get all listening socket IP address as variable

2021-11-16 Thread Bogdan-Andrei Iancu
Hi, via the socket_xx() vars you can get only the sockets relative to/used by that call, you cannot iterate thru the listening sockets. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com OpenSIPS eBootcamp 2021