Provisioning file

ou812

Member
Nov 2, 2016
69
8
8
62
Does anyone know where the provisioning templates are located, I wish to add some missing provisioning features for the Yealink phones.

Thanks,
 
You can navigate to Advanced -> Provision Templates to view all available templates.

If the menu link is missing, download the latest updates

Code:
cd /var/www/fspbx
git pull
php atisan app:update

and then run this command to refresh the menu links

Code:
php artisan menu:create-fspbx

Log out and log back in, and you will see the new menu option.

The actual templates are stored here:

Code:
/var/www/fspbx/public/resources/templates/provision/

You can easily create new folders for new phone models that don't yet exist.
 
You can navigate to Advanced -> Provision Templates to view all available templates.

If the menu link is missing, download the latest updates

Code:
cd /var/www/fspbx
git pull
php atisan app:update

and then run this command to refresh the menu links

Code:
php artisan menu:create-fspbx

Log out and log back in, and you will see the new menu option.

The actual templates are stored here:

Code:
/var/www/fspbx/public/resources/templates/provision/

You can easily create new folders for new phone models that don't yet exist.
Thanks, worked great, just a typo "php atisan app:update" php artisan app:update