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 having a

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

[OpenSIPS-Users] Opensips and rtpengine_play_media not absorbing ACK

2023-11-02 Thread Kevin Kennedy
I am trying to build a solution where Opensips 3.2+ with RTPengine acts as a UAC, answers a call with 200OK, plays media from file, and will terminate the call right after playing announcement. Opensips is responding with 200OK with SDP body and making the correct changes for the IP, but when the

Re: [OpenSIPS-Users] I need some help in attr matching while forming the Branch .

2023-11-02 Thread Ben Newlin
Sasmita, I can’t provide a working example as I don’t have a use case like this. However, this piece of script you’ve provided does not represent a correct flow. I think you may need to review how the different types of routes, and particularly branch routes, work. [1] I don’t have any

[OpenSIPS-Users] OpenSIPS as websocket client

2023-11-02 Thread Ihor Olkhovskyi
Hello, I'm a bit new (to a recent versions) to OpenSIPS and trying it to act as a UDP - WebSocket proxy using it as an outbound proxy in SIP client (PJSUA, if it's important) Currently I'm using 3.4.2 version. Config is quite simple, not far from default one. ... socket=udp:0.0.0.0:6051

Re: [OpenSIPS-Users] Caller not able to hear Audio file

2023-11-02 Thread Kevin Kennedy
I was able to figure out how to do this in Opensips 3.3 rtpengine_manage("from-tag=$ft replace-session-connection trust-address replace-origin codec-strip-g729",,$var(body)); append_to_reply("Contact: \r\n"); append_to_reply("Content-Type: application/sdp\r\n");

Re: [OpenSIPS-Users] I need some help in attr matching while forming the Branch .

2023-11-02 Thread Sasmita Panda
Hi Ben , failure_route[1] { if ( t_check_status("404|477|480|481|408|486|50[234]")){ if (next_branches()) { t_on_branch("attr"); } } } branch_route[attr] { $var(count) = $(hdr(Call-Info){csv.count}); $var(i) = 0; $var(match-count) = 0; while($var(i) < $(var(count))){

Re: [OpenSIPS-Users] redis connect with auth

2023-11-02 Thread Liviu Chircu
On 02.11.2023 13:23, Bogdan-Andrei Iancu wrote: Hi Jason, right now there is no generic escaping support, so shortly said you cannot use the `@` in the password :(. We can look into this, but please open a Feature Request on the github tracker. Hi guys, I just pushed a quick-fix for this

Re: [OpenSIPS-Users] redis connect with auth

2023-11-02 Thread Bogdan-Andrei Iancu
Hi Jason, right now there is no generic escaping support, so shortly said you cannot use the `@` in the password :(. We can look into this, but please open a Feature Request on the github tracker. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer

Re: [OpenSIPS-Users] Async rest_client timeout

2023-11-02 Thread Callum Guy
I wanted to follow up with confirmation that opensips is behaving normally here and an issue with delayed HTTP is in fact occurring outside of the server. My apologies for any confusion. Best regards, Callum On Tue, 31 Oct 2023 at 16:21, Callum Guy wrote: > > Hi All, > > I'm seeing a small

[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] redis connect with auth

2023-11-02 Thread nz deals
Thank you Bogdan, Without @ it works, the problem is I am unable to change the password since it's being used by a few other apps. Is it possible to escape this? THanks On Fri, 16 Jun 2023 at 01:37, Bogdan-Andrei Iancu wrote: > Hi Jason, > > Most probably the `@` in the pwd is the issue - try