4 Current set of issues is to be found at our Github Project page:
6 * https://github.com/kamailio/kamailio/issues
11 When reporting an issue, gather as much details as possible and include them
12 on the bug report. Useful details are:
14 * kamailio version (output of kamailio -v)
15 * operating system where server is running
16 * CPU architecture of the system
17 * error log messages from syslog
18 * if there is a coredump file, use gdb to extract the following:
19 - full backtrace (gdb: bt full)
20 - local variables (gdb: info locals)
21 - list of the source code around the issue (gdb: list)
22 * information about when it happens:
26 ~ randomly (no way to reproduce it has been discovered)
27 ~ periodically (an way to reproduce it has been discovered)
32 If you have further questions about reporting an issue, email to:
34 * sr-dev@lists.sip-router.org