-
Notifications
You must be signed in to change notification settings - Fork 583
How to File a Bug Report
Liviu Chircu edited this page May 15, 2018
·
13 revisions
Short guide on what you should include in an OpenSIPS bug report on the mailing lists or GitHub.
- output of
opensips -V
. We constantly push fixes to all supported branches - knowing the version helps us isolate the problem faster.
- a way of replicating the issue (if possible)
- relevant OpenSIPS logs. The higher logging level, the better (ideally
log_level = 4
, which is the DEBUG level). - a network capture (e.g. .txt, .pcap, .pcapng) of your problematic SIP signaling.
- your
opensips.cfg
[*], or sections of it which are relevant to the bug in question. Plenty of bugs are caused by unorthodox usage of the scripting language. - if it's a crash, please try to extract a full gdb backtrace. If you cannot generate a corefile, go here. Otherwise:
- open the corefile with
gdb opensips opensips/working/directory/corefile
bt full
- open the corefile with
[*] If privacy is a concern, you may email any sensible details to bogdan@opensips.org, razvan@opensips.org or liviu@opensips.org.