Change the old provisioning syntax to the new syntax.
This commit is contained in:
parent
540819901b
commit
6fb834709e
|
|
@ -35,7 +35,7 @@
|
|||
# #################
|
||||
|
||||
# phone looks for firwmare in <phone model>.st file, e.g. "53i.st" or "57iCT.st"
|
||||
#firmware server: http://{$domain_name}{$v_project_path}/provisioning/aastra/firmware
|
||||
#firmware server: http://{$domain_name}{$project_path}/provisioning/aastra/firmware
|
||||
|
||||
|
||||
# #################
|
||||
|
|
@ -43,7 +43,7 @@
|
|||
# #################
|
||||
|
||||
# phone looks for configuration files in aastra.cfg followed by <MAC>.cfg, e.g. "00085D1610DE.cfg"
|
||||
# leave HTTP path blank for http://{domain_name}{v_project_path}/aastra.cfg and http://{domain_name}{v_project_path}/<MAC>.cfg
|
||||
# leave HTTP path blank for http://{$domain_name}{$project_path}/aastra.cfg and http://{domain_name}{v_project_path}/<MAC>.cfg
|
||||
download protocol: HTTP # HTTPS, TFTP and FTP also supported
|
||||
http server: {$domain_name}
|
||||
#http port: 80 # default is 80
|
||||
|
|
|
|||
Loading…
Reference in New Issue