scripts

  1. mdriaz

    Running php or bash script in dialplan + push notification

    I am in the local_extension dialplan, i wanted to run a script when any incoming call, however i am unable to execute anything. tried many things like action set result=${system(`/bin/echo 'System API Test'`)} action set result=${usr/bin/php /path/bash.php}
  2. M

    VM Cleanup

    Hello, I currently have a bash script that I use to clean up the VM's in my system. The script checks for VM's older than X days and then deletes them. This has worked pretty well until a client marked one of their VM's as a saved message and I deleted it. Is there a way to clean up the VM's...
  3. S

    Sharing a full system phone reboot script

    The idea was taken from the script installed on the system, but I made it fully automated and will reboot all the phones. This is good if you are using it for multi-tenant. https://github.com/key2comm/fusionpbx/tree/main/night_reboot It has two Python files. The only real difference between...