search for: callback_dead

Displaying 1 result from an estimated 1 matches for "callback_dead".

2006 Jun 17
0
hanging up call after launching a script, script should continue independently
hello! i'm trying to implement a callback feature. to accomplish this, i've written a python script(callback.agi) that starts another script as a independent process(with spawnl), without asterisk waiting for the other script (callback_dead.sh) to finish before it goes to the next extension. running it on the commandline seems to work, the script starts the other script and finishes(process dies), the second script, which assignment is to sleep for a while and create a callfile then, is alive until it has run completely. while this is...