Hello, I am Mojtaba Esfandiai. I am going to implement new module in Kamailio, In this module i wanna to implement HI2Operations,ver18 for Lawful Interception (ETSI TS 101 671 V3.15.1). My idea is when the request is received by Kamailio was "subject of target", a module's function is executed. In cmd_functions. we should check type of IRIContent and related data. Then we encapsulated all data and encode in in BER file and save in in favourite path. Do you have any idea for this module? Thanks With Regards.
Hello,
if you have the module and want to push it to kamailio git repository, then make a pull request to github project:
- https://github.com/kamailio/kamailio
If you are looking to learn how to write a module, see:
- https://www.asipto.com/pub/kamailio-devel-guide/
It is rather old, but still has good content to get started with the internal api of kamailio and how to build a module.
Looking at some basic modules, such as alias_db, is also a good way to start.
If you get stuck in some specific part, then ask giving the details of what you did/tried and what you expect to happen.
Cheers, Daniel
On 22.09.18 09:18, Mojtaba wrote:
Hello, I am Mojtaba Esfandiai. I am going to implement new module in Kamailio, In this module i wanna to implement HI2Operations,ver18 for Lawful Interception (ETSI TS 101 671 V3.15.1). My idea is when the request is received by Kamailio was "subject of target", a module's function is executed. In cmd_functions. we should check type of IRIContent and related data. Then we encapsulated all data and encode in in BER file and save in in favourite path. Do you have any idea for this module? Thanks With Regards.