WhitespaceClean-resources/provision/yealink
whitespace pass over files for reference regex that was used s/[ \t]+(\r?\n)/\1/
This commit is contained in:
parent
66ba2802bd
commit
d018f74ed3
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
|
@ -3,124 +3,124 @@
|
|||
##File header "#!version:1.0.0.1" can not be edited or deleted.##
|
||||
|
||||
#######################################################################################
|
||||
## Network ##
|
||||
## Network ##
|
||||
#######################################################################################
|
||||
|
||||
|
||||
#Configure the username and password for PPPOE connection.
|
||||
#Require reboot;
|
||||
network.pppoe.user =
|
||||
network.pppoe.password =
|
||||
|
||||
network.pppoe.user =
|
||||
network.pppoe.password =
|
||||
|
||||
#Enable or disable the VLAN of WAN port; 0-Disabled(default), 1-Enabled;
|
||||
#Require reboot;
|
||||
network.vlan.internet_port_enable = 0
|
||||
|
||||
#Configure the VLAN ID, it ranges from 1 to 4094, the default value is 1.
|
||||
#Require reboot;
|
||||
network.vlan.internet_port_vid =
|
||||
network.vlan.internet_port_vid =
|
||||
|
||||
#Configure the VLAN priority, it ranges from 0 (default) to 7.
|
||||
#Require reboot;
|
||||
network.vlan.internet_port_priority =
|
||||
#Configure the VLAN priority, it ranges from 0 (default) to 7.
|
||||
#Require reboot;
|
||||
network.vlan.internet_port_priority =
|
||||
|
||||
#Enable or disable the DHCP to obtain the information of the VLAN; 0-Disabled; 1-Enabled (default);
|
||||
#Require reboot;
|
||||
network.vlan.dhcp_enable =
|
||||
network.vlan.dhcp_enable =
|
||||
|
||||
#Configure the DHCP option to obtain the information of the VLAN. It ranges from 0 to 255.
|
||||
#Multiple options separated by a comma. It supports up to 5 options in all.
|
||||
#Require reboot;
|
||||
network.vlan.dhcp_option =
|
||||
network.vlan.dhcp_option =
|
||||
|
||||
#Configure the HTTP port (80 by default) and the HTTPS port (443 by default) of the web server. Both range from 1 to 65535.
|
||||
#Require reboot;
|
||||
network.port.http =
|
||||
network.port.https =
|
||||
network.port.http =
|
||||
network.port.https =
|
||||
|
||||
#Configure the maximum local RTP port. It ranges from 0 to 65535, the default value is 12780.
|
||||
#Require reboot;
|
||||
network.port.max_rtpport =
|
||||
network.port.max_rtpport =
|
||||
|
||||
#Configure the minimum local RTP port. It ranges from 0 to 65535, the default value is 11780.
|
||||
#Require reboot;
|
||||
network.port.min_rtpport =
|
||||
network.port.min_rtpport =
|
||||
|
||||
#Configure the voice QOS. It ranges from 0 to 63, the default value is 40.
|
||||
#Require reboot;
|
||||
network.qos.rtptos =
|
||||
network.qos.rtptos =
|
||||
|
||||
#Configure the SIP QOS. It ranges from 0 to 63, the default value is 26.
|
||||
#Require reboot;
|
||||
network.qos.signaltos =
|
||||
network.qos.signaltos =
|
||||
|
||||
#Configure the 802.1x mode; 0-Disabled (default), 1-Enabled (EAP-MD5);
|
||||
#Require reboot;
|
||||
network.802_1x.mode =
|
||||
network.802_1x.mode =
|
||||
|
||||
#Configure the username and password for 802.1x authentication.
|
||||
#Require reboot;
|
||||
network.802_1x.identity =
|
||||
network.802_1x.md5_password =
|
||||
network.802_1x.identity =
|
||||
network.802_1x.md5_password =
|
||||
|
||||
#Enable or disable the VPN feature; 0-Disabled (default), 1-Enabled;
|
||||
#Require reboot;
|
||||
network.vpn_enable =
|
||||
network.vpn_enable =
|
||||
|
||||
#Enable or disable the LLDP feature; 0-Disabled, 1-Enabled (default);
|
||||
#Require reboot;
|
||||
network.lldp.enable =
|
||||
network.lldp.enable =
|
||||
|
||||
#Configure the interval (in seconds) the phone broadcasts the LLDP request. It ranges from 1 to 3600, the default value is 60.
|
||||
#Require reboot;
|
||||
network.lldp.packet_interval =
|
||||
network.lldp.packet_interval =
|
||||
|
||||
#######################################################################################
|
||||
## Syslog Server ##
|
||||
## Syslog Server ##
|
||||
#######################################################################################
|
||||
|
||||
#Configure the syslog mode; 0-Local, 1-Server,the default value is 0;
|
||||
#Require reboot;
|
||||
syslog.mode =
|
||||
syslog.mode =
|
||||
|
||||
#Configure the IP address of the syslog server;
|
||||
#Require reboot;
|
||||
syslog.server =
|
||||
syslog.server =
|
||||
|
||||
#Configure the syslog level. It ranges from 0 to 6, the default value is 3.
|
||||
#Require reboot;
|
||||
syslog.log_level =
|
||||
syslog.log_level =
|
||||
|
||||
#######################################################################################
|
||||
## Auto Provisioning ##
|
||||
## Auto Provisioning ##
|
||||
#######################################################################################
|
||||
|
||||
#Enable or disable the Plug and Play feature; 0-Disabled, 1-Enabled(default);
|
||||
auto_provision.pnp_enable = 1
|
||||
|
||||
#Enable or disable the phone to check new configuration when powered on; 0-Disabled, 1-Enabled (default);
|
||||
#Enable or disable the phone to check new configuration when powered on; 0-Disabled, 1-Enabled (default);
|
||||
auto_provision.mode = 1
|
||||
|
||||
#Enable or disable the phone to check the new configuration repeatedly; 0-Disabled (default), 1-Enabled;
|
||||
auto_provision.repeat.enable = 1
|
||||
|
||||
#Configure the interval (in minutes) the phone repeatedly checks the new configuration. The default is 1440.
|
||||
auto_provision.repeat.minutes =
|
||||
auto_provision.repeat.minutes =
|
||||
|
||||
#Enable or disable the phone to check the new configuration weekly; 0-Disabled (default), 1-Enabled;
|
||||
auto_provision.weekly.enalbe =
|
||||
auto_provision.weekly.enalbe =
|
||||
|
||||
#Configure the week time the phone checks the new configuration. Applicable when the auto provisioning mode is configured as weekly or power on + weekly.
|
||||
auto_provision.weekly.mask =
|
||||
auto_provision.weekly.begin_time =
|
||||
auto_provision.weekly.end_time =
|
||||
auto_provision.weekly.mask =
|
||||
auto_provision.weekly.begin_time =
|
||||
auto_provision.weekly.end_time =
|
||||
|
||||
#Configure the URL of the auto provisioning server.
|
||||
auto_provision.server.url = {$yealink_provision_url}
|
||||
|
||||
#Configure the username and password for downloading.
|
||||
auto_provision.server.username =
|
||||
auto_provision.server.password =
|
||||
auto_provision.server.password =
|
||||
|
||||
#Configure the domain name of the PNP server.
|
||||
auto_provision.pnp_domain_name =
|
||||
|
|
@ -131,18 +131,18 @@ auto_provision.pnp_event_vendor =
|
|||
#Configure the name of the Common configuration file.
|
||||
auto_provision.common_file_name =
|
||||
|
||||
#Enable or disable the DHCP option mode; 0-Disabled, 1-Enabled (default);
|
||||
auto_provision.dhcp_enable =
|
||||
#Enable or disable the DHCP option mode; 0-Disabled, 1-Enabled (default);
|
||||
auto_provision.dhcp_enable =
|
||||
|
||||
#Configure the value (manufacturer of the device) of DHCP option 60.
|
||||
auto_provision.dhcp_option.option60_value =
|
||||
#Configure the value (manufacturer of the device) of DHCP option 60.
|
||||
auto_provision.dhcp_option.option60_value =
|
||||
|
||||
#Configure the custom DHCP option number. It ranges from 128 to 254.
|
||||
auto_provision.dhcp_option.list_user_options =
|
||||
#Configure the custom DHCP option number. It ranges from 128 to 254.
|
||||
auto_provision.dhcp_option.list_user_options =
|
||||
|
||||
#Configure AES key (16 characters) for decrypting the common CFG file.
|
||||
#Configure AES key (16 characters) for decrypting the common CFG file.
|
||||
auto_provision.aes_key_16.com =
|
||||
|
||||
|
||||
#Configure AES key (16 characters) for decrypting the MAC-Oriented CFG file.
|
||||
auto_provision.aes_key_16.mac =
|
||||
|
||||
|
|
@ -151,36 +151,36 @@ auto_provision.aes_key_16.mac =
|
|||
#######################################################################################
|
||||
|
||||
#Enable or disable the phone to keep sending the SIP messages to the outbound server; 0-Disabled, 1-Enabled (default);
|
||||
sip.use_out_bound_in_dialog =
|
||||
sip.use_out_bound_in_dialog =
|
||||
|
||||
#Configure the registration random time (in seconds). It ranges from 0 (default) to 60.
|
||||
sip.reg_surge_prevention =
|
||||
sip.reg_surge_prevention =
|
||||
|
||||
#Enable or disable the transferee to display the missed call prompt when receiving a semi_attended transfer call;
|
||||
#0-Disabled, 1-Enabled (default);
|
||||
transfer.semi_attend_tran_enable =
|
||||
transfer.semi_attend_tran_enable =
|
||||
|
||||
#Enable or disable the phone to complete the blind or attended transfer through on-hook;
|
||||
#0-Disabled (default), 1-Enabled;
|
||||
transfer.blind_tran_on_hook_enable =
|
||||
transfer.on_hook_trans_enable =
|
||||
transfer.blind_tran_on_hook_enable =
|
||||
transfer.on_hook_trans_enable =
|
||||
|
||||
#Enable or disable to access the web user interface of phone using the http/https protocol;
|
||||
#0-Disabled,1-Enabled (default);
|
||||
#Require Reboot;
|
||||
wui.https_enable =
|
||||
wui.http_enable =
|
||||
wui.https_enable =
|
||||
wui.http_enable =
|
||||
|
||||
#Enable or disable the feature key synchronization, 0-Disabled (default), 1-Enabled;
|
||||
bw.feature_key_sync =
|
||||
bw.feature_key_sync =
|
||||
|
||||
#######################################################################################
|
||||
## Security Settings ##
|
||||
## Security Settings ##
|
||||
#######################################################################################
|
||||
|
||||
#Enable or disable the phone to only accept the certificates in the Trusted Certificates list;
|
||||
#0-Disabled, 1-Enabled (default);
|
||||
security.trust_certificates =
|
||||
security.trust_certificates =
|
||||
|
||||
#Set the password of the user or the administrator, the value format is: user:password or admin:password;
|
||||
{if isset($user_name) }
|
||||
|
|
@ -199,20 +199,20 @@ security.user_password = {$var_name}:{$var_password}
|
|||
base.pin_code =
|
||||
|
||||
#######################################################################################
|
||||
## Language Settings ##
|
||||
## Language Settings ##
|
||||
#######################################################################################
|
||||
|
||||
#Specify the web language, the valid values are: English, Chinese_S, German, Italian and Turkish;
|
||||
lang.wui =
|
||||
lang.wui =
|
||||
|
||||
#######################################################################################
|
||||
## Time Settings ##
|
||||
#######################################################################################
|
||||
|
||||
#Configure the time zone and time zone name. The time zone ranges from -11 to +12, the default value is +8.
|
||||
#The default time zone name is China(Beijing).
|
||||
#Configure the time zone and time zone name. The time zone ranges from -11 to +12, the default value is +8.
|
||||
#The default time zone name is China(Beijing).
|
||||
#local_time.time_zone = +8
|
||||
#local_time.time_zone_name = China(Beijing)
|
||||
#local_time.time_zone_name = China(Beijing)
|
||||
local_time.time_zone = {$yealink_time_zone}
|
||||
local_time.time_zone_name = {$yealink_time_zone_name}
|
||||
|
||||
|
|
@ -221,17 +221,17 @@ local_time.ntp_server1 = {$ntp_server_1}
|
|||
local_time.ntp_server2 = {$ntp_server_2}
|
||||
|
||||
#Configure the update interval (in seconds) when using the NTP server. The default value is 1000.
|
||||
local_time.interval =
|
||||
local_time.interval =
|
||||
|
||||
#Configure the daylight saving time feature; 0-Disabled, 1-Enabled, 2-Automatic (default);
|
||||
#Configure the daylight saving time feature; 0-Disabled, 1-Enabled, 2-Automatic (default);
|
||||
local_time.summer_time = 0
|
||||
|
||||
#Configure the DST type when the DST feature is enabled; 0-By Date (default), 1-By Week;
|
||||
local_time.dst_time_type =
|
||||
local_time.dst_time_type =
|
||||
|
||||
#Configure the start time of DST. The default value is 1/1/0.
|
||||
#If the DST type is configured as By Date, the value format is Month/Day/Hour. For example, the value 5/20/10 means the start time is at 10:00 on May 20.
|
||||
#If the DST type is configured as By Week, the value format is Month/Day of Week/Day of Week Last in Month/Hour of Day.
|
||||
#If the DST type is configured as By Date, the value format is Month/Day/Hour. For example, the value 5/20/10 means the start time is at 10:00 on May 20.
|
||||
#If the DST type is configured as By Week, the value format is Month/Day of Week/Day of Week Last in Month/Hour of Day.
|
||||
#For example, the value 1/4/2/5 means the start time is at 5 o'clock on Tuesday of the 4th week in January.
|
||||
local_time.start_time = {$yealink_time_zone_start_time}
|
||||
|
||||
|
|
@ -242,7 +242,7 @@ local_time.end_time = {$yealink_time_zone_end_time}
|
|||
local_time.offset_time = {$yealink_offset_time}
|
||||
|
||||
#Enable or disable the DHCP time, 0-Disabled (default), 1-Enabled;
|
||||
local_time.dhcp_time =
|
||||
local_time.dhcp_time =
|
||||
|
||||
#Configure the time format; 0-12 Hour, 1-24 Hour (default);
|
||||
local_time.time_format = {$yealink_time_format}
|
||||
|
|
@ -255,13 +255,13 @@ local_time.date_format = {$yealink_date_format}
|
|||
#######################################################################################
|
||||
|
||||
#Configure the area code.
|
||||
dialplan.area_code.code =
|
||||
dialplan.area_code.min_len = 1
|
||||
dialplan.area_code.code =
|
||||
dialplan.area_code.min_len = 1
|
||||
dialplan.area_code.max_len = 15
|
||||
|
||||
#When applying the rule to multiple lines, each line ID separated by comma.
|
||||
#e.g. dialplan.area_code.line_id = 1, 2, 3
|
||||
dialplan.area_code.line_id =
|
||||
dialplan.area_code.line_id =
|
||||
|
||||
#Configure the block out number. X ranges from 1 to 10.
|
||||
#dialplan.block_out.number.x =
|
||||
|
|
@ -272,12 +272,12 @@ dialplan.block_out.number.1 =
|
|||
dialplan.block_out.line_id.1 =
|
||||
|
||||
#Configure the replace rule. X ranges from 1 to 10;
|
||||
#dialplan.replace.prefix.x =
|
||||
#dialplan.replace.prefix.x =
|
||||
#dialplan.replace.replace.x =
|
||||
#dialplan.replace.line_id.x =
|
||||
|
||||
dialplan.replace.prefix.1 =
|
||||
dialplan.replace.replace.1 =
|
||||
dialplan.replace.prefix.1 =
|
||||
dialplan.replace.replace.1 =
|
||||
dialplan.replace.line_id.1 =
|
||||
|
||||
#######################################################################################
|
||||
|
|
@ -290,20 +290,20 @@ dialplan.replace.line_id.1 =
|
|||
#Configure the return code when refusing a call. The valid values are 404, 480, 486 (default).
|
||||
features.normal_refuse_code = 486
|
||||
|
||||
account.X.dnd.on_code =
|
||||
account.X.dnd.on_code =
|
||||
account.X.dnd.off_code =
|
||||
|
||||
#Enable or disable the call waiting feature; 0-Disabled, 1-Enabled (default);
|
||||
call_waiting.enable = 1
|
||||
|
||||
#Enable or disable the playing of call waiting tone; 0-Disabled, 1-Enabled (default);
|
||||
call_waiting.tone =
|
||||
call_waiting.tone =
|
||||
|
||||
#Enable or disable the phone to dial the IP address directly; 0-Disabled, 1-Enabled (default);
|
||||
features.direct_ip_call_enable = 0
|
||||
|
||||
#Enable or disable the phone to save the call history; 0-Disabled, 1-Enabled (default);
|
||||
features.save_call_history =
|
||||
#Enable or disable the phone to save the call history; 0-Disabled, 1-Enabled (default);
|
||||
features.save_call_history =
|
||||
|
||||
#Configure the overtime (in minutes) of logging web user interface. It ranges from 1 to 1000, the default value is 5.
|
||||
features.relog_offtime = 5
|
||||
|
|
@ -315,7 +315,7 @@ phone_setting.is_deal180 = 1
|
|||
phone_setting.predial_autodial = 1
|
||||
|
||||
#######################################################################################
|
||||
## Base_Upgrade ##
|
||||
## Base_Upgrade ##
|
||||
#######################################################################################
|
||||
firmware.url = {$yealink_w52p_firmware_url}
|
||||
|
||||
|
|
@ -323,30 +323,30 @@ firmware.url = {$yealink_w52p_firmware_url}
|
|||
## Handset_upgrade ##
|
||||
#######################################################################################
|
||||
|
||||
over_the_air.url =
|
||||
over_the_air.base_trigger =
|
||||
over_the_air.handset_tip =
|
||||
over_the_air.url =
|
||||
over_the_air.base_trigger =
|
||||
over_the_air.handset_tip =
|
||||
|
||||
#######################################################################################
|
||||
## Certificates ##
|
||||
## Certificates ##
|
||||
#######################################################################################
|
||||
trusted_certificates.url =
|
||||
|
||||
#trusted_certificates.delete = http://localhost/all,delete all the trusted certificates;
|
||||
trusted_certificates.delete =
|
||||
#trusted_certificates.delete = http://localhost/all,delete all the trusted certificates;
|
||||
trusted_certificates.delete =
|
||||
|
||||
server_certificates.url =
|
||||
server_certificates.url =
|
||||
|
||||
#server_certificates.delete = http://localhost/all, delete the server certificate;
|
||||
server_certificates.delete =
|
||||
#server_certificates.delete = http://localhost/all, delete the server certificate;
|
||||
server_certificates.delete =
|
||||
|
||||
#######################################################################################
|
||||
## Local Contact/DST Time/Replace Rule ##
|
||||
## Local Contact/DST Time/Replace Rule ##
|
||||
#######################################################################################
|
||||
auto_dst.url =
|
||||
dialplan_replace_rule.url =
|
||||
blacklist.url =
|
||||
handset.X.contact_list.url =
|
||||
handset.X.contact_list.url =
|
||||
|
||||
#######################################################################################
|
||||
## Customized Factory Configurations ##
|
||||
|
|
@ -355,28 +355,28 @@ handset.X.contact_list.url =
|
|||
custom_factory_configuration.url =
|
||||
|
||||
#######################################################################################
|
||||
## OpenVPN ##
|
||||
## OpenVPN ##
|
||||
#######################################################################################
|
||||
#Configure the access URL for downloading the open VPN tar;
|
||||
openvpn.url =
|
||||
openvpn.url =
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## Contacts ##
|
||||
## Contacts ##
|
||||
#######################################################################################
|
||||
#Configure the access URL and dispaly name of the remote phonebook. X ranges from 1 to 5.
|
||||
remote_phonebook.data.X.url =
|
||||
remote_phonebook.data.X.name =
|
||||
remote_phonebook.data.X.url =
|
||||
remote_phonebook.data.X.name =
|
||||
directory.update_time_interval = 1440
|
||||
|
||||
#Network Phonebook
|
||||
xsi.host =
|
||||
xsi.user =
|
||||
xsi.password =
|
||||
xsi.host =
|
||||
xsi.user =
|
||||
xsi.password =
|
||||
bw_phonebook.group_enable = 1
|
||||
bw_phonebook.group_common_enable = 0
|
||||
bw_phonebook.enterprise_enable = 0
|
||||
bw_phonebook.enterprise_common_enable = 0
|
||||
bw_phonebook.enterprise_common_enable = 0
|
||||
bw_phonebook.personal_enable = 0
|
||||
bw_phonebook.update_interval = 1440
|
||||
|
||||
|
|
@ -385,29 +385,29 @@ bw_phonebook.call_log_enable = 0
|
|||
|
||||
|
||||
#######################################################################################
|
||||
## Tone ##
|
||||
## Tone ##
|
||||
#######################################################################################
|
||||
voice.tone.country = Custom
|
||||
voice.tone.dial =
|
||||
voice.tone.ring =
|
||||
voice.tone.busy =
|
||||
voice.tone.callwaiting =
|
||||
voice.tone.country = Custom
|
||||
voice.tone.dial =
|
||||
voice.tone.ring =
|
||||
voice.tone.busy =
|
||||
voice.tone.callwaiting =
|
||||
|
||||
|
||||
|
||||
#######################################################################################
|
||||
## Number Assignment ##
|
||||
## Number Assignment ##
|
||||
#######################################################################################
|
||||
#The line accept to incoming(1,2,3,4,5);X ranges from 1 to 5
|
||||
#handset.X.incoming_lines = 1,2,3,4
|
||||
|
||||
handset.1.incoming_lines =
|
||||
handset.1.incoming_lines =
|
||||
|
||||
#The line accept to call out(1,2,3,4,5)
|
||||
#handset.X.dial_out_lines = 1,2,5
|
||||
#handset.X.dial_out_default_line = 1
|
||||
|
||||
handset.1.dial_out_lines =
|
||||
handset.1.dial_out_default_line =
|
||||
handset.1.dial_out_lines =
|
||||
handset.1.dial_out_default_line =
|
||||
|
||||
handset.1.name =
|
||||
|
||||
|
|
@ -421,32 +421,32 @@ handset.1.name =
|
|||
|
||||
#Configure the auto provisioning name.
|
||||
#The valid value is a string, the maximum length is 100.
|
||||
#autoprovision.X.name =
|
||||
#autoprovision.X.name =
|
||||
|
||||
#Configure the auto provisioning code;
|
||||
#The valid value is a string, the maximum length is 100.
|
||||
#autoprovision.X.code =
|
||||
#autoprovision.X.code =
|
||||
|
||||
#Configure the URL of the auto provisioning server.
|
||||
#The valid value is a string, the maximum length is 256.
|
||||
#autoprovision.X.url =
|
||||
#autoprovision.X.url =
|
||||
|
||||
#Configure the username and password for downloading.
|
||||
#The valid value is a string, the maximum length is 100.
|
||||
#autoprovision.X.user =
|
||||
#autoprovision.X.password =
|
||||
#autoprovision.X.user =
|
||||
#autoprovision.X.password =
|
||||
|
||||
#Configure AES key (16 characters) for decrypting the common CFG file and MAC-Oriented CFG file.
|
||||
#autoprovision.X.com_aes =
|
||||
#autoprovision.X.mac_aes =
|
||||
#autoprovision.X.com_aes =
|
||||
#autoprovision.X.mac_aes =
|
||||
|
||||
autoprovision.1.name =
|
||||
autoprovision.1.code =
|
||||
autoprovision.1.url =
|
||||
autoprovision.1.user =
|
||||
autoprovision.1.password =
|
||||
autoprovision.1.com_aes =
|
||||
autoprovision.1.mac_aes =
|
||||
autoprovision.1.name =
|
||||
autoprovision.1.code =
|
||||
autoprovision.1.url =
|
||||
autoprovision.1.user =
|
||||
autoprovision.1.password =
|
||||
autoprovision.1.com_aes =
|
||||
autoprovision.1.mac_aes =
|
||||
|
||||
|
||||
#######################################################################################
|
||||
|
|
@ -456,14 +456,14 @@ autoprovision.1.mac_aes =
|
|||
#All settings of TR069 require reboot.
|
||||
#Enable or disable the TR069 feature; 0-Disabled (default), 1-Enabled;
|
||||
|
||||
managementserver.enable =
|
||||
managementserver.username =
|
||||
managementserver.password =
|
||||
managementserver.url =
|
||||
managementserver.periodic_inform_enable =
|
||||
managementserver.periodic_inform_interval =
|
||||
managementserver.connection_request_username =
|
||||
managementserver.connection_request_password =
|
||||
managementserver.enable =
|
||||
managementserver.username =
|
||||
managementserver.password =
|
||||
managementserver.url =
|
||||
managementserver.periodic_inform_enable =
|
||||
managementserver.periodic_inform_interval =
|
||||
managementserver.connection_request_username =
|
||||
managementserver.connection_request_password =
|
||||
|
||||
|
||||
#######################################################################################
|
||||
|
|
@ -471,10 +471,10 @@ managementserver.connection_request_password =
|
|||
#######################################################################################
|
||||
#Enable or disable the SNMP feature; 0-Disabled (default), 1-Enabled;
|
||||
#Require reboot;
|
||||
network.snmp.enable =
|
||||
network.snmp.port =
|
||||
network.snmp.enable =
|
||||
network.snmp.port =
|
||||
|
||||
#Configure the IP address(es) of the trusted SNMP server,multiple IP addresses must be separated by a space.
|
||||
#Require reboot;
|
||||
network.snmp.trust_ip =
|
||||
network.snmp.trust_ip =
|
||||
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue