Re: [OpenSIPS-Users] redis connect with auth

2023-11-02 Thread nz deals
sue - try to remote it (change > pwd) and see if it works. > > Regards, > > Bogdan-Andrei Iancu > > OpenSIPS Founder and Developer > https://www.opensips-solutions.com > https://www.siphub.com > > On 6/15/23 9:14 AM, nz deals wrote: > > Hi everyone, >

[OpenSIPS-Users] memcached opensips 3.3

2023-11-02 Thread nz deals
Hope everyone is having a good day, I've encountered an issue related to making a memcached group. My understanding is that when configuring a group, OpenSIPS attempts to connect to other memcached servers if one is unresponsive. However, it seems to only connect to the first server in the group

Re: [OpenSIPS-Users] memcached opensips 3.3

2023-11-02 Thread nz deals
After additional testing, I observed that the settings for Redis are functioning properly, just for your information. It appears there might be an issue specifically when using memcached in a group. Thanks Regards, Jason On Thu, 2 Nov 2023 at 21:09, nz deals wrote: > Hope everyone is hav

Re: [OpenSIPS-Users] redis connect with auth

2023-11-02 Thread nz deals
Thank you so much Liviu, I can confirm that a password with a special character `@` is working now. Regards, Jason On Fri, 3 Nov 2023 at 00:37, Liviu Chircu wrote: > On 02.11.2023 13:23, Bogdan-Andrei Iancu wrote: > > Hi Jason, > > right now there is no generic escaping support, so shortly

Re: [OpenSIPS-Users] path module in opensips 3.3

2023-02-18 Thread nz deals
On Sat, 18 Feb 2023 at 20:10, nz deals wrote: > Hi, > > Does anyone have a working example of a path module? > Actually, I wanted to forward a REGISTRATION and INVITE request to my > Asterisk server (via opensips), I see the path module can help me. > I could not find any exam

[OpenSIPS-Users] redis connect with auth

2023-06-15 Thread nz deals
Hi everyone, I am a newbee and looking for some help. If i don't set a password for my redis, i can easily connect but when i set the password i could not connect to redis using opensips. My password have @ inside, could this be an issue? i am trying like like this - modparam("cachedb_redis",

[OpenSIPS-Users] auth_db connection to multiple dbs

2024-02-05 Thread nz deals
Hi all, I'm exploring the possibility of connecting the auth_db module to more than one database. Currently, I have authentication records in two distinct databases. While I am successfully connected to one database.table, I am seeking a solution to connect to another database2.table. Is there a

[OpenSIPS-Users] uac_replace_from in CANCEL

2023-12-20 Thread nz deals
Hi, I've been attempting to modify the From header in the CANCEL, but it seems the changes aren't taking effect. I've also experimented with remove_hf and append_hf, but unfortunately, these methods didn't work either. Could someone kindly offer suggestions if I might be overlooking something?

Re: [OpenSIPS-Users] uac_replace_from in CANCEL

2023-12-24 Thread nz deals
so you should not need any such changes. > > May you detail why you think you need this FROM replacement? > > Regards, > > Bogdan-Andrei Iancu > > OpenSIPS Founder and Developer > https://www.opensips-solutions.com > https://www.siphub.com > > On 20.12.2023

Re: [OpenSIPS-Users] uac_replace_from in CANCEL

2024-01-15 Thread nz deals
e_from > > Regards, > > Bogdan-Andrei Iancu > > OpenSIPS Founder and Developer > https://www.opensips-solutions.com > https://www.siphub.com > > On 24.12.2023 13:33, nz deals wrote: > > Hi Bogdan, > Agreed that the RFC3261 CANCEL is truly built using INV

Re: [OpenSIPS-Users] CANCEL handling issue

2023-11-28 Thread nz deals
tion + calls between > users, cfg to show the problem. > > Regards, > > Bogdan-Andrei Iancu > > OpenSIPS Founder and Developer > https://www.opensips-solutions.com > https://www.siphub.com > > On 27.11.2023 13:44, nz deals wrote: > > Hi Bogdan, > No othe

Re: [OpenSIPS-Users] CANCEL handling issue

2023-11-22 Thread nz deals
; https://www.opensips-solutions.com > https://www.siphub.com > > On 11/22/23 12:24 PM, nz deals wrote: > > Thanks Bogdan, > > It is due to receiving CANCEL from the caller. Yes using an > advertised_address globally. One of our public addresses. > > Thanks > >

Re: [OpenSIPS-Users] CANCEL handling issue

2023-11-27 Thread nz deals
> > [1] > https://www.opensips.org/Documentation/Script-CoreParameters-3-3#advertised_address > > Regards, > > Bogdan-Andrei Iancu > > OpenSIPS Founder and Developer > https://www.opensips-solutions.com > https://www.siphub.com > > On 11/22/23 10:47 PM,

Re: [OpenSIPS-Users] memcached opensips 3.3

2023-11-15 Thread nz deals
loper > https://www.opensips-solutions.com > https://www.siphub.com > > On 11/3/23 2:04 AM, nz deals wrote: > > After additional testing, I observed that the settings for Redis are > functioning properly, just for your information. It appears there might be > an issue sp

[OpenSIPS-Users] CANCEL handling issue

2023-11-21 Thread nz deals
Hi folks, Is there any bug in the CANCEL handling in the version 3.3.x? I have a weird issue, The INVITE have a VIA header as my private ip Via: SIP/2.0/TCP 192.XX.XX.XX:5060;branch=XXX But when i CANCEL the call, the CANCEL have my public ip in the VIA header. Via: SIP/2.0/TCP

Re: [OpenSIPS-Users] CANCEL handling issue

2023-11-22 Thread nz deals
EL or due to > an internal timeout / forking? ALso do you use any advertising in your > setup? if yes, is it per socket, global or ? > > Regards, > > Bogdan-Andrei Iancu > > OpenSIPS Founder and Developer > https://www.opensips-solutions.com > https://www.siphub.com > >

Re: [OpenSIPS-Users] Via header IP

2024-02-23 Thread nz deals
d Developer > https://www.opensips-solutions.com > https://www.siphub.com > > On 23.02.2024 14:02, nz deals wrote: > > Hi Bogdan, > > The opensips is only listening on 192.xx. internal ip. It is Google VM so > the public IP 202.x is assigned. > >

[OpenSIPS-Users] Via header IP

2024-02-22 Thread nz deals
Hello everyone, I have a weird issue, when i send the invite i force the following. set_advertised_address("192.168.XX.XX"); so it is using my internal IP in the VIA. When i send CANCEL, it is using my Public IP which is also defined in the config as a global. advertised_address=202.xx.xx.xx

Re: [OpenSIPS-Users] Via header IP

2024-02-26 Thread nz deals
Hi Bogdan, Do you believe that removing the 'advertised_address' from the global configuration will solve the issue? Regards, Jason On Sat, 24 Feb 2024 at 10:09, nz deals wrote: > Here it is > version: opensips 3.4.2 (x86_64/linux) > git revision: 8a6e78dde > > > Regards,

Re: [OpenSIPS-Users] Via header IP

2024-02-23 Thread nz deals
ancu > > OpenSIPS Founder and Developer >https://www.opensips-solutions.com >https://www.siphub.com > > On 22.02.2024 23:08, nz deals wrote: > > Hello everyone, > > > > I have a weird issue, when i send the invite i force the following. > > set_advertised

[OpenSIPS-Users] dashboard stats from opensips

2024-04-03 Thread nz deals
Hi everyone, I'm seeking guidance on creating a dashboard. I'm considering saving dialog events in Redis (straight from OpenSIPS), allowing my dashboard to directly access the Redis cache. Do you think this is a wise strategy, or do you have any alternative suggestions? Any expert's suggestion

Re: [OpenSIPS-Users] dashboard stats from opensips

2024-04-03 Thread nz deals
eduled job that queries those stats via MI and pushes them > into our external metrics system, allowing us to create dashboards from the > data. > > > > Ben Newlin > > > > *From: *Users on behalf of nz deals < > nzdealsh...@gmail.com> > *Date: *Wednesday, A

Re: [OpenSIPS-Users] dashboard stats from opensips

2024-04-03 Thread nz deals
? > > On Wed, Apr 3, 2024 at 3:46 PM nz deals wrote: > >> Thanks Ben, >> >> The issue with the scheduled task is that it introduces a delay. I'm >> exploring methods to enable real-time display. By streaming events directly >> from OpenSIPS, we could achi

Re: [OpenSIPS-Users] dashboard stats from opensips

2024-04-03 Thread nz deals
alog.html#func_load_dialog_ctx > > > > Ben Newlin > > > > *From: *Users on behalf of nz deals < > nzdealsh...@gmail.com> > *Date: *Wednesday, April 3, 2024 at 5:38 PM > *To: *OpenSIPS users mailling list , > Bogdan-Andrei Iancu > *Subject: *Re: [OpenSI

Re: [OpenSIPS-Users] dashboard stats from opensips

2024-04-03 Thread nz deals
wrote: > Hi Jason, > > Have you checked the Dashboard in OpenSIPS Control Panel ? > > Regards, > > Bogdan-Andrei Iancu > > OpenSIPS Founder and Developer >https://www.opensips-solutions.com >https://www.siphub.com > > On 03.04.2024 13:54, nz de