Re: [OpenSIPS-Users] registrant example

2024-09-22 Thread Bogdan-Andrei Iancu
coded in cfg (if the same credentials are to be used for the all calls), or loading them from DB (using sqlops module), or HTTP rest query. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 22.09.2024 03:10, Alberto

Re: [OpenSIPS-Users] Nathelper vs Nat_traversal

2024-09-22 Thread Bogdan-Andrei Iancu
pining), like for calls or presence subscriptions. If you have a 100% registrations driven platform, it will not make too much of a difference for you. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 18.09.2024 20:24

Re: [OpenSIPS-Users] rtp_relay_engage() Handling

2024-09-22 Thread Bogdan-Andrei Iancu
Hi Aron, AFAIK, no, but I will let Razvan to update here next week - he knows better. Again, small chances to be able to stop (as everything is done via callbacks), but maybe to brain storm for some ideas. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips

[OpenSIPS-Users] OpenSIPS Bootcamp 2024 - Startup Special Discounts

2024-09-19 Thread Bogdan-Andrei Iancu
art of your relationship with the OpenSIPS Project. If you do not want to receive any more news, please email to unsubscribe <mailto:news-le...@lists.opensips.org?Subject=Unsubscribe>. -- Bogdan-Andrei Iancu OpenSIPS Founder and Developer htt

Re: [OpenSIPS-Users] uac_registrant issue

2024-09-13 Thread Bogdan-Andrei Iancu
Hi Alexey, What may happen is : the module fires some REGISTER requests and the replying is slow. While still waiting for the reply, you do a reload (pointers for structures do change), so the later incoming reply will not match the record that fired the request. Regards, Bogdan-Andrei

Re: [OpenSIPS-Users] opensips CRASH in random locations - easily reproducible

2024-09-12 Thread Bogdan-Andrei Iancu
Aron, try to follow this: https://opensips.org/Documentation/TroubleShooting-Crash Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 11.09.2024 22:52, Podrigal, Aron wrote: I have 2 opensips lets call them *SIPA * and

Re: [OpenSIPS-Users] Dropping all branches...

2024-09-12 Thread Bogdan-Andrei Iancu
retcode you can generate something else back to the caller. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 12.09.2024 18:06, Pete Kelly wrote: Good afternoon. I have a situation where I have a number of branches

Re: [OpenSIPS-Users] Help with Adding Custom SIP Header to Relayed CANCEL Request in OpenSIPS

2024-08-14 Thread Bogdan-Andrei Iancu
Hi, Take a look at this https://blog.opensips.org/2016/11/15/cancel-request-and-reason-header/ Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 14.08.2024 06:46, Mohamed OUALLA wrote: Hello everyone,   I am

Re: [OpenSIPS-Users] Maybe this is a bug version 3.4 latest

