Sorry for the late reply, was yesterday pretty busy as well.

Generally speaking, these are the different approaches that modules use for data access in kamailio child processes:

I have another remark about the hash table you' added. The hash table uses system malloc() to allocate memory. Please change this to pkg_memory, if you need per-process individual memory, or shm_memory for shared memory. If you have more detailed questions, feel free to contact me per e-mail as well (hw at kamailio dot org).

@miconda - as you currently traveling, I can do the further processing of this patch, no need to hurry from your side.


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