[SR-Users] kamcmd dlg.list => ERROR: reply too big

2022-11-11 Thread Benoît Panizzon
Hi List I fear I am loosing dialogues somehow. We have implemented counting concurrent connections from customers by using set_dlg_profile. Sometimes, the concurrent channel count does not decrease, despite the dialog end being detected. Now I suppose I have maybe a dozen concurrent calls runni

[SR-Users] KEMI - app_python3 - reload multiple python files

2022-11-11 Thread Niklas Larsson
Hi, for the first time we tried to build all routing in kemi with app_python3, and it works well. But app_python.reload only reloads the file in: modparam("app_python3", "load", "/etc/kamailio/kemi/kamailio.py") And that is a little problem for us, since we are using multiple files to use m

Re: [SR-Users] External script

2022-11-11 Thread Володимир Іванець
Hello all! Henning, thank you for the suggestion! Daniel, your suggestion worked perfectly for my case. Thank you! вт, 8 лист. 2022 р. о 18:07 Daniel-Constantin Mierla пише: > Hello, > > you can use & at the end of command to set its execution in background, > which should result in exec_cmd(

Re: [SR-Users] ims ipsec connectivity

2022-11-11 Thread Oleg Belousov
Hi, Hossein. No, there are not. The output of these two commands is just empty. Should enable it? -- obelousov.tel On Thu, Nov 10, 2022 at 9:08 PM H Yavari wrote: > Hi Oleg, > > Can you check the ipsec SA in the OS and see that SA and policies are > there or not: > >> ip x s l > >> ip x p l >

Re: [SR-Users] Kill child process created by app_python module

2022-11-11 Thread Marat Gareev
Hello, thanks for recommending module *evrexec*. The problem was solved in the following way KEMI script: class kamailio: def update(self, msg): while True: _action() time.sleep(60) def mod_init(): return kamailio() Kamailio script: loadmodule "evrexec" modparam("evrexec", "exec", "name=evrexe

Re: [SR-Users] acc module => account register messages?

2022-11-11 Thread Olle E. Johansson
7.1. acc_log_request(comment) acc_request reports on a request, for example, it can be used to report on missed calls to off-line users who are replied 404 - Not Found. To avoid multiple reports on UDP request retransmission, you would need to embed the action in stateful processing. Greetin

Re: [SR-Users] acc module => account register messages?

2022-11-11 Thread Henning Westerholt
Hello, just add some xlog messages with the content you like to have in the logs, this is the easiest way. Cheers, Henning -- Henning Westerholt – https://skalatan.de/blog/ Kamailio services – https://gilawa.com -Original Message- From: sr-users On Behalf Of Benoît Panizzon Sent: F

[SR-Users] acc module => account register messages?

2022-11-11 Thread Benoît Panizzon
Hi Is there a way to get register messages into accounting? This could come in handy while helping figure out if clients were not registered while calls attemted to reach them. -- Mit freundlichen Grüssen -Benoît Panizzon- @ HomeOffice und normal erreichbar -- I m p r o W a r e A G-

Re: [SR-Users] dialog_vars accumulating in database?

2022-11-11 Thread Benoît Panizzon
Hi Henning > does it happens during run-time, or maybe after a few restarts of the > server? Normally they should be removed if the dialog ended or > expired. Thank you. I have to observe this more closely. As active development is performed, restarts are performed frequently, even while calls-t