2024-08-06 Thread Bogdan-Andrei Iancu
Hi, There is not bug, it is most probably just you messing (in script) the RURI to a format that is SIP invalid. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 12.07.2024 08:56, Saint Michael wrote: (xlog

Re: [OpenSIPS-Users] INVITE brings in extra transport=UDP parameter

2024-08-06 Thread Bogdan-Andrei Iancu
Hi, Just do ruri_del_param("transport"); Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 12.07.2024 09:20, Saint Michael wrote: INVITE sip:19206661392@38.95.11.250;transport=UDP when this happens, open

Re: [OpenSIPS-Users] CANCEL cross 200OK

2024-08-06 Thread Bogdan-Andrei Iancu
CANCEL/200ok race in SIP, but to let the UAC to deal with it. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 17.07.2024 12:30, Mickael Hubert wrote: Hi all, I have an issue in my OpenSIPS proxy (version: opensips

Re: [OpenSIPS-Users] Users Digest, Vol 192, Issue 26

2024-08-06 Thread Bogdan-Andrei Iancu
Hi, There may be many reason for disconnecting the call (SST may be one of them, indeed) - but better check in the BYE you get if there is any `Reason` hdr, explaining why the disconnect was trigger. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips

Re: [OpenSIPS-Users] I need some info while setiing sethostport on opensips config .

2024-08-06 Thread Bogdan-Andrei Iancu
5060"; Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 29.07.2024 12:50, Sasmita Panda wrote: Any suggestions on this ? */Thanks & Regards/* /Sasmita Panda/ /Senior Network Testing and Software Engineer/ /3CLogi

Re: [OpenSIPS-Users] DIfference between R-URI and Destination URI in openSIPs

2024-08-06 Thread Bogdan-Andrei Iancu
Hi Mohamed, Use t_relay(), the (transactional) statefull way to send out a SIP request. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 31.07.2024 14:46, Mohamed OUALLA wrote: [...]   One last question: What is

Re: [OpenSIPS-Users] [Opensips DB]- issue to keep one database view

2024-08-06 Thread Bogdan-Andrei Iancu
tion via socket tag (see [1]) - of course, use the same socket tag in all OpenSIPS cfg instances. [1] https://www.opensips.org/Documentation/Script-CoreParameters-3-4#socket Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com

[OpenSIPS-Users] OpenSIPS 3.5.0 goes stable

2024-07-25 Thread Bogdan-Andrei Iancu
OpenSIPS. Download and enjoy it as it's freshly baked for you! Any questions? do not hesitate to contact us <mailto:t...@opensips.org>! ------------ -- Bogdan-Andrei Iancu OpenSIPS Founder and Developer http:/

Re: [OpenSIPS-Users] [OpenSIPS-Devel] OpenSIPS 3.5.0 major release, beta version

2024-07-19 Thread Bogdan-Andrei Iancu
Heads up, the 3.5.0 stable release is planned for 25th of July 2024. Do you still have any important issues to report? We are here to fix them :). Best regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 09.05.2024 19

[OpenSIPS-Users] OpenSIPS Bootcamp training 2024

2024-07-08 Thread Bogdan-Andrei Iancu
-- You received this email as part of your relationship with the OpenSIPS Project. If you do not want to receive any more news, please email to unsubscribe <mailto:news-le...@lists.opensips.org?Subject=Unsubscribe>. -- Bogdan-Andrei Iancu OpenSIPS Founder and

Re: [OpenSIPS-Users] I need some help on opensips logging behaviour .

2024-07-05 Thread Bogdan-Andrei Iancu
With this version you can either log to syslog, either to stderr. You cannot log (directly from OpenSIPS) to two destinations in the same time. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 05.07.2024 11:05

Re: [OpenSIPS-Users] Compiling modules

2024-07-05 Thread Bogdan-Andrei Iancu
Hi Callum, doing `opensips -V` will show the compile flags, so you can do a diff between the flags in the official compiling and your compiling. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 11.06.2024 18:35

Re: [OpenSIPS-Users] Removing Identity hdr

2024-07-05 Thread Bogdan-Andrei Iancu
presence . I just pushed this fix on 3.4/3.5/master versions. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 18.06.2024 09:31, Srigo Kanapathipillai wrote: Hi, I'm encountering an issue with removing an Identity h

Re: [OpenSIPS-Users] BYE CDR Question

2024-07-04 Thread Bogdan-Andrei Iancu
Hi Alex, There is something confusing in your report. A CDR (Call Data Record) is a per call kind of data. So you cannot have a BYE or INVITE CDR. The CDR is of a call. For EVI, do you use the E_ACC_CDR ? Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips

Re: [OpenSIPS-Users] I need help on opensips-trap and opensips-dbg package for debugging .

2024-07-04 Thread Bogdan-Andrei Iancu
Hi Sasmita, The `trap` cmd in `opensips-cli` depends on gdb being installed - be sure you have it in place. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 01.07.2024 12:08, Sasmita Panda wrote: Hi All , I am

Re: [OpenSIPS-Users] I need some help on opensips logging behaviour .

2024-07-04 Thread Bogdan-Andrei Iancu
Hi, What opensips version do you have ? Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 05.07.2024 09:15, Sasmita Panda wrote: Hi All , I want Openisps to have standard error output. In addition to that it , I

Re: [OpenSIPS-Users] b2b_logic_xml compilation Error

2024-06-11 Thread Bogdan-Andrei Iancu
Indeed, there was a leftover in the Makefile.conf.template, where the module was still listed for exclusion. I fixed this. To take effect on your setup, do a git pull and delete your local Makefile.conf file. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips

Re: [OpenSIPS-Users] b2b_logic_xml compilation Error

2024-06-11 Thread Bogdan-Andrei Iancu
The b2b_logic_xml is an older and deprecated modules, replaced by b2b_logic. That module exists only in 3.2. For 3.4 use b2b_logic Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 11.06.2024 09:57, Social Boh wrote

Re: [OpenSIPS-Users] b2b_logic_xml compilation Error

2024-06-10 Thread Bogdan-Andrei Iancu
Hi, And if you try in the src dir:     make modules modules=modules/b2b_logic What do you get? Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 10.06.2024 23:44, Social Boh wrote: Hello list, during opensips 3.4

Re: [OpenSIPS-Users] Tracer module integration with Opensips 3.4

2024-06-10 Thread Bogdan-Andrei Iancu
Hi, For sure it's because of the missing db_mysql module - check *ALL* the opensips logs, most probably the module failed to load. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 07.06.2024 15:54, ame

Re: [OpenSIPS-Users] E_ACC_EVENT Question

2024-06-05 Thread Bogdan-Andrei Iancu
yes, good spotting, Ben is right here, all the fields provided by an event must be fetched via $param() Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 05.06.2024 18:55, Ben Newlin wrote: If I’m understanding

Re: [OpenSIPS-Users] E_ACC_EVENT Question

2024-06-05 Thread Bogdan-Andrei Iancu
Hi Alexander. When you say "they don't seem to populate correctly", you mean they are NULL val, or wrong value? Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 04.06.2024 23:59, Alexander Perkins wr

Re: [OpenSIPS-Users] on DB read or write.

2024-06-05 Thread Bogdan-Andrei Iancu
Hi Johan, You cannot do it like read versus write, but you can balance them, see the db_virtual module. https://opensips.org/html/docs/modules/3.4.x/db_virtual.html Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On

Re: [OpenSIPS-Users] utimer_ticker warning in opensips 3.2

2024-06-05 Thread Bogdan-Andrei Iancu
Check this https://opensips.org/Documentation/TroubleShooting-Crash Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 04.06.2024 16:31, Sasmita Panda wrote: In the logs it says core dumped , but I am not getting the

Re: [OpenSIPS-Users] utimer_ticker warning in opensips 3.2

2024-06-04 Thread Bogdan-Andrei Iancu
1. Segmentation fault (core dumped) Could you post the backtrace ? Regards Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 04.06.2024 14:19, Sasmita Panda wrote: I am just trying to debug the same thing on a different

Re: [OpenSIPS-Users] utimer_ticker warning in opensips 3.2

2024-06-03 Thread Bogdan-Andrei Iancu
You should check the opensips logs to check for the ERROR/CRITICAL messages that comes with the failure of OpenSIPS to start. Some similar to the CRITICAL you mentioned in the prev posts. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https

Re: [OpenSIPS-Users] Opensips as proxy for Asterisk

2024-06-03 Thread Bogdan-Andrei Iancu
Ok, and where the things are getting broken with the INVITE? is an INVITE from the webrtc client? does it get to OpenSIPS? is OpenSIPS forwarding it? Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 02.06.2024 09:21

Re: [OpenSIPS-Users] Webrtc LB Opensips 3.1

2024-05-31 Thread Bogdan-Andrei Iancu
Hi, I guess something based on DNS, considering the fact that there is nothing between the clients and the deployments. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 29.05.2024 17:16, inderjeet sharma wrote: Hi

Re: [OpenSIPS-Users] opensips nat question

2024-05-31 Thread Bogdan-Andrei Iancu
Hi, And what's the actual question ? Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 27.05.2024 12:18, suifeng wrote: HI,I has an NAT question; img one: [...] img two:  Use fix_nated_sdp(10) proce

Re: [OpenSIPS-Users] Passing of PN params from Linphone to opensips

2024-05-31 Thread Bogdan-Andrei Iancu
Hi Ruben, Could you post the at least the full Contact hdr you have? Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 13.05.2024 00:06, Ruben Heusel wrote: Hey all, i have an opensips running and followed https

Re: [OpenSIPS-Users] Tracer module integration with Opensips 3.4

2024-05-31 Thread Bogdan-Andrei Iancu
Your college Chaker pushed the same question, just check my reply there ;) Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 08.05.2024 17:53, amel.gue...@sofrecom.com wrote: Hello, Any help please regarding my

