First, thank you for taking the time to contribute to Kamailio project!
The following is a set of guidelines for contributing to Kamailio sources and documentation. Kamailio source tree is hosted in the Kamailio Organization on GitHub.
These are intended to be more like guidelines to keep everything consistent and coherent, not very strict rules. Use your best judgment and feel free to propose changes to this document in a pull request.
Kamailio is a community managed project, with developers world wide. Any contribution to code or documentation is very welcome and appreciated.
In order to be easily able to track the changes and have a coherent ChangLog and commit history, there are several rules required for each contribution.
.clang-format file is part of
Kamailio source code tree, in the root folder.Please create the commit messages following the GIT convention:
Think of the first line as of an email "Subject" line. In fact it will be used as "Subject" in the generated commit emails and it will also be used when generating the Changelog (e.g. git log --pretty=oneline).
Please start always with the prefix of the component (subsystem) that is modified by the commit, for example:
core: more fixup helper functions
core: tcp - support for haproxy protocolcore: mem - added faster mallocmodname: support for foo rfc extension
usrloc: support for gruu rfc extensionlib: srutils - critical bug fix for abc casekamctl: added support for management of module xyzcommit message must describe the changes done by the patch
other details (e.g., how to reproduce, backtrace, sip packets, ...) belong to content (comments) of the pull request. Example:
core: added latency_limit_cfg global parameter
- print execution time for configuration script only if it exceeds this value
- default is 0 - print always (behaviour so far)
- it is printed to latency_cfg_log level
avoid emoticons and non-technical statements in commit messages
credits can be given within commit message as a short statement, mentioning the name of the person or entity
when the case, make references in the commit body (not in the subject/first line) to the items on bug tracker or pull requests, using GH #XYZ -- replace XYZ with issue number id. Example:
dialplan: basic safety for concurrent rpc reload
- reported by GH #1874
commits related to reports by static analyzers or other tools must describe what was fixed or changed. The tool, if a well known one, can be mentioned in the body of the commit message, after the technical details presenting the changes. For example, do not use commit messages like:
...: fix for whatever-tool reports
do not reference non-public resources (e.g., private links, id of non-public static analyzer reports, ...). For example, do not use commit messages like:
...: fix for whatever-tool report #1234
...: fix for http://private-tracker.lab/1234
do not mention any developer name or yourself when fixing an issue introduced by an old commit done by that developer or you. That commit can be referenced by hash id.
change to usrloc module from modules
usrloc: fixed name conflict
- destroy_avps() renamed to reg_destroy_avps() to avoid conflicts
with the usr_avp.h version
change to core
core: loadpath can now use a list of directories
- loadpath can use a list of directories separated by ':',
e.g.: loadpath "modules:modules_s:modules_k".
First match wins (e.g. for loadmodule "textops" if
modules/textops.so or modules/textops/textops.so exists, it will
be loaded and the search will stop).
The above content about commit message format is taken from Kamailio wiki page:
developerid is the username on github.com portaldeveloperid/, e.g., alice/new-feature. Do not use just
new-feature or alice-new-feature or other variant without developerid/Whenever reporting an issue, along with the description of the problems, try to include following details:
Always useful to have:
Note: replace any sensitive information in the content you add to the issue (e.g., passwords in modparams can be replaced with xyz, each IP address can be replaced with tokens like a.b.c.d, f.g.h.j).
Kamailio Main License: GPLv2.
Each source code file refers to the license and copyright details in the top of the file. Most of the code is licensed under GPLv2, some parts of the code are licensed under BSD.
New contributions to the core and several main modules (auth, corex, sl, tls, tm) have to be done under the BSD license. New contributions under the GPL must grant the GPL-OpenSSL linking exception. Contributions to existing components released under BSD must be done under BSD as well.
For any question, do not hesitate to contact other developers via mailing list: