Re: [SR-Users] Manual usage and example kamailio kamctl

2022-04-05 Thread bayu p
Dear Fred, I already add module lcr, but found error when searching pvar "ddn" inside source code core/pvapi.c at line 923, as shown captured below : Apr 6 10:26:50 kamal /usr/sbin/kamailio[180954]: ERROR: [core/pvapi.c:923]: pv_parse_spec2(): error searching pvar "ddn" Apr 6 10:26:50 kamal /

[SR-Users] Jansson question

2022-04-05 Thread Barry Flanagan
Hi I am trying to use the jannson_get function to pull field "secret" from the below json: {"3":{"options":{"secret":"mybigsecret"}}} This works is I use jansson_get("3.options.secret". However, I need to know the value of "3" in order to use it. I have tried all the variations on path

Re: [SR-Users] kamailio 5.5.4 source not found file pcre.h file

2022-04-05 Thread Vishal Pai
Bayu, Seem like dependencies issue can you please try For Debian/ubuntu sudo apt-get install libpcre3-dev For CentOS you will need to use sudo yum install pcre-devel and recompile it. On Wed, Apr 6, 2022 at 10:50 AM bayu p wrote: > Dear Developer, > > would you please share which pcre.h fil

[SR-Users] kamailio 5.5.4 source not found file pcre.h file

2022-04-05 Thread bayu p
Dear Developer, would you please share which pcre.h file ? due to my compiling source kamailio 5.5.4 found error as captured below. In file included from dialplan.c:59: dialplan.h:33:10: fatal error: pcre.h: No such file or directory 33 | #include | ^~~~ compilation ter

[SR-Users] no pcre.h file kamailio 5.5.4

2022-04-05 Thread bayu p
Dear Developer, would you please share which pcre.h file ? due to my compiling source kamailio 5.5.4 found error. Kind Regards, In file included from dialplan.c:59: dialplan.h:33:10: fatal error: pcre.h: No such file or directory 33 | #include | ^~~~ compilation termi

Re: [SR-Users] TOPOS (5.1.[23]) breaks PRACK

2022-04-05 Thread George Diamantopoulos
Hello again, I have confirmed the problem doesn't manifest without loading the topos module. I'll see if I can also try a different topos backend this week to confirm if this is a topos_redis issue or topos in general. BR, George On Tue, 22 Mar 2022 at 17:11, George Diamantopoulos wrote: > Hel

[SR-Users] Kamailio stop processing SIP in high call load with dlg replication via DMQ

2022-04-05 Thread José Seabra
Hi there, I've two kamailio servers sharing dlg vars between them and I've noticed that during high call load (~50-70 CPS) the kamailio that is processing all the calls and sharing the dialogs with the other kamailio, stops processing SIP. If I set the parameter enable_dmq to 0 I cannot replicate

Re: [SR-Users] Auth_ephemeral Module > username_format not accepted

2022-04-05 Thread Luciano Motti
It worked. Thanks a lot! On Tue, Apr 5, 2022 at 5:59 AM Daniel-Constantin Mierla wrote: > Hello, > > you should use the format with userid and timestamp only for > authentication username, not for From/To URI username. These are two > different fields and they accept different formats, one is s

Re: [SR-Users] More than TCP 800 concurrent calls, slows Kamailio (LUA FILE API REQUESTS)

2022-04-05 Thread Giovanni Jose
Hello again, Ok I was able to resolve the load issue and yes asynchronous processing is improving this A LOT, but now I am having issues with the ACK's as soon I am getting an ACK request I am having this error 106(112) ERROR: * cfgtrace:request_route=[RELAY] c=[/etc/kamailio/ccm-next-main.cfg] l

[SR-Users] Jansson question

2022-04-05 Thread Barry Flanagan
Hi I am trying to use the jannson_get function to pull field "secret" from the below json: {"3":{"options":{"secret":"mybigsecret"}}} This works is I use jansson_get("3.options.secret". However, I need to know the value of "3" in order to use it. I have tried all the variations on path

Re: [SR-Users] CRITICAL after solve kamailio.cfg "module db_mysql not found"

2022-04-05 Thread bayu p
line 468 are "modparam("lcr", "db_url", DBURL)" it is replacement from previous line "modparam("lcr", "db_url", "mysql://kamailioro:kamailioro@localhost/kamailio")" here capture on kamailio.cfg file by "DBURL" filtered. kamailio# cat -n kamailio.cfg |grep -i DBURL 122 #!ifndef DBURL 123 #

Re: [SR-Users] CRITICAL after solve kamailio.cfg "module db_mysql not found"

2022-04-05 Thread Henning Westerholt
Hello, Ok, the module is installed. So, what is the line 468 from your cfg that produces the error? Cheers, Henning -- Henning Westerholt – https://skalatan.de/blog/ Kamailio services – https://gilawa.com From: bayu p Sent: Tuesday, April 5, 2022 12:09 PM To: Henning Wes

Re: [SR-Users] CRITICAL after solve kamailio.cfg "module db_mysql not found"

2022-04-05 Thread bayu p
What meaning of "system package management tools" ? since my kamailio installation process did install below packages: user@kamal:/etc/kamailio# dpkg -l |grep -i kamailio kamailio 5.3.2-1build3 very fast, dynamic and configurable SIP server kamailio-mysql-modul

Re: [SR-Users] CRITICAL after solve kamailio.cfg "module db_mysql not found"

2022-04-05 Thread Henning Westerholt
Hello, do you’ve installed the mysql module for kamailio with system package management tools? Cheers, Henning -- Henning Westerholt – https://skalatan.de/blog/ Kamailio services – https://gilawa.com From: bayu p Sent: Tuesday, April 5, 2022 12:01 PM To: Henning Westerho

Re: [SR-Users] CRITICAL after solve kamailio.cfg "module db_mysql not found"

2022-04-05 Thread bayu p
Ok, I got that point about syntax error. I have compared the syntax with the other line format, but the result is "it is the same syntax". It could be related with lcr module error, due to my previous loading of lcr module. Pada tanggal Sel, 5 Apr 2022 pukul 16.24 Henning Westerholt menulis: >

Re: [SR-Users] rpm.kamailio.org is down

2022-04-05 Thread Daniel-Constantin Mierla
Hello, thanks for heads up, I am not maintaining the box, but seems that restarting ngnix-docker brought it back in service. Cheers, Daniel On 04.04.22 19:26, Riccardo Villa wrote: > Host is up and responding to ping but not to http requests. > > Riccardo > > > > -- > -- > NOTICE: This electron

Re: [SR-Users] CRITICAL after solve kamailio.cfg "module db_mysql not found"

2022-04-05 Thread Henning Westerholt
Hello, You have some syntax errors in your cfg file. Have a look to the mentioned lines in your kamailio.cfg (e.g. line 468). Cheers, Henning From: sr-users On Behalf Of bayu p Sent: Tuesday, April 5, 2022 11:04 AM To: Kamailio (SER) - Users Mailing List Subject: [SR-Users] CRITICAL after sol

[SR-Users] CRITICAL after solve kamailio.cfg "module db_mysql not found"

2022-04-05 Thread bayu p
Dear Expert, I found failure/critical status after restart kamailio 5.3.2. Could you please to share correct step to install/loading lcr module ? Previously, i did load lcr module in kamailio.cfg, found "error" db_bind_mod(): Module db_mysql not found. When changes lcr db_mysql inside kamailio.cfg

Re: [SR-Users] Asterisk, unable to find dialog for ACK with route param and call-id

2022-04-05 Thread Trevor Peirce
They do, all the values are different.  Even the To is different. Only the From header is the same. NOTICE: acc [acc.c:270]: acc_log_request(): ACC: transaction answered: timestamp=1648611831;time_unix=1648611831.933;method=BYE;from_tag=as730369e7;to_tag=as3b06b3e2;call_id=53bad4f0034b61a5745163

Re: [SR-Users] Auth_ephemeral Module > username_format not accepted

2022-04-05 Thread Daniel-Constantin Mierla
Hello, you should use the format with userid and timestamp only for authentication username, not for From/To URI username. These are two different fields and they accept different formats, one is set in Proxy-/Authorization header and one in From/To SIP URI, the latter must follow the grammar for

Re: [SR-Users] Asterisk, unable to find dialog for ACK with route param and call-id

2022-04-05 Thread Daniel-Constantin Mierla
Hello, do the two legs have different Call-Id and From-tag values? Cheers, Daniel On 05.04.22 02:03, Trevor Peirce wrote: > Hi Daniel, > > Thanks for the reply.  I have verified that dlg_manage() is being > called for both legs of the call.  I have tested with dlg_match_mode > set to various val

Re: [SR-Users] Kamailio as a SBC

2022-04-05 Thread Alex Balashov
Yes and no. Have a read: http://www.evaristesys.com/blog/kamailio-as-an-sbc-five-years-on/ — Sent from mobile, with due apologies for brevity and errors. > On Apr 5, 2022, at 2:10 AM, Nileshwar Goswami > wrote: > >  > Hi There, > > I'm looking out for an SBC and came across your platform. >