[SR-Users] Call limiting with Kamailio

2021-11-25 Thread Olli Attila
Hello, What choices do I have to implement a feature to Kamailio which would limit calls per customer? The environment: Two kamailio nodes sitting in different sites and they are not aware of each others sessions/dialogs and thus serving customer calls independently. Configurations on the nodes

Re: [SR-Users] JSON Error

2021-11-25 Thread Ovidiu Sas
Another option is to enhance the error log by printing out the string and recompile. This will give you the string, but not the location in your script. Troubleshooting is always *fun*. -ovidiu On Thu, Nov 25, 2021 at 21:00 Daniel W. Graham wrote: > Thats what I was hoping to avoid unless

Re: [SR-Users] JSON Error

2021-11-25 Thread Daniel W. Graham
Thats what I was hoping to avoid unless there was an alternate option. -dan From: sr-users on behalf of Ovidiu Sas Sent: Wednesday, November 24, 2021 10:51:33 PM To: Kamailio (SER) - Users Mailing List Subject: Re: [SR-Users] JSON Error Add a log in the

Re: [SR-Users] How to not write logs to journald with kamailio

2021-11-25 Thread Henning Westerholt
Hello, as already mentioned, Kamailio just uses the standard functions for logging, it has no control about the behaviour of the syslog daemon(s). So, there should be no need to replace anything. Maybe you can try to just replace system journal on the machine. Your issues regarding the system

Re: [SR-Users] How to not write logs to journald with kamailio

2021-11-25 Thread Ginhoux, Patrick
Hi, Thanks all for your information. Now this morning on live SIP Proxies, I have configured the /etc/systemd/journald.conf with : RateLimitIntervalSec=0 RateLimitBurst=0 I have restarted the journald/rsyslog services. But few seconds later, the logging still stop again. I have