@piotr-gregor: the module was merged, a group for it was created in src/Makefile.groups, so the module is not going to be compiled by default, having dependency on libstirshaken -- it can be compiled and installed with:

make include_modules="stirshaken" cfg
make all
make install

During development, another way to compile it in the source code tree to check for errors, etc., is:

make modules modules=src/modules/stirshaken

Soon you will get an invitation for write access to Kamailio github repository, so you can push commits to stirshaken module directly. Of course, you can also use pull requests if you want other developers to review your changes.

Anyhow, for changes that you want to push to other components (core, internal libraries, other modules) it is strongly recommended to do pull requests. As a last remark here, do not forget about contributing guidelines and formatting the commit message, because we use commit history for building changelogs for releases:


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.