Re: [OpenSIPS-Users] route handling of http protocol in opensips

2024-05-31 Thread Bogdan-Andrei Iancu
Hi Anmol, May I ask why do you want to handle HTTP custom traffic in OpenSIPS, which is a SIP server? Best regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 01.05.2024 07:12, ANMOL PRAKASH via Users wrote: Hi all

Re: [OpenSIPS-Users] Tracer module integration with Opensips 3.4

2024-05-31 Thread Bogdan-Andrei Iancu
Hi, Quick one: do you load the db_mysql.so module too ? Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 25.04.2024 11:31, chaker.barka...@sofrecom.com wrote: Hello Everyone, I need your support to add tracer

Re: [OpenSIPS-Users] Opensips as proxy for Asterisk

2024-05-31 Thread Bogdan-Andrei Iancu
Hi, What exact part is not working for you? The REGISTERs? or the INVITEs? Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 11.04.2024 13:58, Sterlin Devanish wrote: Hi friends, I am new to opensips. I am working

Re: [OpenSIPS-Users] Long reload time for mi tls_reload for 200 tls/ssl certs

2024-05-30 Thread Bogdan-Andrei Iancu
Hi Denys, That is really weird, 4 out of 5 traps point to the shm_malloc() function, trying to get a free mem check. What is the usage of the shm mem (use the shmem: stats class to see) ? How many times you do this reload? does it get slow from the first? Regards, Bogdan-Andrei Iancu

