<div dir="ltr">Hello,<div><br></div><div>I'm trying to get the dispatcher status from kamailio through the UDP datagram but for some reason, it is getting just part of the output. Is there any buffer that I have to increase to get the complete output?</div><div><br></div><div>command used:</div><div>```</div><div>echo '{"jsonrpc": "2.0", "method": "dispatcher.list", "reply_name": "kamailio_reply_fifo", "id": 1}' | nc -u 192.168.1.1 8090<br></div><div>```</div><div><br></div><div>kamailio related config:</div><div><div><div style="color:rgb(238,255,255);background-color:rgb(37,37,38);font-family:"Fira Code",Awesome,"Droid Sans Mono","monospace",monospace,"Droid Sans Fallback","Droid Sans Mono","monospace",monospace;font-size:14px;line-height:19px;white-space:pre"><div><span style="color:rgb(199,146,234)">modparam</span>(<span style="color:rgb(195,232,141)">"jsonrpcs"</span><span style="color:rgb(137,221,255)">,</span> <span style="color:rgb(195,232,141)">"fifo_name"</span><span style="color:rgb(137,221,255)">,</span> <span style="color:rgb(195,232,141)">"/tmp/kamailio_request.fifo"</span>)</div><div><span style="color:rgb(199,146,234)">modparam</span>(<span style="color:rgb(195,232,141)">"jsonrpcs"</span><span style="color:rgb(137,221,255)">,</span> <span style="color:rgb(195,232,141)">"transport"</span><span style="color:rgb(137,221,255)">,</span> <span style="color:rgb(247,140,108)">6</span>)</div><div><span style="color:rgb(199,146,234)">modparam</span>(<span style="color:rgb(195,232,141)">"jsonrpcs"</span><span style="color:rgb(137,221,255)">,</span> <span style="color:rgb(195,232,141)">"fifo_mode"</span><span style="color:rgb(137,221,255)">,</span> <span style="color:rgb(247,140,108)">0600</span>)</div><div><span style="color:rgb(199,146,234)">modparam</span>(<span style="color:rgb(195,232,141)">"jsonrpcs"</span><span style="color:rgb(137,221,255)">,</span> <span style="color:rgb(195,232,141)">"fifo_user"</span><span style="color:rgb(137,221,255)">,</span> <span style="color:rgb(195,232,141)">"kamailio"</span>)</div><div><span style="color:rgb(199,146,234)">modparam</span>(<span style="color:rgb(195,232,141)">"jsonrpcs"</span><span style="color:rgb(137,221,255)">,</span> <span style="color:rgb(195,232,141)">"dgram_socket"</span><span style="color:rgb(137,221,255)">,</span> <span style="color:rgb(195,232,141)">"udp:MY_INTERNAL_IP_ADDR:8090"</span>)</div><div><span style="color:rgb(199,146,234)">modparam</span>(<span style="color:rgb(195,232,141)">"jsonrpcs"</span><span style="color:rgb(137,221,255)">,</span> <span style="color:rgb(195,232,141)">"dgram_timeout"</span><span style="color:rgb(137,221,255)">,</span> <span style="color:rgb(247,140,108)">2000</span>)</div><div><span style="color:rgb(199,146,234)">modparam</span>(<span style="color:rgb(195,232,141)">"jsonrpcs"</span><span style="color:rgb(137,221,255)">,</span> <span style="color:rgb(195,232,141)">"pretty_format"</span><span style="color:rgb(137,221,255)">,</span> <span style="color:rgb(247,140,108)">1</span>)</div></div></div></div><div><br></div><div>output:</div><div><img src="cid:ii_l78ajmul0" alt="image.png" width="542" height="413"><br></div><div><br></div><div>Thanks</div></div>