1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,76 @@ |
1 |
+<!-- |
|
2 |
+Kamailio Project uses GitHub Issues only for bugs in the code or feature requests. |
|
3 |
+ |
|
4 |
+If you have questions about using Kamailio or related to its configuration file, |
|
5 |
+ask on sr-users mailing list: |
|
6 |
+ |
|
7 |
+ * http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-users |
|
8 |
+ |
|
9 |
+If you have questions about developing extensions to Kamailio or its existing |
|
10 |
+C code, ask on sr-dev mailing list |
|
11 |
+ |
|
12 |
+ * http://lists.sip-router.org/cgi-bin/mailman/listinfo/sr-dev |
|
13 |
+ |
|
14 |
+Please try to fill this template as much as possible for any issue. It helps the |
|
15 |
+developers to troubleshoot the issue. |
|
16 |
+ |
|
17 |
+If you submit a feature request (or enhancement), you can delete the text of |
|
18 |
+the template and only add the description of what you would like to be added. |
|
19 |
+ |
|
20 |
+You can delete the comments from the template sections when filling. |
|
21 |
+ |
|
22 |
+You can delete next line and everything above before submitting (it is a comment). |
|
23 |
+--> |
|
24 |
+ |
|
25 |
+### Description |
|
26 |
+ |
|
27 |
+<!-- |
|
28 |
+Explain what you did, what you expected to happen, and what actually happened. |
|
29 |
+--> |
|
30 |
+ |
|
31 |
+### Troubleshooting |
|
32 |
+ |
|
33 |
+<!-- |
|
34 |
+ |
|
35 |
+#### Reproduction |
|
36 |
+ |
|
37 |
+If the issue can be reproduced, describe how it can be done. |
|
38 |
+ |
|
39 |
+#### Backtrace |
|
40 |
+ |
|
41 |
+If you got a core dump, use gdb to extract troubleshooting data - full backtrace, |
|
42 |
+local variables and the list of the code at the issue location. |
|
43 |
+ |
|
44 |
+ gdb /path/to/kamailio /path/to/corefile |
|
45 |
+ bt full |
|
46 |
+ info locals |
|
47 |
+ list |
|
48 |
+ |
|
49 |
+If you are familiar with gdb, feel free to attach more of what you condier to |
|
50 |
+be relevant. |
|
51 |
+--> |
|
52 |
+ |
|
53 |
+### Possible Solutions |
|
54 |
+ |
|
55 |
+<!-- |
|
56 |
+If you found a solution or workaround for the issue, describe it. Ideally, provide a pull request with a fix. |
|
57 |
+--> |
|
58 |
+ |
|
59 |
+### Additional Information |
|
60 |
+ |
|
61 |
+ * **Kamailio Version** - output of `kamailio -v` |
|
62 |
+ |
|
63 |
+``` |
|
64 |
+(paste your output here) |
|
65 |
+``` |
|
66 |
+ |
|
67 |
+* **Operating System**: |
|
68 |
+ |
|
69 |
+<!-- |
|
70 |
+Details about the operating system, the type: tMacOS, Linux, xBSD, Solaris, ...; |
|
71 |
+Kernel details (output of `uname -a`) |
|
72 |
+--> |
|
73 |
+ |
|
74 |
+``` |
|
75 |
+(paste your output here) |
|
76 |
+``` |