Re: [OpenSIPS-Users] utimer_ticker warning in opensips 3.2

2024-05-30 Thread Bogdan-Andrei Iancu
Hi, Try to start opensips is mem debugging support - add "|-a Q_MALLOC_DBG" to the startup cmd line of OpenSIPS - this will give more hints on that crashing point. Regards, | Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.

[OpenSIPS-Users] OpenSIPS Summit 2024 - post facts

2024-05-30 Thread Bogdan-Andrei Iancu
ilable on the OpenSIPS YouTube channel <https://www.youtube.com/playlist?list=PLMMZA6ketvKqMJSM6XiaBzKRxualdj-gg> * photos from the event were uploaded on the OpenSIPS Summit 2024 Album <https://photos.app.goo.gl/AA7PLMLmXvhSCEXr7> Enjoy ! -- Bogdan-Andrei Iancu OpenSIPS Fou

Re: [OpenSIPS-Users] Manipulation with the received parameter in Via for force_rport()

2024-05-30 Thread Bogdan-Andrei Iancu
Hi Denys, Unfortunately this is not possible from script level - to pick the spot where the `received` will be inserted. Of course, there is all the time to options to put your fingers into the code :D . Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips

Re: [OpenSIPS-Users] The cause of 'max nr of branches exceeded'

2024-05-30 Thread Bogdan-Andrei Iancu
. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 08.05.2024 20:27, Eran Leshem wrote: Hi, After a few calls, I am getting in the log the following error message: ERROR:core:append_branch: max nr of branches exceeded

[OpenSIPS-Users] OpenSIPS 3.5.0 major release, beta version

2024-05-09 Thread Bogdan-Andrei Iancu
Many thanks to our awesome community for contributing with ideas, code, patches, tests and reports! Looking for downloading it? See the tarball <http://opensips.org/pub/opensips/3.5.0> or the GIT repo <https://github.com/OpenSIPS/opensips/tree/3.5>. Enjoy it, -- Bogdan-Andrei Ianc

Re: [OpenSIPS-Users] Long reload time for mi tls_reload for 200 tls/ssl certs

2024-05-08 Thread Bogdan-Andrei Iancu
of opensips lower than INFO) to see if there is any impact? Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 08.05.2024 14:10, Denys Pozniak wrote: Hello! If possible, please check log: https://github.com

