Re: [SR-Users] Late offer ACKs not passing through branch_route

2019-06-30 Thread Enrico Bandiera
Hi Daniel, thank you. I will add a special case for ACKs in the request route. Cheers, Enrico. Il giorno mar 25 giu 2019 alle ore 16:46 Daniel-Constantin Mierla < dan...@kamailio.org> ha scritto: > Hello, > > the ACK doesn't get through the branch_route block because it is forwarded > in statele

Re: [SR-Users] Kamailio crashing and infinite-looping when trying to free memory

2019-03-19 Thread Enrico Bandiera
79e913d45ab"} (gdb) list 684 in timer.c Il giorno mar 19 mar 2019 alle ore 17:07 Daniel-Constantin Mierla < mico...@gmail.com> ha scritto: > Hello, > > can you get the output of the next gdb commands: > > - first core file > > frame 2 > p *p_cell > list &

[SR-Users] Kamailio crashing and infinite-looping when trying to free memory

2019-03-19 Thread Enrico Bandiera
Hi guys, recently we had some issues with kamailio in production, a proxy at the edge of the infrastructure was crashing seemingly randomly, it happened a couple of times in a timespan of 4-5 days until a point where we found it in an endless loop, unable to process SIP packets anymore and printing

[SR-Users] Using the avp [*] index with jansson module functions

2019-02-26 Thread Enrico Bandiera
Hello, I would like to use the [*] index for the avps (to overwrite instead of adding to the stack) when passing the variable to jansson module functions. When trying to do so I get this error: 9(35) ERROR: jansson [jansson_funcs.c:219]: janssonmod_set(): result has json error at line 1: end of

Re: [SR-Users] Fwd: pv_buffer_size config value actually ignored?

2019-02-14 Thread Enrico Bandiera
s/modules/stable/modules/xlog.html#xlog.p.buf_size > > xlog module is using its own buffer, not the one from pv core file. > > Cheers, > Daniel > On 13.02.19 21:36, Enrico Bandiera wrote: > > Hi, could it be caused by this? > > > https://github.com/kamailio/kamail

Re: [SR-Users] Fwd: pv_buffer_size config value actually ignored?

2019-02-13 Thread Enrico Bandiera
Hi, could it be caused by this? https://github.com/kamailio/kamailio/blob/master/src/modules/xlog/xlog.c#L65 I tried to increment it, recompiled kamailio and the error doesn't show up anymore Thanks, Enrico Il giorno mer 13 feb 2019 alle ore 17:29 Enrico Bandiera < enri

Re: [SR-Users] Fwd: pv_buffer_size config value actually ignored?

2019-02-13 Thread Enrico Bandiera
patch and send again here on mailing list the error > log messages? > > Cheers, > Daniel > On 13.02.19 09:20, Enrico Bandiera wrote: > > > > -- Forwarded message - > From: Enrico Bandiera > Date: mer 13 feb 2019 alle ore 09:18 > Subject: R

[SR-Users] Fwd: pv_buffer_size config value actually ignored?

2019-02-13 Thread Enrico Bandiera
-- Forwarded message - From: Enrico Bandiera Date: mer 13 feb 2019 alle ore 09:18 Subject: Re: [SR-Users] pv_buffer_size config value actually ignored? To: Daniel-Constantin Mierla Hello Daniel, yes we do use that $avp for a log line which is actually a big json, the $avp is

[SR-Users] pv_buffer_size config value actually ignored?

2019-02-13 Thread Enrico Bandiera
Hi, I'm having some strange issues with a somewhat big $avp value, when it reaches a size of about 4K I get this error: 29(47) ERROR: [core/pvapi.c:1452]: pv_printf(): no more space for spec value 29(47) ERROR: [core/pvapi.c:1461]: pv_printf(): buffer overflow – increase the buffer size... In t

Re: [SR-Users] kamailio 5.2.0 with empty table of rtpengine - kamailio doesn't start

2019-02-01 Thread Enrico Bandiera
Hello, going back to 5.2.0 is actually not possible anymore if you didn't save locally the distro packages because right now on the repos only Kamailio 5.2.1 is available Il giorno gio 31 gen 2019 alle ore 13:13 * Paolo Visintin - evosip.cloud ha scritto: > Hello, > > I noticed that , with kamai

[SR-Users] Dialplan Module limits

2018-11-30 Thread Enrico Bandiera
Hi guys, does anyone know which are the limits of the diaplan module? After how many entries I will encounter serious performance issues? Thanks, Enrico. ___ Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-b

[SR-Users] IRC Channel

2018-08-06 Thread Enrico Bandiera
Hi, currenty (the last few days) there has been a spam attack on freenode, #Kamailio is currently full of spam messages, I was wondering if who has operator rights could set the channel to +r (only registered users can send messages) as suggested by freeenode admins The channel usually has only fe

