Serg1289 created an issue (kamailio/kamailio#4285)
In case of event below, script execution takes too much time (40 sec):
_event_route[dispatcher:dst-down] { exec_msg("/bin/bash -c '/usr/local/etc/kamailio/ipassign.sh &'"); }_
In case I run this script from shell it takes ~2 sec.
Closed #4285 as completed.
fredposner left a comment (kamailio/kamailio#4285)
Support for using [Kamailio](https://www.kamailio.org) can be obtained from a variety of places, including:
- [Mailing Lists](https://www.kamailio.org/w/mailing-lists/) - [matrix chat room](https://matrix.to/#/#kamailio:matrix.kamailio.dev) - [kamailio wiki](https://www.kamailio.org/wiki/) - [kamailio documentation](https://www.kamailio.org/w/documentation/)
This forum is for reporting bugs and making feature requests.
When reporting an issue/bug, gather as much details as possible and include them on the bug report. Useful details are:
* kamailio version (output of kamailio -v) * operating system where server is running * CPU architecture of the system * error log messages from syslog * if there is a coredump file, use gdb to extract the following: - full backtrace (gdb: bt full) - local variables (gdb: info locals) - list of the source code around the issue (gdb: list) * information about when it happens: - at startup - at shutdown - at runtime: ~ randomly (no way to reproduce it has been discovered) ~ periodically (an way to reproduce it has been discovered)
For your current report, please first try support through mailing list or chat room.
Serg1289 left a comment (kamailio/kamailio#4285)
Should I simply mail to sr-users-request@lists.kamailio.org ?