Re: [OpenSIPS-Users] external applications

2024-04-05 Thread Prathibha B
I am not getting $DLG_status = UNCONFORMED at the start of the call. Can someone help? On Fri, 5 Apr 2024 at 05:51, Prathibha B wrote: > Opensips exec() is working using the absolute path. > > Sent from Outlook for Android > -- > *From:* Prath

Re: [OpenSIPS-Users] external applications

2024-04-05 Thread Prathibha B
route { if($DLG_status == 1) xlog("UNCONFIRMED\n"); } On Fri, 5 Apr 2024 at 13:09, Prathibha B wrote: > I am not getting $DLG_status = UNCONFORMED at the start of the call. Can > someone help? > > On Fri, 5 Apr 2024 at 05:51, Prathibha B wrote: > >> Opensips exec() is working using

Re: [OpenSIPS-Users] how to debug many dialogs stuck in state 5?

2024-04-05 Thread Bogdan-Andrei Iancu
Hi, In the same OpenSIPS instance/script. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 02.04.2024 15:57, M S wrote: Hi Bogdan, When you say at the same time, you mean in the same script? or same route? or same b

Re: [OpenSIPS-Users] OPENSIP 3.4 send_reply and tight matching failed

2024-04-05 Thread Alain Bieuzent
Ho Bogdan, You are right, I implemented the recommendation successfully. Thanks De : Bogdan-Andrei Iancu Date : jeudi 21 mars 2024 à 18:06 À : Alain Bieuzent , OpenSIPS users mailling list Objet : Re: [OpenSIPS-Users] OPENSIP 3.4 send_reply and tight matching failed HI Alan, I s

[OpenSIPS-Users] log_next_state_dlg: bogus event 8 in state 5

2024-04-05 Thread Alain Bieuzent
Hi all, I have some logs like this : WARNING:dialog:log_next_state_dlg: bogus event 8 in state 5 for dlg this case happens when I received a REINVITE from provider just after a BYE from customer, but not yest confirmed by a 200OK. I added this part of code to reply with a 481 if (top

Re: [OpenSIPS-Users] external applications

2024-04-05 Thread Ben Newlin
If you are executing that as the first command in the main route block the dialog will not have been created yet. The $DLG_status variable is only valid after the dialog has been created either by a call to create_dialog or by using another module that requires and auto-creates a dialog. Additi

Re: [OpenSIPS-Users] external applications

2024-04-05 Thread Prathibha B
If someone attempts to make a call and cancels it, I need to maintain a log of those calls for reporting purposes. Sent from Outlook for Android From: Users on behalf of Ben Newlin Sent: Friday, April 5, 2024 7:36:52 PM To: OpenSIPS user

Re: [OpenSIPS-Users] external applications

2024-04-05 Thread Prathibha B
PFA On Sat, 6 Apr 2024 at 07:14, Prathibha B wrote: > If someone attempts to make a call and cancels it, I need to maintain a > log of those calls for reporting purposes. > > Sent from Outlook for Android > -- > *From:* Users on behalf of Ben