Re: [SR-Users] KEMI: accessing "keyword" variables from core

2018-07-23 Thread Enrico Bandiera
Noticed there's KSR.is_myself for some reason the search functionality on the KEMI documentation didn't find it when searching for "myself" Thanks 2018-07-23 10:53 GMT+02:00 Enrico Bandiera : > Hi Daniel, thank you, any hint for the keyword "myself"? >

Re: [SR-Users] KEMI: accessing "keyword" variables from core

2018-07-23 Thread Enrico Bandiera
ould be $sp > > You can look in the pseudo-variables cookbook on kamailio.org/wiki to > confirm. > > Cheers, > Daniel > > On 20.07.18 12:48, Enrico Bandiera wrote: > > Hi, anyone how to access keyword variables like dst_port or src_port from &g

[SR-Users] KEMI: accessing "keyword" variables from core

2018-07-20 Thread Enrico Bandiera
Hi, anyone how to access keyword variables like dst_port or src_port from kemi? (specifically python in our case). Thanks, Enrico. ___ Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-

Re: [SR-Users] sdpops / keep_codecs_by_name not modifying sdp unless i call msg_apply_changes

2018-07-06 Thread Enrico Bandiera
> Daniel > > > On 07/05/2018 02:02 PM, Enrico Bandiera wrote: > > Hi, I'm encountering an issue where calling keep_codecs_by_name does not > modify the SDP on the INVITE unless I call the "evil function" > ms

[SR-Users] sdpops / keep_codecs_by_name not modifying sdp unless i call msg_apply_changes

2018-07-05 Thread Enrico Bandiera
Hi, I'm encountering an issue where calling keep_codecs_by_name does not modify the SDP on the INVITE unless I call the "evil function" msg_apply_changes Any help is welcome, Thanks, Enrico. ___ Kamailio (SER) - Users Mailing List sr-users@lists.kamailio

Re: [SR-Users] TOPOS module errors

2018-05-30 Thread Enrico Bandiera
Hi Daniel, since it was just before the KWC I waited some time before pinging you :) Any news on this issue? Thanks, Enrico. 2018-05-03 15:42 GMT+02:00 Enrico Bandiera : > Hi Daniel, tell me if you need more portions of the log: > > 0(111) DEBUG: [core/socket_info.c:559]: grep_

Re: [SR-Users] TOPOS module errors

2018-05-03 Thread Enrico Bandiera
Hi Daniel, tell me if you need more portions of the log: 0(111) DEBUG: [core/socket_info.c:559]: grep_sock_info(): checking if host==us: 10==11 && [172.22.3.7] == [31.193.99.4] 0(111) DEBUG: [core/socket_info.c:566]: grep_sock_info(): checking if port 5060 (advertise 0) matches port 5060 0(11

Re: [SR-Users] TOPOS module errors

2018-05-03 Thread Enrico Bandiera
kamailio -f $PATH_KAMAILIO_CFG -DD -E -e Thanks, Enrico. 2018-05-03 12:52 GMT+02:00 Daniel-Constantin Mierla : > Hello, > > how do you start kamailio, or better, said what are the command line > parameters? > Cheers, > Daniel > > > On 03.05.18 12:26, Enrico Bandie

Re: [SR-Users] TOPOS module errors

2018-05-03 Thread Enrico Bandiera
Cheers, > Daniel > > On 03.05.18 10:42, Enrico Bandiera wrote: > > Hi, I'm trying to use the TOPOS module to solve some MTU issues we have > (we have multiple kamailio servers in our architecture and route/via > headers are becoming a problem) > > The module see

[SR-Users] TOPOS module errors

2018-05-03 Thread Enrico Bandiera
Hi, I'm trying to use the TOPOS module to solve some MTU issues we have (we have multiple kamailio servers in our architecture and route/via headers are becoming a problem) The module seems to work but I'm getting these errors on the log: 0(94) ERROR: topos [tps_storage.c:480]: tps_db_insert_dia

Re: [SR-Users] Missing exit function on KEMI?

2018-03-29 Thread Enrico Bandiera
re as well, it was not added > because python exit gave what was needed in this case > > Cheers, > Daniel > > On 27.03.18 16:49, Enrico Bandiera wrote: > > Hello, I'm trying to use the KSR.x.exit() function in a KEMI python script > but at runtime i get this error:

[SR-Users] Missing exit function on KEMI?

2018-03-27 Thread Enrico Bandiera
Hello, I'm trying to use the KSR.x.exit() function in a KEMI python script but at runtime i get this error: KSR.x.exit() AttributeError: 'module' object has no attribute 'exit' It seems that the exit function is missing even though it is documented. My kamailio version is: kamailio 5.2.0-dev4 (x