I had found one article on how to get auto device provisioning to work, unfortunately, it doesnt work..
http://inside-out.xyz/technology/auto-provisioning-an-aastra-ip-telephone-with-fusionpbx.html
"First you need to do is go to your web server and add a .htaccess file entry. If you are using my RPM's the correct path for this file is /var/www/html/.htaccess. Edit it and add the following lines:
RewriteEngine On
RewriteRule ^.*/provision/aastra.cfg$ fusionpbx/app/provision/index.php?file=aastra.cfg [QSA]
RewriteRule ^.*/provision/([A-Fa-f0-9]{12})(\.(xml|cfg))?$ fusionpbx/app/provision/index.php?mac=$1[QSA]"
however, the vanilla install does not have an htaccess file in the root web directory. using a grandstream gxp2160
has anyone gotten the device provisioning to work? if so can you point me at some documentation?
http://inside-out.xyz/technology/auto-provisioning-an-aastra-ip-telephone-with-fusionpbx.html
"First you need to do is go to your web server and add a .htaccess file entry. If you are using my RPM's the correct path for this file is /var/www/html/.htaccess. Edit it and add the following lines:
RewriteEngine On
RewriteRule ^.*/provision/aastra.cfg$ fusionpbx/app/provision/index.php?file=aastra.cfg [QSA]
RewriteRule ^.*/provision/([A-Fa-f0-9]{12})(\.(xml|cfg))?$ fusionpbx/app/provision/index.php?mac=$1[QSA]"
however, the vanilla install does not have an htaccess file in the root web directory. using a grandstream gxp2160
has anyone gotten the device provisioning to work? if so can you point me at some documentation?