You can do this using the functions in the exec module:
https://kamailio.org/docs/modules/5.0.x/modules/exec.html
However, this solution is naive and performs poorly given Kamailio's concurrency model.
Sometimes, calling external scripts is unavoidable. But you mention a curl call. Perhaps you should explore the asynchronous HTTP client module instead, as it would allow you to do the same thing from within Kamailio route script directly, but without an unwieldy Rube Goldberg machine. :-)
https://kamailio.org/docs/modules/5.0.x/modules/http_async_client.html
-- Alex
On Jun 28, 2017, at 1:03 PM, Anuradha Selvarajan anuradha.selvarajan@ericsson.com wrote:
Hello,
I am using fork.cfg file and I want to call a shell script (which has curl commands extracting value from database and returns the value) and use the value in the fork.cfg. How can I do it?
Appreciate your help!
Thanksm Anu _______________________________________________ Kamailio (SER) - Users Mailing List sr-users@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users