[asterisk-users] [1.4] Still can't get it to call back
Tilghman Lesher
tilghman at meg.abyt.es
Fri Feb 25 05:47:36 CST 2011
On Fri, Feb 25, 2011 at 4:54 AM, Gilles <codecomplete at free.fr> wrote:
> Is there a way to launch a script asynchronously, so that Asterisk
> proceeds to the next step immediately, and the script will then wait
> 10 seconds so that the channel is available again?
In Perl, the line would be: fork and exit;
I'm sure there's an equivalent in lua, but the basic idea is that you
want to fork a
child, which takes over. When the parent process dies, control returns to the
dialplan.
More information about the asterisk-users
mailing list