guillemj created an issue (kamailio/kamailio#4590)
### Description
The current jsonrpcs dgram socket implementation does not send the replies
in-band, instead you need to specify a file via the `store_path` key in the
jsonrpc call, where the reply data gets written to. This is cumbersome, as you
need to recv the reply from the socket, check that the result is `Stored`, then
open that file, read from it and then make sure to remove it.
It would be nice if there could be a way, probably through a new jsonrpc key
specifying the new behavior, where we could request the reply to be in-band,
instead of off-band, and avoid that added complexity.
(But perhaps there's some limitation or rationale why this is not possible,
that is not obvious? If so, then it would be great to document that in the
README for the module.)
(Cc @rfuchs )
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/4590
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/[email protected]>
_______________________________________________
Kamailio - Development Mailing List -- [email protected]
To unsubscribe send an email to [email protected]
Important: keep the mailing list in the recipients, do not reply only to the
sender!