Hello,
We have a number of Aastra phones in deployment (using another PBX system). We are looking at FusionPBX (the multi-tenancy is the most attractive feature). I have been able to provision an Aastra phone quite easily, but notice it only uses 'aastra.cfg' and '{mac}.cfg', while the phone itself tends to also look for a model-specific CFG file as well (e.g., '6867i.cfg')
I tried adding an entry to the file '/var/www/fusionpbx/.htaccess' under the entry for the 'aastra.cfg':
I then went intot he template directory for Aastra 686x, copied the 'aastra.cfg' to '6867i.cfg' then rebooted my test phone (an Aastra 6867i) and watched '/var/log/nginx/access.log'. The phone looked for and found 'aastra.cfg' and MAC.cfg (HTTP code 200) but did not find '6867i.cfg' (HTTP code 404)
Thanks for your insight!
We have a number of Aastra phones in deployment (using another PBX system). We are looking at FusionPBX (the multi-tenancy is the most attractive feature). I have been able to provision an Aastra phone quite easily, but notice it only uses 'aastra.cfg' and '{mac}.cfg', while the phone itself tends to also look for a model-specific CFG file as well (e.g., '6867i.cfg')
I tried adding an entry to the file '/var/www/fusionpbx/.htaccess' under the entry for the 'aastra.cfg':
Code:
RewriteRule ^provision/6867i.cfg$
app/provision/index.php?file=6867i.cfg [QSA]
I then went intot he template directory for Aastra 686x, copied the 'aastra.cfg' to '6867i.cfg' then rebooted my test phone (an Aastra 6867i) and watched '/var/log/nginx/access.log'. The phone looked for and found 'aastra.cfg' and MAC.cfg (HTTP code 200) but did not find '6867i.cfg' (HTTP code 404)
- Is it possible to configure FusionPBX to add additional CFG files that Aastra phones look for?
- If so, how?
Code:
firmware server: http://{$domain_name}{$project_path}/provision/aastra/firmware
Thanks for your insight!