Asterisk 13 - system() dialplan app cannot call bash script on filing system
问题 This was working fine in Asterisk 1.8.32.3 - I'm testing with Asterisk 13.22.0 on Centos 7 running as root (already - as you'll see below): same=>n,System(/usr/src/bash/setData.sh ${CHANNEL(accountcode)}) The script's permissions: [root@localhost bash]# ls -l -rwxr-xr-x 1 root root 1493 Jan 20 2016 setData.sh [root@localhost bash]# pwd /usr/src/bash [root@localhost bash]# I've upgraded to Asterisk 13, and Asterisk is now incapable of executing the setData.sh script: [Jul 25 10:33:21] WARNING