Re: [OpenSIPS-Devel] Drop request in local_route

2021-05-13 Thread Adam Overbeeke
Bogdan, Bummer. Thanks for your time in investigating the capabilities. Be well, Adam Adam Overbeeke Genesys Cloud Voice Lead Voice Network Engineer, Team Lead From: Bogdan-Andrei Iancu Date: Thursday, May 13, 2021 at 1:58 AM To: Adam Overbeeke , OpenSIPS devel mailling list Subject: Re

[OpenSIPS-Devel] Dialog profiles out of sync

2021-05-06 Thread Adam Overbeeke
I have a huge discrepancy with our dialog profile counts. The is most like caused by the high number of crashes and the dialogs not being clean up properly ( decrementing the count ). If you just zero out the entries in redis, you will start seeing negative counts when existing dialogs disconne

Re: [OpenSIPS-Devel] Drop request in local_route

2021-05-06 Thread Adam Overbeeke
Thanks Bogdan, Thanks for the clarification on local_route. Can you think of any way to achieve blocking all requests being transmitted? Thanks, Adam From: Bogdan-Andrei Iancu Date: Thursday, May 6, 2021 at 3:02 AM To: OpenSIPS devel mailling list , Adam Overbeeke Subject: Re: [OpenSIPS

[OpenSIPS-Devel] Drop request in local_route

2021-05-05 Thread Adam Overbeeke
I am trying to stop a SIP request from being sent out when issuing a command like `opensipsctl fifo profile_end_dlgs …` When I trigger this fifo command I can see my logs print from `local_route`. I tried to use the drop() function but the requests were still sent out to sides. How can I use th

Re: [OpenSIPS-Devel] E_DLG_STATE_CHANGED missing dialog information for ENDED state.

2019-03-11 Thread Adam Overbeeke
time, Adam From: Bogdan-Andrei Iancu Date: Monday, March 11, 2019 at 8:51 AM To: Adam Overbeeke , OpenSIPS devel mailling list Subject: Re: [OpenSIPS-Devel] E_DLG_STATE_CHANGED missing dialog information for ENDED state. Hi Adam, It is not about sync/async...from the point of view of accessing

Re: [OpenSIPS-Devel] E_DLG_STATE_CHANGED missing dialog information for ENDED state.

2019-03-11 Thread Adam Overbeeke
; but my two cents would be something like a new WILL_TERMINATE state or have the information available in the terminated state for a period of time. Thank you for your time, Adam From: Bogdan-Andrei Iancu Date: Monday, March 11, 2019 at 4:38 AM To: Adam Overbeeke , OpenSIPS devel mailling

Re: [OpenSIPS-Devel] E_DLG_STATE_CHANGED missing dialog information for ENDED state.

2019-03-11 Thread Adam Overbeeke
ot;t": "2019-03-08T13:58:56.934118Z", "logger_name": "control", "thread_name": 371, "level": "INFO", "route": "event_dialog_log", "message": { "hash_entry": "3352", "hash_id&quo

Re: [OpenSIPS-Devel] E_DLG_STATE_CHANGED missing dialog information for ENDED state.

2019-03-07 Thread Adam Overbeeke
} $var(i) = $var(i) + 1; } } } ^ when the state is ENDED, get_dialog_vals returns nothing back for the dialog’s callid. Hope it helps, Adam From: Bogdan-Andrei Iancu Date: Thursday, March 7, 2019 at 5:37 AM To: OpenSIPS devel mailling li

[OpenSIPS-Devel] E_DLG_STATE_CHANGED missing dialog information for ENDED state.

2019-02-20 Thread Adam Overbeeke
information during the ENDED state. We are considering using a local cache in the meantime, but that will duplicate a lot of information in our system. My hopes are that we are just missing some function call. We appreciate your help/response. Thanks, Adam Adam Overbeeke Lead Voice Network Engineer

[OpenSIPS-Devel] create_dialog("RrB") functionality changes in 2.4.2 for pinging timeouts.

2018-08-28 Thread Adam Overbeeke
did not reply with a provisional response. We added an optional CANCEL receiver from our test bed; however thought it should be documented in the version migration documentation from 2.3 -> 2.4. Thanks, Adam Adam Overbeeke Lead Voice Network Engineer, PureCl

Re: [OpenSIPS-Devel] 2.4 new IP and Subnet comparison.

2018-08-09 Thread Adam Overbeeke
to add a transformation that would convert a string CIDR value (eg. “10.10.10.0/24”) to a CIDR value (not sure what the value is behind the scenes). I appreciated the discussion. Thanks for the help, Adam Adam Overbeeke Lead Voice Network Engineer, PureCloud

Re: [OpenSIPS-Devel] 2.4 new IP and Subnet comparison.

2018-08-09 Thread Adam Overbeeke
Hi Bogdan, Thanks for confirming. I found out my error… embarrassing enough, I was pulling the wrong tag and was running against 2.3.3…. my apologies. After pulling the correct tag 2.4.1, I was able to retest and confirm that Option 3 worked as expect. As a follow up question, is it require tha

Re: [OpenSIPS-Devel] 2.4 new IP and Subnet comparison.

2018-08-08 Thread Adam Overbeeke
Hi Bogdan, I am providing a piece of my script file (below) and the corresponding output. The route `ip_in_cidr` is called directly from the startup route, for testing purposes. I can't seem to get the right syntax for my script. Basically I would like to determine if an IP address is in a gi

[OpenSIPS-Devel] 2.4 new IP and Subnet comparison.

2018-08-07 Thread Adam Overbeeke
comparison would be appreciated. If you offer another way to determine IP within a subnet, that would work too. Thanks, Adam Adam Overbeeke Lead Voice Network Engineer, PureCloud [cid:image001.png@01D2DB78.7C3D8250] ___ Devel mailing list Devel@lis

[OpenSIPS-Devel] add_uri_param does not support variables.

2018-07-10 Thread Adam Overbeeke
Hi, Could we get the function add_uri_param to support $avp or $var variables? Example: add_uri_param(“tgrp=$avp(1)”) or some variation of that above. Right now I am having to use - subst_uri. Thanks, Adam Adam Overbeeke Lead Voice Network Engineer, PureCloud [cid:image001.png

Re: [OpenSIPS-Devel] ACC - CDR creation - 1.11 vs 2.3

2018-05-30 Thread Adam Overbeeke
Hi Răzvan, Thank you for the reply. The issues is the lack of documentation for a specific commit. Here is the current `List of DB changes` for version 1.11 – 2.1: * acc, missed_calls table - NEW columns: "created" and "setuptime" (94cf5dd

Re: [OpenSIPS-Devel] ACC - CDR creation - 1.11 vs 2.3

2018-05-30 Thread Adam Overbeeke
Hi Răzvan, Thank you for the reply. The issues is the lack of documentation for a specific commit. Here is the current `List of DB changes` for version 1.11 – 2.1: * acc, missed_calls table - NEW columns: "created" and "setuptime" (94cf5dd

[OpenSIPS-Devel] ACC - CDR creation - 1.11 vs 2.3

2018-05-29 Thread Adam Overbeeke
Hi, I would like to request an update to the acc’s module documentation and database schema. I just found out that the database keys for cdr changed between opensisp versions 1.11 and 2.3. Keys are as followed: setuptime, created, duration, ms_duration. Only in the source code did I find the d