Shell Dialplan Application Blocking
I’m calling a script which needs to wait a certain time and also hold the call for this time. But the script dialplan application seems to work non blocking. Is there a way to hold the call/dialplan till the shell script is finished?
same => n,Set(PUSHRESULT=${SHELL(sendpush.sh)})
2 thoughts on - Shell Dialplan Application Blocking
Well, my issue. Script wasn’t correctly called. The shell thingie works perfectly in a blocking manner 🙂
Use AGI
Kind regards,
Matt