mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-24 01:18:27 +00:00
provision aastra 9133i based phones (480i 480i CT, 9112i, 9133i) leverage smarty include to common parts have device_edit ignore 'include' folders .htaccess's RewriteRule operates relative to it's dir so anchoring to ^provision is correct even for where fusion is on a sub folder
25 lines
724 B
Plaintext
25 lines
724 B
Plaintext
# #################
|
|
# Provisioning Settings
|
|
# #################
|
|
# phone looks for configuration files in aastra.cfg followed by <MAC>.cfg, e.g. "00085D1610DE.cfg"
|
|
# HTTPS, TFTP and FTP also supported
|
|
download protocol: HTTP
|
|
|
|
# === HTTP Provisioning Settings ===
|
|
http server: {$domain_name}
|
|
#http port: 80
|
|
http path: /provision
|
|
|
|
# === FTP Provisioning Settings ===
|
|
#ftp server: {$domain_name}
|
|
#ftp username: {$ftp_auth_username}
|
|
#ftp password: {$ftp_auth_password}
|
|
|
|
# === TFTP Provisioning Settings ===
|
|
#tftp server: {$domain_name}
|
|
#tftp path: /provision/{$domain_name}
|
|
|
|
# === Provisioning Sync Settings ===
|
|
# Example below is for resyncing config (but not firmware) nightly at 2am
|
|
auto resync mode: 1
|
|
auto resync time: 02:00 |