Re: [OpenSIPS-Users] REINVITE IN OPENSIPS

2024-04-02 Thread Parthesh Bhavsar via Users
ential > > Regards, > > Bogdan-Andrei Iancu > > OpenSIPS Founder and Developer > https://www.opensips-solutions.com > https://www.siphub.com > > On 01.04.2024 09:06, Parthesh Bhavsar via Users wrote: > > Hi All, > I have a requirement where I need to send Re

[OpenSIPS-Users] Waiting for 200 OK

2024-04-09 Thread Parthesh Bhavsar via Users
Hello, I have a requirement where If I get 183 responses then I need to wait for a specific period of time for 200 OK and if 200 OK is not received in that time then I need to send Reinvte back to UA with some modifications. I have gone through the SST module but have not found anything relevant

Re: [OpenSIPS-Users] Waiting for 200 OK

2024-04-09 Thread Parthesh Bhavsar via Users
- https://opensips.org/docs/modules/3.4.x/tm.html#pv_T_fr_timeout > > > > Ben Newlin > > > > *From: *Users on behalf of Parthesh > Bhavsar via Users > *Date: *Tuesday, April 9, 2024 at 5:31 AM > *To: *OpenSIPS users mailling list > *Subject: *[OpenSIPS-Users] Waiting

[OpenSIPS-Users] REINVITE IN OPENSIPS

2024-04-01 Thread Parthesh Bhavsar via Users
Hi All, I have a requirement where I need to send ReInvite from opensips after receiving 200 OK. So First I need to confirm whether Opensips is able to send ReInvite ?? I have gone through module b2b_logic and b2b_entities for the same and it seems opensips sends ReInvite for late SDP negotiations

Re: [OpenSIPS-Users] Waiting for 200 OK

2024-04-10 Thread Parthesh Bhavsar via Users
On Tue, Apr 9, 2024 at 7:36 PM Ben Newlin wrote: > > The timing requirement can be solved using the $T_fr_timeout parameter [1]. > > > > For sending a re-Invite back to the UAC I believe you’d have to be a B2BUA. > > > > [1] - https://opensips.org/docs/modules/3.4.x/tm.html#

[OpenSIPS-Users] Launch and async

2024-04-16 Thread Parthesh Bhavsar via Users
Hello, I want to use Launch and async function for function sleep() as I need to wait for some time to do some operations but from the route which I use in above function I am not able to use any variable for my operation and from documentation it seems only able to use those variable which

Re: [OpenSIPS-Users] Launch and async

2024-04-16 Thread Parthesh Bhavsar via Users
I'm facing a challenge in my OpenSIPS implementation where I need to perform certain operations after receiving a 200 OK response, but only after waiting for 10 seconds. Currently, I'm considering using the sleep() function, but I'm concerned about its impact on performance. Is there a

Re: [OpenSIPS-Users] Launch and async

2024-04-18 Thread Parthesh Bhavsar via Users
event to RabbitMQ and have an outboard worker > do the delay and action? > -Brett > > > On Tue, Apr 16, 2024 at 9:27 AM Parthesh Bhavsar via Users < > users@lists.opensips.org> wrote: > >> I'm facing a challenge in my OpenSIPS implementation where I need to >&g