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

2023-11-01 Thread Kevin Kennedy
Devang, Curious if you have found a solution to this problem, as I am having the same problem with Opensips 3.3 and rtpengine. Thank you. Kevin On Mon, Aug 14, 2023, 3:54 AM Devang Dhandhalya via Users < users@lists.opensips.org> wrote: > Hello All > > I am facing the problem that when I make

Re: [OpenSIPS-Users] 3.2.15 installation

2023-11-01 Thread L S
Thanks Liviu. On Tue, Oct 31, 2023, 9:23 AM Liviu Chircu wrote: > Hi! > > It seems there was an issue related to the tarball packing introduced in > the source tree a couple weeks *before* release day which confused me, as I > thought I was just building the tarball incorrectly on release day

Re: [OpenSIPS-Users] Fw: Proxy authorization using MongoDB in Opensips

2023-11-01 Thread Bogdan-Andrei Iancu
Hi, Natively, the auth_db supports only SQL databases. Options you have: 1) try simulating an SQL DB from a noSQL one, by using the db_cachedb module [1] 2) use the pv_proxy_authorize() function [2] and push the credentials from script level - and you can have the prior loaded from Mongo

[OpenSIPS-Users] Fw: Proxy authorization using MongoDB in Opensips

2023-11-01 Thread Harsh Patel via Users
I am currently using MySQL to proxy authorization using the auth_db module. I am utilizing the proxy_authorize function to authorize users in a MySQL table, and it is working perfectly. However, I need to switch to MongoDB as my database instead of MySQL. The issue is that it appears auth_db