[SR-Users] rate-limiting enabled on kamailio.org

2019-09-22 Thread Henning Westerholt
Hello, just to inform you that rate-limiting on kamailio.org web server has been enabled. The motivation is to throttle robots and other automated services to not overload the server. If you notice any new errors in accessing the service (like page not found, or a 429 Too Many Requests) let

Re: [SR-Users] qm_find_free() Free fragment not found, called from xcap_server, no more pkg

2019-09-22 Thread Henning Westerholt
Hello Cody, this is only used when memory is freed. The additional code that is executed is really small, so there will be no (observable) performance impact. Cheers, Henning Am 21.09.19 um 03:59 schrieb Cody Herzog: Thanks very much, Henning. We will experiment with that option. I wonder

Re: [SR-Users] kamailio run in docker not working

2019-09-22 Thread Sergey Safarov
If you want use custom start command then need use command like "kamailio -DD -E" https://github.com/kamailio/kamailio-ci/blob/master/alpine/Dockerfile.alpine#L5 If you use bash init script then need use "exec kamailio -DD -E" On Sat, Sep 21, 2019 at 11:38 PM Gaurav Bmotra wrote: > hi > i m

Re: [SR-Users] kamailio run in docker not working

2019-09-22 Thread Gaurav Bmotra
Hi Thank you for reply Here I can get kamailio_min-without_os_files.tar.gz file? On Sun, Sep 22, 2019, 11:57 AM Sergey Safarov wrote: > If you want use custom start command then need use command like > "kamailio -DD -E" > >

Re: [SR-Users] kamailio run in docker not working

2019-09-22 Thread Sergey Safarov
This file you will get after executing this build.sh script https://github.com/kamailio/kamailio-ci/blob/master/alpine/build.sh#L117-L132 On Sun, Sep 22, 2019 at 1:34 PM Gaurav Bmotra wrote: > Hi > Thank you for reply > Here I can get kamailio_min-without_os_files.tar.gz file? > > On Sun, Sep