Asterisk 1.4.25 - running under root.
CentOS
[voicemail.conf]
externnotify=/usr/bin/myscript.sh
[myscript.sh]
#!/bin/sh
echo “TEST” > testfile
The script simply won’t execute…It doesn’t even “try”.
I’ve found several other people on the same version of Asterisk with the same issue…
Anyone have a clue ?
Is this broken in 1.4.25 ?