How can I reload the asterisk dialplan as my www user ‘www-data’?
This works from the command line as root: asterisk -rx ‘dialplan reload’, but I can’t get that to run in my php script.
In my php script: system(“asterisk -rx ‘dialplan reload’”); <------ that doesn’t appear to work!