[SR-Users] External script

Daniel-Constantin Mierla miconda at gmail.com
Tue Nov 8 17:07:37 CET 2022


Hello,

you can use & at the end of command to set its execution in background,
which should result in exec_cmd() returning immediately, no longer
waiting for command execution to terminate. Like:

exec_cmd("/path/to/myscript.sh &");

Cheers,
Daniel

On 08.11.22 15:24, Володимир Іванець wrote:
> Hello!
>
> I was wondering how everyone uses exec_cmd(). I'm using it to call an
> external script directly from a worker route which locks it for the
> time of execution. If all that is needed is to call it and forget,
> should the best option be to call the async route with exec_cmd()?
>
> Thanks a lot for any input on this topic!
>
> __________________________________________________________
> Kamailio - Users Mailing List - Non Commercial Discussions
> sr-users at lists.kamailio.org
> Important: keep the mailing list in the recipients, do not reply only to the sender!
> Edit mailing list options or unsubscribe:
> https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users

-- 
Daniel-Constantin Mierla -- www.asipto.com
www.twitter.com/miconda -- www.linkedin.com/in/miconda




More information about the sr-users mailing list