Updated all variables to comply with raintpl.

This commit is contained in:
Matt Putnam
2013-11-03 21:22:17 +00:00
parent 60802d22ca
commit 1e1c3d8c08
33 changed files with 421 additions and 421 deletions
@@ -25,7 +25,7 @@
# === NTP time server settings ===
#time server disabled: 0
#time server1: {domain_name}
#time server1: {$domain_name}
#time server2: pool.ntp.org
#time server3:
@@ -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}{$v_project_path}/provisioning/aastra/firmware
# #################
@@ -45,15 +45,15 @@
# 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
download protocol: HTTP # HTTPS, TFTP and FTP also supported
http server: {domain_name}
http server: {$domain_name}
#http port: 80 # default is 80
#http path: provisioning/aastra
#tftp server: {domain_name}
#tftp server: {$domain_name}
#alternate tftp server:
#use alternate tftp server: 1
#ftp server: {domain_name}
#ftp server: {$domain_name}
#ftp username:
#ftp password:
@@ -93,19 +93,19 @@ time zone name: US-Eastern
# #################
# most can be overridden per line; see below
sip registrar ip: {domain_name}
sip registrar ip: {$domain_name}
sip registrar port: 5060
#sip proxy ip: {domain_name}
#sip proxy ip: {$domain_name}
#sip proxy port: 5060
#sip registration period: 3600 # requested registration period, defaults to 0
sip screen name: {v_line1_displayname}
#sip screen name: Ext. {v_line1_displayname}
sip screen name: {$v_line1_displayname}
#sip screen name: Ext. {$v_line1_displayname}
#sip screen name 2: Support Desk
sip user name: {v_line1_user_id} # used in SIP URI
sip password: {v_line1_user_password}
sip auth name: {v_line1_user_id} # used in Authorization header field of SIP REGISTER request
sip user name: {$v_line1_user_id} # used in SIP URI
sip password: {$v_line1_user_password}
sip auth name: {$v_line1_user_id} # used in Authorization header field of SIP REGISTER request
sip vmail: *97
@@ -113,6 +113,6 @@ sip vmail: *97
# #################
# SIP settings - per-line
# #################
sip line2 user name: {v_line2_user_id} # used in SIP URI
sip line2 password: {v_line2_user_password}
sip line2 auth name: {v_line2_user_id} # used in Authorization header field of SIP REGISTER request
sip line2 user name: {$v_line2_user_id} # used in SIP URI
sip line2 password: {$v_line2_user_password}
sip line2 auth name: {$v_line2_user_id} # used in Authorization header field of SIP REGISTER request