Re: [OpenSIPS-Users] Long reload time for mi tls_reload for 200 tls/ssl certs

2024-05-07 Thread Bogdan-Andrei Iancu
Hi Denys. That is rather weird, 250 certificates in 1 min. I assume it is not a DB issue (considering the db_text backend), so can you try to do multiple sequential "opensips-cli -x trap" to try to understand what is going on ? Regards, Bogdan-Andrei Iancu OpenSIPS Founder and

[OpenSIPS-Users] OpenSIPS Summit 2024 - This is our content

2024-04-24 Thread Bogdan-Andrei Iancu
ontent let's boost the opportunity with the *SUMMIT-24-LABOR-DAY* /50% discount code/ between *1-5 of May* - this is a truly great deal ! Register now <https://www.opensips.org/events/Summit-2024Valencia/#pricing> ** -- Bogdan-Andrei Iancu Ope

Re: [OpenSIPS-Users] openSIPS with an AS that would handle the routing logic

2024-04-24 Thread Bogdan-Andrei Iancu
ensips.org/2023/03/22/api-driven-sip-user-agent-end-point-with-opensips-3-4/ Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 20.04.2024 11:50, julien.royann...@orange.com wrote: Hello everyone, I'm reaching

Re: [OpenSIPS-Users] question on core statistics.

2024-04-24 Thread Bogdan-Andrei Iancu
Which queue are you referring at? Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 22.04.2024 09:17, Johan De Clercq wrote: Goed morning, How can I then increase opensips’s internal queue size? Best regards, Johan

[OpenSIPS-Users] OpenSIPS 3.5 release dates

2024-04-22 Thread Bogdan-Andrei Iancu
be the star of the Summit 2024 😉 https://www.opensips.org/Development/Opensips-3-5-Planning https://www.opensips.org/events/Summit-2024Valencia/ Best regards, -- Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com

Re: [OpenSIPS-Users] question on core statistics.

2024-04-19 Thread Bogdan-Andrei Iancu
Somehow I think there is a confusion - the drop_requests stat has nothing to do with the dropping on the socket buffers (net level). Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 19.04.2024 11:13, johan wrote

Re: [OpenSIPS-Users] question on core statistics.

2024-04-18 Thread Bogdan-Andrei Iancu
The `drop_requests` statistic is incremented when: * the request is dropped by a pre-script callback (like B2B when there is no script execution for certain messages) * the stateless `forward()` core function failed to send out something. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and

Re: [OpenSIPS-Users] Load Balancer Probing Question

2024-04-18 Thread Bogdan-Andrei Iancu
Not really. The LB module uses internal unique ids for all the LB destinations it manages. So the probing replies will search back the LB destination based on this ID -> no chance to mismatch. Regards. Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.

Re: [OpenSIPS-Users] Launch and async

2024-04-18 Thread Bogdan-Andrei Iancu
opensips processes with these sleep()'s. Anyhow, from SIP perspective it is not wise to delay a reply, as this will trigger retransmissions from the UAC sideso, not sure if what you try to do is actually something right. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer

Re: [OpenSIPS-Users] Load Balancer Probing Question

2024-04-16 Thread Bogdan-Andrei Iancu
Hi, What OpenSIPS version you have? And as I understand, as configuration, you do permanent probing to the destinations and the disabling happens because of this probing ? Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https

Re: [OpenSIPS-Users] $Ri Variable

2024-04-16 Thread Bogdan-Andrei Iancu
Hi, Check this https://opensips.org/Documentation/Script-CoreVar-3-4#socket_in Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 11.04.2024 20:07, Alexander Perkins wrote: Hello!  I am trying to get the IP of the

Re: [OpenSIPS-Users] another question on sip format's.

2024-04-11 Thread Bogdan-Andrei Iancu
uri-parameters [ headers ] Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 11.04.2024 15:23, Johan De Clercq wrote: Can param's be added anywhere in a user part. e.g. sip:0123456789;gw=case106@1

Re: [OpenSIPS-Users] Message buffer formatting

