Shell Dialplan Application Blocking

Home » Asterisk Users » Shell Dialplan Application Blocking
Asterisk Users 2 Comments

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