[SR-Users] JSON-RPC dgram_socket just part of the output

Ilie Soltanici iliusha.md at gmail.com
Thu Aug 25 02:13:01 CEST 2022


Hello,

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?

command used:
```
echo '{"jsonrpc": "2.0", "method": "dispatcher.list", "reply_name":
"kamailio_reply_fifo", "id": 1}' | nc -u 192.168.1.1 8090
```

kamailio related config:
modparam("jsonrpcs", "fifo_name", "/tmp/kamailio_request.fifo")
modparam("jsonrpcs", "transport", 6)
modparam("jsonrpcs", "fifo_mode", 0600)
modparam("jsonrpcs", "fifo_user", "kamailio")
modparam("jsonrpcs", "dgram_socket", "udp:MY_INTERNAL_IP_ADDR:8090")
modparam("jsonrpcs", "dgram_timeout", 2000)
modparam("jsonrpcs", "pretty_format", 1)

output:
[image: image.png]

Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kamailio.org/pipermail/sr-users/attachments/20220825/4321a7d8/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 131222 bytes
Desc: not available
URL: <http://lists.kamailio.org/pipermail/sr-users/attachments/20220825/4321a7d8/attachment.png>


More information about the sr-users mailing list