I used PROC_NOCHLDINIT and it worked fine.
PROC_RPC is for RPC type processes. "RegInfo Event Processor" is continuously
reading reginfo event FIFO and process the reginfo messages coming with Notify messages.
It is not RPC process.
#define PROC_RPC -2 /**< RPC type process */
..
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/2809#issuecomment-919831612