Dear Henning,
Thank you for your previous message and for pointing me to the "ctl" module
documentation. I have successfully configured the module to support both TCP and UDP
protocols using the following lines:
`modparam("ctl", "binrpc", unix:/run/kamailio/kamailio_ctl")
modparam("ctl", "binrpc", "udp:*:8888")
modparam("ctl", "binrpc", "tcp:*:3333")`
However, I am experiencing issues when attempting to send messages to the Kamailio server
using a socket script. Specifically, when I send a message to the server using either TCP
or UDP, I receive a malformed response containing "bad request" with some other
symbols. I suspect that I need to enable some special encoding to allow the Kamailio
server to properly understand the procedure being executed.
Could you please provide me with more information on how to properly encode the messages
that are being sent to the Kamailio server via the socket script? Any guidance you can
provide would be greatly appreciated.
Thank you for your time and assistance.
Best regards,