2024-04-10 Thread Bogdan-Andrei Iancu
It sounds like something particular to the way you do the monitoring of the logs. Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 10.04.2024 19:11, Robert Dyck wrote: I spoke too soon. When I run opensips in debug mode on

Re: [OpenSIPS-Users] Message buffer formatting

2024-04-09 Thread Bogdan-Andrei Iancu
There is no formatting added, maybe the diff comes for the actual logging. What are the 2 versions you tested ? Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 10.04.2024 00:21, Robert Dyck wrote: In the past I would insert

Re: [OpenSIPS-Users] Waiting for 200 OK

2024-04-09 Thread Bogdan-Andrei Iancu
Hi, my 2 cents here - how comes you want to send a RE-INVITE _BEFORE_ having the dialog established??? Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 09.04.2024 17:35, Parthesh Bhavsar via Users wrote: It seems

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

[OpenSIPS-Users] OpenSIPS Summit 2024 - Speaker's lineup

2024-04-04 Thread Bogdan-Andrei Iancu
The/*Corporate Package*/ is available with an attractive discount. Register now <https://www.opensips.org/events/Summit-2024Valencia/#pricing> ** -- Bogdan-Andrei Iancu OpenSIPS Founder and Developer

Re: [OpenSIPS-Users] memory fragmentation when calling dr_reload.

2024-04-03 Thread Bogdan-Andrei Iancu
That's EOL for quite some time :( Either consider more pkg mem (to cope with fragmentation) , either an upgrade to 3.4 Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 03.04.2024 17:34, Johan De Clercq wrot

Re: [OpenSIPS-Users] dashboard stats from opensips

2024-04-03 Thread Bogdan-Andrei Iancu
Hi Jason, Have you checked the Dashboard in OpenSIPS Control Panel ? Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 03.04.2024 13:54, nz deals wrote: Hi everyone, I'm seeking guidance on creating a dashboard

Re: [OpenSIPS-Users] memory fragmentation when calling dr_reload.

2024-04-03 Thread Bogdan-Andrei Iancu
What OpenSIPS version is there ? Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 03.04.2024 17:04, Johan De Clercq wrote: In addtion, I have 24 children, so can I increase in some way only the process that handles

Re: [OpenSIPS-Users] Why does tracer uri=file show in/out sip messages and uri=sip only shows in?

2024-04-01 Thread Bogdan-Andrei Iancu
Hi Matthew, If I understand correctly, if you use EITHER sip, EITHER file tracing (but only one at the time), it works ok. But using both in the same time doesn't ? Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.co

Re: [OpenSIPS-Users] How to access to a column of a location database

2024-04-01 Thread Bogdan-Andrei Iancu
message), you can do this via the MI `ul_show_contct` [1] directly via script using the mi_script module [2] [1] https://opensips.org/html/docs/modules/3.4.x/usrloc.html#mi_ul_show_contact [2] https://opensips.org/html/docs/modules/3.4.x/mi_script.html#func_mi Regards, Bogdan-Andrei Iancu

Re: [OpenSIPS-Users] Opensips 3.2 with TCP connintion and DB operation on a single instance .

2024-04-01 Thread Bogdan-Andrei Iancu
Hi, If you are referring to the "TCP Connect Issues", yes, it is still valid. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 29.03.2024 14:07, Sasmita Panda wrote: Hi All , Earlier in the very earl

Re: [OpenSIPS-Users] REINVITE IN OPENSIPS

2024-04-01 Thread Bogdan-Andrei Iancu
Hi, Check this dlg_send_requential() [1] function. [1] https://opensips.org/html/docs/modules/3.4.x/dialog.html#func_dlg_send_sequential Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 01.04.2024 09:06, Parthesh

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

2024-04-01 Thread Bogdan-Andrei Iancu
You should never use both dialog and b2b modules in the same time, for the same calls. Trying to have OpenSIPS both Proxy and B2B is a clear recipe for disaster. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On

Re: [OpenSIPS-Users] Callee details not visible in dialog detail

2024-03-28 Thread Bogdan-Andrei Iancu
Hi, If using Kamailio, you should ask this on the kamilio mailing list, right ? This mailing list is for OpenSIPS. Regards Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 28.03.2024 16:35, egemen ulus wrote: Hi, I am

