Thanks for replying. Here it is. As I said this is not a good solution.
```diff
--- jsonrpc_mod.c.orig
+++ jsonrpc_mod.c
@@ -120,7 +120,6 @@
{
int pid;
- if (rank>PROC_MAIN)
cmd_pipe = pipe_fds[1];
if (rank!=PROC_MAIN)
```
---
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/713#issuecomment-233828746