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

2021-11-17 Thread Pavel Eremin
I am not sure, but seems you are sending calls to the same IP that you have on Opensips? like SIP -> IP_A (opensips) -> IP_B(OPensips). if you want to send a call through an external interface just send call to some external IP (like sethost("ANY EXTERNAL IP");) and opensips will do that with an

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

2021-11-17 Thread Muhamad Putra Abdullah
Hi, Ok. I'm totally in learning process. Let me explain my test deployment. I have 2 separate network that connected via opensips server. Internal SIP Server Opensips Server (2 NIC) External SIP Server (User 634)

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

2021-11-17 Thread Robert Dyck
Found the patches. Applied, recompiled, and reinstalled the module. All good now. Thanks 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] Opensips segfault after adding acc_extra field

2021-11-17 Thread Podrigal, Aron
Hi Bogdan-Andrei I opened a github issue https://github.com/OpenSIPS/opensips/issues/2691 On Tue, Nov 16, 2021 at 5:34 AM Bogdan-Andrei Iancu wrote: > Hi Aron, > > Could you try to get a corefile and back trace here ? > > https://opensips.org/Documentation/TroubleShooting-Crash > > Regards, >

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

2021-11-17 Thread David Villasmil
Hello, What does the orig/dest look like in the payload? On Wed, 17 Nov 2021 at 15:28, Devang Dhandhalya < devang.dhandha...@ecosmob.com> wrote: > hello all > > > Above E.164 Error still getting .Right now I'm getting the below error . > Can anyone tell me why I am getting this error ? as far

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

2021-11-17 Thread Devang Dhandhalya
hello all Above E.164 Error still getting .Right now I'm getting the below error . Can anyone tell me why I am getting this error ? as far as i know this error for x5u parameter in stir_shaken_auth function , this issue coming for certificate path or certificate file format . I check the

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

2021-11-17 Thread Devang Dhandhalya
hello all Above E.164 Error still getting .Right now I'm getting the below error . Can anyone tell me why I am getting this error ? as far as i know this error for x5u parameter in stir_shaken_auth function , this issue coming for certificate path or certificate file format . I check the

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

2021-11-17 Thread Bogdan-Andrei Iancu
If so, when you receive a request on the external IP, the $socket_in(ip) should return the actual DHCP IP. 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] How to get all listening socket IP address as variable

2021-11-17 Thread solarmon
An alternative method is to use m4 to feed in the detected IP address into a templated version of the opensips config file. On Wed, 17 Nov 2021, 08:23 Muhamad Putra Abdullah, wrote: > Hi, > > > > socket=udp:enp1s0:5060 tag INTERNAL_IP # CUSTOMIZE ME > > socket=udp:enp2s0:5060 tag EXTERNAL_IP

Re: [OpenSIPS-Users] TLS Handshake fail issue

2021-11-17 Thread Devang Dhandhalya
Hello Bogdan I Just casually write , My intention was not rude or anything else , still it's my bad if any one feeling hurts . as you say the party you are trying to connect to (1.2.3.4:40945) is not accepting your connection. i check that but can you please tell me what type of thing i have to

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

2021-11-17 Thread Muhamad Putra Abdullah
Hi, socket=udp:enp1s0:5060 tag INTERNAL_IP # CUSTOMIZE ME socket=udp:enp2s0:5060 tag EXTERNAL_IP # CUSTOMIZE ME My INTERNAL_IP is set to static and EXTERNAL_IP set to DHCP. I just use tag to test something. Regards From: Bogdan-Andrei Iancu Sent: Wednesday, 17 November, 2021 3:55 PM To:

Re: [OpenSIPS-Users] TLS Handshake fail issue

2021-11-17 Thread Bogdan-Andrei Iancu
It is quite impolite and rude to put pressure here. This is a public, free list where people are voluntarily offer help as they can, with no obligation at all. Now, in terms of your issue - with a bit of an effort, you can read the logs which tell you what the problem is "Connection refused",