Re: [OpenSIPS-Users] https://datatracker.ietf.org/doc/html/rfc3261#section-13.3.1.1

2024-03-28 Thread Bogdan-Andrei Iancu
For any reply, see here the condition: https://github.com/OpenSIPS/opensips/blob/4b23a80bd14dcf509ebe8de22f26906d34e0b079/modules/tm/t_reply.c#L1697 Keep in mind that the restart_fr_on_each_reply is by default on (set to 1). Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer

Re: [OpenSIPS-Users] https://datatracker.ietf.org/doc/html/rfc3261#section-13.3.1.1

2024-03-28 Thread Bogdan-Andrei Iancu
Hi Johan, In OpenSIPS, the fr_inv_timer kicks in (for INVITEs) when a first reply (typically a 100) is received from UAS. And it will wait for the final reply. So, it is how long to wait from the first reply up to the final one. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer

Re: [OpenSIPS-Users] Getting the $rb or media port for egress message.

2024-03-28 Thread Bogdan-Andrei Iancu
w_sdp));     $var(mline) = $(var(new_sdp){sdp.line,m,0});     remove_body_part("application/sdp");     add_body_part($var(new_sdp),"application/sdp");     xlog("TEST $var(mline)\n");   } [1] https://opensips.org/html/docs/modules/3.4.x/sipmsgops.html#func_get_u

Re: [OpenSIPS-Users] How to access to a column of a location database

2024-03-28 Thread Bogdan-Andrei Iancu
Hi Guillaume, The registered contact (and the additional info) is fetched via the lookup("location") function. It also sets the registered socket for the routing the current request. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.c

[OpenSIPS-Users] If it's May, it's OpenSIPS Summit

2024-03-26 Thread Bogdan-Andrei Iancu
://www.opensips.org/events/Summit-2024Valencia/#pricing See you in Valencia! -- Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com ___ Users mailing list Users@lists.opensips.org http

Re: [OpenSIPS-Users] utimer_ticker warning in opensips 3.2

2024-03-22 Thread Bogdan-Andrei Iancu
IF (a) it crashes, try to get a backtrace (b) it block on starting, try to do a "trap" via opensips-cli Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 21.03.2024 08:24, Sasmita Panda wrote: Sometimes

Re: [OpenSIPS-Users] SDP

2024-03-22 Thread Bogdan-Andrei Iancu
On 2.2 you cannot use variables as parms for any script functions, some of them do not support variables. And replace_body() is one of them. In 3.4 all script functions can take vars as params, so you should be fine. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https

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

2024-03-21 Thread Bogdan-Andrei Iancu
ensips.cfg#L112 when comes to sequential requests; this block needs to be before the loose_route or any dialog/TH matching. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 21.03.2024 12:29, Alain Bieuzent wrote:

Re: [OpenSIPS-Users] Need some help on opensips error for wss handshek .

2024-03-21 Thread Bogdan-Andrei Iancu
Just try the pointed patch, to see if it solves your problem.. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 21.03.2024 08:37, Sasmita Panda wrote: We are using webrtc Client integrated with browsers using sipml5

Re: [OpenSIPS-Users] SDP

2024-03-21 Thread Bogdan-Andrei Iancu
Hi, What OpenSIPS version are you using? Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 21.03.2024 00:09, Stefan Carlsson wrote: Hi ! I sincerely apologize that I not read thru all the modules before my orginal

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

2024-03-20 Thread Bogdan-Andrei Iancu
Not the logs, but the trace/ SIP capture - I need to see the sip traffic to understand the context of the issue. Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 20.03.2024 17:14, Alain Bieuzent wrote: Bellow the link to the

Re: [OpenSIPS-Users] call center

2024-03-20 Thread Bogdan-Andrei Iancu
Right, see the other thread, with the external app. And for the future try to have only one email thread per topic, do not flood with multiple emails on the same topic. Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On

Re: [OpenSIPS-Users] Need some help on opensips error for wss handshek .

