-
Notifications
You must be signed in to change notification settings - Fork 600
How to File a Bug Report
Liviu Chircu edited this page Oct 16, 2017
·
13 revisions
Short guide to what you should provide inside OpenSIPS bug reports on GitHub
- output of
opensips -V
. We constantly push fixes to all supported branches - knowing the version helps us isolate the problem faster.
- a full gdb backtrace (open the corefile with
gdb opensips path/to/corefile
and dobt full
) - relevant OpenSIPS logs. The higher logging level, the better (ideally DEBUG level or
log_level = 4
) - your way of using the OpenSIPS scripting language, or relevant parts of it. If privacy is a concern, you may email these details to [email protected], [email protected] or [email protected].