You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 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