2024-03-20 Thread Bogdan-Andrei Iancu
here. [1] https://github.com/OpenSIPS/opensips/commit/e30a355397b285a5140ebb25a485bed7134de7ee Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 20.03.2024 15:30, Sasmita Panda wrote: Hi Bogdan, I appreciate your reply . How c

Re: [OpenSIPS-Users] call center

2024-03-20 Thread Bogdan-Andrei Iancu
Could you be more specific on your question, like what OpenSIPS should do for the call center application?? Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 19.03.2024 07:03, Prathibha B wrote: How to integrate

Re: [OpenSIPS-Users] external applications

2024-03-20 Thread Bogdan-Andrei Iancu
Use the dialog events: https://opensips.org/html/docs/modules/3.4.x/dialog.html#event_E_DLG_STATE_CHANGED And you subscribe from outside OpenSIPS for such events: https://www.opensips.org/Documentation/Interface-Events-3-4 Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https

Re: [OpenSIPS-Users] TLS - Private Key fails

2024-03-20 Thread Bogdan-Andrei Iancu
Hi, I see the root problem is OpenSIPS failing to load the private key file - I see some log about password case. So, when you generated the key, have you set a password for it? Regards Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https

Re: [OpenSIPS-Users] Freeswitch integration

2024-03-20 Thread Bogdan-Andrei Iancu
Hi, Who's generating the 407 reply? OpenSIPS or FS ? Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 15.03.2024 13:03, Dragan, Calin via Users wrote: Hi, I’m trying to use Freeswitch as a media server

Re: [OpenSIPS-Users] Management Interface

2024-03-20 Thread Bogdan-Andrei Iancu
OpenSIPS Control Panel https://controlpanel.opensips.org Regards Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 19.03.2024 09:30, Prathibha B wrote: What is the alternative to Asterisk Management Interface in OpenSIPS

Re: [OpenSIPS-Users] push notifications - and now packages failing

2024-03-20 Thread Bogdan-Andrei Iancu
Hi, Just use rtpproxy or rtpengine instead, if not able to install the mediapoxy package. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 15.03.2024 12:32, r...@rvgeerligs.nl wrote: Hi all, Maybe I thought wrong

Re: [OpenSIPS-Users] bad uri, state 0 parsed: <$avp> (4) / <$avp(r)> (7)

2024-03-20 Thread Bogdan-Andrei Iancu
Hi drop the quotes in :     $avp(vals) = "$avp(r)"; as you want to put in $avp(vals) the VALUE of the $avp(r) and not the STRING "$avp(r)", I guess Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com

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

2024-03-20 Thread Bogdan-Andrei Iancu
Hi, What OpenSIPS version are you using? and what module do you use on top of the dialog module? Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 13.03.2024 13:55, Babak Yakhchali wrote: Hi When calling and

Re: [OpenSIPS-Users] utimer_ticker warning in opensips 3.2

2024-03-20 Thread Bogdan-Andrei Iancu
https://opensips.org/Documentation/TroubleShooting-Crash) Regards Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 11.03.2024 15:04, Sasmita Panda wrote: Any update on this ? */Thanks & Regards/* /Sasmita Panda/ /Senior Net

Re: [OpenSIPS-Users] SDP

2024-03-20 Thread Bogdan-Andrei Iancu
Nothing is impossible as time as you search in the right place (aka the Manual). See my reply on your thread. Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 14.03.2024 09:50, Stefan Carlsson wrote: Hi ! You can

Re: [OpenSIPS-Users] SDP

2024-03-20 Thread Bogdan-Andrei Iancu
The online Manual should be your Bible here ;) https://opensips.org/Documentation/Script-CoreVar-3-4#rb Regards, Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On 14.03.2024 06:16, Prathibha B wrote: How to see the SDP in

Re: [OpenSIPS-Users] How to change the a=sendrecv in SDP

2024-03-20 Thread Bogdan-Andrei Iancu
Hi, See https://opensips.org/html/docs/modules/3.4.x/textops.html#func_replace_body_all or https://opensips.org/html/docs/modules/3.4.x/textops.html#func_subst_body Regards Bogdan-Andrei Iancu OpenSIPS Founder and Developer https://www.opensips-solutions.com https://www.siphub.com On

  1   2   3   4   5   6   7   8   9   10   >