Skip to content

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

Minimally required troubleshooting info

  • output of opensips -V. We constantly push fixes to all supported branches - knowing the version helps us isolate the problem faster.

Any of the following will help us understand the problem better

  • a full gdb backtrace (open the corefile with gdb opensips path/to/corefile and do bt 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].

Work Groups

Clone this wiki locally