Hi,
I am on kamailio 5.2.4 and want to use the xhttp module for certain management
operations.
The request involves some DB queries . The DB is remote and via ODBC and might have some
delay.The documentation on the xhttp module states about
latency
http://kamailio.org/docs/modules/devel/modules/xhttp.html mentioning that the
request is handled in an asynchronous manner.
However, the JSONRPC-S module documentation says that this module implements the support
for asynchronous RPC commands only for HTTP and HTTPS transports.
https://www.kamailio.org/docs/modules/devel/modules/jsonrpcs.html#idm104941…
I am confused about the process under whose context the xttp request . Can there be a
dedicated process to handle certain management requests which do some custom instructions
like certain DB operations or initiate certain http requests ?
Thanks,Rupesh