mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
add http_auth for remote phone book, fix dns issues (#1912)
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -5,3 +5,4 @@ resources/config.php
|
||||
secure/mailto.bat
|
||||
secure/*.db
|
||||
secure/*.sqlite
|
||||
.DS_Store
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<Enable_Web_Server group="System/System_Configuration">Yes</Enable_Web_Server>
|
||||
<Web_Server_Port group="System/System_Configuration">80</Web_Server_Port>
|
||||
<Enable_Web_Admin_Access group="System/System_Configuration">Yes</Enable_Web_Admin_Access>
|
||||
<Admin_Passwd group="System/System_Configuration">$adminpassword</Admin_Passwd>
|
||||
<Admin_Passwd group="System/System_Configuration">{$admin_password}</Admin_Passwd>
|
||||
<User_Password group="System/System_Configuration"/>
|
||||
<Connection_Type group="System/Internet_Connection_Type_">DHCP</Connection_Type>
|
||||
<Static_IP group="System/_Static_IP_Settings"/>
|
||||
@@ -13,15 +13,15 @@
|
||||
<PPPoE_Service_Name group="System/_PPPoE_Settings"/>
|
||||
<HostName group="System/Optional_Network_Configuration"/>
|
||||
<Domain group="System/Optional_Network_Configuration"/>
|
||||
<Primary_DNS group="System/Optional_Network_Configuration"/>
|
||||
<Secondary_DNS group="System/Optional_Network_Configuration"/>
|
||||
<DNS_Server_Order group="System/Optional_Network_Configuration">Manual</DNS_Server_Order>
|
||||
<Primary_DNS group="System/Optional_Network_Configuration">{$dns_server_primary}</Primary_DNS>
|
||||
<Secondary_DNS group="System/Optional_Network_Configuration">{$dns_server_secondary}</Secondary_DNS>
|
||||
<DNS_Server_Order group="System/Optional_Network_Configuration">DHCP,Manual</DNS_Server_Order>
|
||||
<DNS_Query_Mode group="System/Optional_Network_Configuration">Parallel</DNS_Query_Mode>
|
||||
<Syslog_Server group="System/Optional_Network_Configuration"/>
|
||||
<Debug_Server group="System/Optional_Network_Configuration"/>
|
||||
<Debug_Level group="System/Optional_Network_Configuration">0</Debug_Level>
|
||||
<Primary_NTP_Server group="System/Optional_Network_Configuration">uk.pool.ntp.org</Primary_NTP_Server>
|
||||
<Secondary_NTP_Server group="System/Optional_Network_Configuration"/>
|
||||
<Primary_NTP_Server group="System/Optional_Network_Configuration">{$ntp_server_primary}</Primary_NTP_Server>
|
||||
<Secondary_NTP_Server group="System/Optional_Network_Configuration">{$ntp_server_secondary}</Secondary_NTP_Server>
|
||||
<Enable_VLAN group="System/VLAN_Settings">No</Enable_VLAN>
|
||||
<Enable_CDP group="System/VLAN_Settings">Yes</Enable_CDP>
|
||||
<VLAN_ID group="System/VLAN_Settings">1</VLAN_ID>
|
||||
|
||||
@@ -7,6 +7,18 @@
|
||||
#######################################################################################
|
||||
network.dhcp_host_name =
|
||||
|
||||
#Configure the WAN port type; 0-DHCP(default), 1-PPPoE, 2-Static IP Address;
|
||||
#Require reboot;
|
||||
network.internet_port.type =
|
||||
|
||||
#Configure the static IP address, submask, gateway and DNS server.
|
||||
#Require reboot;
|
||||
network.internet_port.ip =
|
||||
network.internet_port.mask =
|
||||
network.internet_port.gateway =
|
||||
network.primary_dns = {$dns_server_primary}
|
||||
network.secondary_dns = {$dns_server_secondary}
|
||||
|
||||
#######################################################################################
|
||||
## PPPOE ##
|
||||
#######################################################################################
|
||||
@@ -24,7 +36,7 @@ network.internet_port.speed_duplex =
|
||||
network.pc_port.speed_duplex =
|
||||
|
||||
network.pc_port.dhcp_server = 1
|
||||
network.static_dns_enable = 1
|
||||
{if isset($dns_server_primary)}network.static_dns_enable = 1{else}network.static_dns_enable = 0{/if}
|
||||
|
||||
{if isset($vlan_port_id) }
|
||||
#######################################################################################
|
||||
@@ -565,7 +577,7 @@ remote_phonebook.data.1.name = Users
|
||||
{if isset($yealink_remote_phonebook_1_url) }
|
||||
remote_phonebook.data.1.url = {$yealink_remote_phonebook_1_url}
|
||||
{else}
|
||||
remote_phonebook.data.1.url = http://{$domain_name}/app/provision/?file=directory.xml&contacts=users
|
||||
remote_phonebook.data.1.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=users
|
||||
{/if}
|
||||
|
||||
{if isset($yealink_remote_phonebook_2_name) }
|
||||
@@ -576,7 +588,7 @@ remote_phonebook.data.2.name = Groups
|
||||
{if isset($yealink_remote_phonebook_2_url) }
|
||||
remote_phonebook.data.2.url = {$yealink_remote_phonebook_2_url}
|
||||
{else}
|
||||
remote_phonebook.data.2.url = http://{$domain_name}/app/provision/?file=directory.xml&contacts=groups
|
||||
remote_phonebook.data.2.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=groups
|
||||
{/if}
|
||||
|
||||
{if isset($yealink_remote_phonebook_3_name) }
|
||||
@@ -587,7 +599,7 @@ remote_phonebook.data.3.name = Extensions
|
||||
{if isset($yealink_remote_phonebook_3_url) }
|
||||
remote_phonebook.data.3.url = {$yealink_remote_phonebook_3_url}
|
||||
{else}
|
||||
remote_phonebook.data.3.url = http://{$domain_name}/app/provision/?file=directory.xml&contacts=extensions
|
||||
remote_phonebook.data.3.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=extensions
|
||||
{/if}
|
||||
|
||||
remote_phonebook.data.4.name = {$yealink_remote_phonebook_4_name}
|
||||
@@ -1571,7 +1583,7 @@ super_search.url =
|
||||
## Directory Setting ##
|
||||
#######################################################################################
|
||||
#Configure the access URL of the directory setting file.
|
||||
directory_setting.url = {$yealink_directory_setting_url}
|
||||
directory_setting.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=favorite_setting.xml
|
||||
|
||||
#######################################################################################
|
||||
## Configure the access URL of firmware ##
|
||||
|
||||
@@ -15,8 +15,8 @@ network.internet_port.type =
|
||||
network.internet_port.ip =
|
||||
network.internet_port.mask =
|
||||
network.internet_port.gateway =
|
||||
network.primary_dns=
|
||||
network.secondary_dns =
|
||||
network.primary_dns= {$dns_server_primary}
|
||||
network.secondary_dns = {$dns_server_secondary}
|
||||
|
||||
#Configure the username and password for PPPOE connection.
|
||||
#Require reboot;
|
||||
@@ -112,7 +112,7 @@ network.lldp.packet_interval =
|
||||
|
||||
#Enable or disable the phone to obtain DNS from DHCP; 0-Disabled, 1-Enabled (default);
|
||||
#Require reboot;
|
||||
network.static_dns_enable =
|
||||
{if isset($dns_server_primary)}network.static_dns_enable = 1{else}network.static_dns_enable = 0{/if}
|
||||
|
||||
#######################################################################################
|
||||
## Syslog Server ##
|
||||
@@ -921,7 +921,7 @@ remote_phonebook.data.1.name = Users
|
||||
{if isset($yealink_remote_phonebook_1_url) }
|
||||
remote_phonebook.data.1.url = {$yealink_remote_phonebook_1_url}
|
||||
{else}
|
||||
remote_phonebook.data.1.url = http://{$domain_name}/app/provision/?file=directory.xml&contacts=users
|
||||
remote_phonebook.data.1.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=users
|
||||
{/if}
|
||||
|
||||
{if isset($yealink_remote_phonebook_2_name) }
|
||||
@@ -932,7 +932,7 @@ remote_phonebook.data.2.name = Groups
|
||||
{if isset($yealink_remote_phonebook_2_url) }
|
||||
remote_phonebook.data.2.url = {$yealink_remote_phonebook_2_url}
|
||||
{else}
|
||||
remote_phonebook.data.2.url = http://{$domain_name}/app/provision/?file=directory.xml&contacts=groups
|
||||
remote_phonebook.data.2.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=groups
|
||||
{/if}
|
||||
|
||||
{if isset($yealink_remote_phonebook_3_name) }
|
||||
@@ -943,7 +943,7 @@ remote_phonebook.data.3.name = Extensions
|
||||
{if isset($yealink_remote_phonebook_3_url) }
|
||||
remote_phonebook.data.3.url = {$yealink_remote_phonebook_3_url}
|
||||
{else}
|
||||
remote_phonebook.data.3.url = http://{$domain_name}/app/provision/?file=directory.xml&contacts=extensions
|
||||
remote_phonebook.data.3.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=extensions
|
||||
{/if}
|
||||
|
||||
remote_phonebook.data.4.name = {$yealink_remote_phonebook_4_name}
|
||||
@@ -1241,7 +1241,7 @@ super_search.url =
|
||||
## Directory Setting ##
|
||||
#######################################################################################
|
||||
#Configure the access URL of the directory setting file.
|
||||
directory_setting.url = {$yealink_directory_setting_url}
|
||||
directory_setting.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=favorite_setting.xml
|
||||
|
||||
#######################################################################################
|
||||
## Configure the access URL of the Wallpaper ##
|
||||
|
||||
@@ -7,6 +7,18 @@
|
||||
#######################################################################################
|
||||
network.dhcp_host_name =
|
||||
|
||||
#Configure the WAN port type; 0-DHCP(default), 1-PPPoE, 2-Static IP Address;
|
||||
#Require reboot;
|
||||
network.internet_port.type =
|
||||
|
||||
#Configure the static IP address, submask, gateway and DNS server.
|
||||
#Require reboot;
|
||||
network.internet_port.ip =
|
||||
network.internet_port.mask =
|
||||
network.internet_port.gateway =
|
||||
network.primary_dns = {$dns_server_primary}
|
||||
network.secondary_dns = {$dns_server_secondary}
|
||||
|
||||
#######################################################################################
|
||||
## PPPOE ##
|
||||
#######################################################################################
|
||||
@@ -24,7 +36,7 @@ network.internet_port.speed_duplex =
|
||||
network.pc_port.speed_duplex =
|
||||
|
||||
network.pc_port.dhcp_server = 1
|
||||
network.static_dns_enable = 0
|
||||
{if isset($dns_server_primary)}network.static_dns_enable = 1{else}network.static_dns_enable = 0{/if}
|
||||
|
||||
#######################################################################################
|
||||
## VLAN ##
|
||||
@@ -525,7 +537,7 @@ remote_phonebook.data.1.name = Users
|
||||
{if isset($yealink_remote_phonebook_1_url) }
|
||||
remote_phonebook.data.1.url = {$yealink_remote_phonebook_1_url}
|
||||
{else}
|
||||
remote_phonebook.data.1.url = http://{$domain_name}/app/provision/?file=directory.xml&contacts=users
|
||||
remote_phonebook.data.1.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=users
|
||||
{/if}
|
||||
|
||||
{if isset($yealink_remote_phonebook_2_name) }
|
||||
@@ -536,7 +548,7 @@ remote_phonebook.data.2.name = Groups
|
||||
{if isset($yealink_remote_phonebook_2_url) }
|
||||
remote_phonebook.data.2.url = {$yealink_remote_phonebook_2_url}
|
||||
{else}
|
||||
remote_phonebook.data.2.url = http://{$domain_name}/app/provision/?file=directory.xml&contacts=groups
|
||||
remote_phonebook.data.2.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=groups
|
||||
{/if}
|
||||
|
||||
{if isset($yealink_remote_phonebook_3_name) }
|
||||
@@ -547,7 +559,7 @@ remote_phonebook.data.3.name = Extensions
|
||||
{if isset($yealink_remote_phonebook_3_url) }
|
||||
remote_phonebook.data.3.url = {$yealink_remote_phonebook_3_url}
|
||||
{else}
|
||||
remote_phonebook.data.3.url = http://{$domain_name}/app/provision/?file=directory.xml&contacts=extensions
|
||||
remote_phonebook.data.3.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=extensions
|
||||
{/if}
|
||||
|
||||
remote_phonebook.data.4.name = {$yealink_remote_phonebook_4_name}
|
||||
@@ -1532,7 +1544,7 @@ super_search.url =
|
||||
## Directory Setting ##
|
||||
#######################################################################################
|
||||
#Configure the access URL of the directory setting file.
|
||||
directory_setting.url = {$yealink_directory_setting_url}
|
||||
directory_setting.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=favorite_setting.xml
|
||||
|
||||
#######################################################################################
|
||||
## Configure the access URL of firmware ##
|
||||
|
||||
@@ -15,8 +15,8 @@ network.internet_port.type =
|
||||
network.internet_port.ip =
|
||||
network.internet_port.mask =
|
||||
network.internet_port.gateway =
|
||||
network.primary_dns=
|
||||
network.secondary_dns =
|
||||
network.primary_dns= {$dns_server_primary}
|
||||
network.secondary_dns = {$dns_server_secondary}
|
||||
|
||||
#Configure the username and password for PPPOE connection.
|
||||
#Require reboot;
|
||||
@@ -112,7 +112,7 @@ network.lldp.packet_interval =
|
||||
|
||||
#Enable or disable the phone to obtain DNS from DHCP; 0-Disabled, 1-Enabled (default);
|
||||
#Require reboot;
|
||||
network.static_dns_enable =
|
||||
{if isset($dns_server_primary)}network.static_dns_enable = 1{else}network.static_dns_enable = 0{/if}
|
||||
|
||||
#######################################################################################
|
||||
## Syslog Server ##
|
||||
@@ -921,7 +921,7 @@ remote_phonebook.data.1.name = Users
|
||||
{if isset($yealink_remote_phonebook_1_url) }
|
||||
remote_phonebook.data.1.url = {$yealink_remote_phonebook_1_url}
|
||||
{else}
|
||||
remote_phonebook.data.1.url = http://{$domain_name}/app/provision/?file=directory.xml&contacts=users
|
||||
remote_phonebook.data.1.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=users
|
||||
{/if}
|
||||
|
||||
{if isset($yealink_remote_phonebook_2_name) }
|
||||
@@ -932,7 +932,7 @@ remote_phonebook.data.2.name = Groups
|
||||
{if isset($yealink_remote_phonebook_2_url) }
|
||||
remote_phonebook.data.2.url = {$yealink_remote_phonebook_2_url}
|
||||
{else}
|
||||
remote_phonebook.data.2.url = http://{$domain_name}/app/provision/?file=directory.xml&contacts=groups
|
||||
remote_phonebook.data.2.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=groups
|
||||
{/if}
|
||||
|
||||
{if isset($yealink_remote_phonebook_3_name) }
|
||||
@@ -943,7 +943,7 @@ remote_phonebook.data.3.name = Extensions
|
||||
{if isset($yealink_remote_phonebook_3_url) }
|
||||
remote_phonebook.data.3.url = {$yealink_remote_phonebook_3_url}
|
||||
{else}
|
||||
remote_phonebook.data.3.url = http://{$domain_name}/app/provision/?file=directory.xml&contacts=extensions
|
||||
remote_phonebook.data.3.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=extensions
|
||||
{/if}
|
||||
|
||||
remote_phonebook.data.4.name = {$yealink_remote_phonebook_4_name}
|
||||
@@ -1175,7 +1175,7 @@ phone_setting.hold_power_led_flash_enable =
|
||||
## Directory Setting ##
|
||||
#######################################################################################
|
||||
#Configure the access URL of the directory setting file.
|
||||
directory_setting.url = {$yealink_directory_setting_url}
|
||||
directory_setting.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=favorite_setting.xml
|
||||
|
||||
#######################################################################################
|
||||
## Configure the access URL of firmware ##
|
||||
|
||||
@@ -252,7 +252,7 @@ account.1.advanced.timer_t1 =
|
||||
account.1.advanced.timer_t2 =
|
||||
account.1.advanced.timer_t4 =
|
||||
|
||||
#Assign a ringtone for account 1. The system ring tones are: common.wav (default), Ring1.wav, Ring2.wav,<EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ring8.wav.
|
||||
#Assign a ringtone for account 1. The system ring tones are: common.wav (default), Ring1.wav, Ring2.wav, Ring8.wav.
|
||||
#If you configure the custom ring tone (Family.wav) for the account, the value format is: Family.wav
|
||||
#If you configure the system ring tone (Ring2.wav) for the account, the value format is: Ring2.wav
|
||||
account.1.ringtone.ring_type =
|
||||
@@ -569,7 +569,7 @@ account.2.advanced.timer_t1 =
|
||||
account.2.advanced.timer_t2 =
|
||||
account.2.advanced.timer_t4 =
|
||||
|
||||
#Assign a ringtone for account 2. The system ring tones are: common.wav (default), Ring1.wav, Ring2.wav,<EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ring8.wav.
|
||||
#Assign a ringtone for account 2. The system ring tones are: common.wav (default), Ring1.wav, Ring2.wav, Ring8.wav.
|
||||
#If you configure the custom ring tone (Family.wav) for the account, the value format is: Family.wav
|
||||
#If you configure the system ring tone (Ring2.wav) for the account, the value format is: Ring2.wav
|
||||
account.2.ringtone.ring_type =
|
||||
@@ -886,7 +886,7 @@ account.3.advanced.timer_t1 =
|
||||
account.3.advanced.timer_t2 =
|
||||
account.3.advanced.timer_t4 =
|
||||
|
||||
#Assign a ringtone for account 3. The system ring tones are: common.wav (default), Ring1.wav, Ring2.wav,<EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ring8.wav.
|
||||
#Assign a ringtone for account 3. The system ring tones are: common.wav (default), Ring1.wav, Ring2.wav, Ring8.wav.
|
||||
#If you configure the custom ring tone (Family.wav) for the account, the value format is: Family.wav
|
||||
#If you configure the system ring tone (Ring2.wav) for the account, the value format is: Ring2.wav
|
||||
account.3.ringtone.ring_type =
|
||||
@@ -1204,7 +1204,7 @@ account.4.advanced.timer_t1 =
|
||||
account.4.advanced.timer_t2 =
|
||||
account.4.advanced.timer_t4 =
|
||||
|
||||
#Assign a ringtone for account 4. The system ring tones are: common.wav (default), Ring1.wav, Ring2.wav,<EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ring8.wav.
|
||||
#Assign a ringtone for account 4. The system ring tones are: common.wav (default), Ring1.wav, Ring2.wav, Ring8.wav.
|
||||
#If you configure the custom ring tone (Family.wav) for the account, the value format is: Family.wav
|
||||
#If you configure the system ring tone (Ring2.wav) for the account, the value format is: Ring2.wav
|
||||
account.4.ringtone.ring_type =
|
||||
@@ -1522,7 +1522,7 @@ account.5.advanced.timer_t1 =
|
||||
account.5.advanced.timer_t2 =
|
||||
account.5.advanced.timer_t4 =
|
||||
|
||||
#Assign a ringtone for account 5. The system ring tones are: common.wav (default), Ring1.wav, Ring2.wav,<EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ring8.wav.
|
||||
#Assign a ringtone for account 5. The system ring tones are: common.wav (default), Ring1.wav, Ring2.wav, Ring8.wav.
|
||||
#If you configure the custom ring tone (Family.wav) for the account, the value format is: Family.wav
|
||||
#If you configure the system ring tone (Ring2.wav) for the account, the value format is: Ring2.wav
|
||||
account.5.ringtone.ring_type =
|
||||
@@ -1837,7 +1837,7 @@ account.6.advanced.timer_t1 =
|
||||
account.6.advanced.timer_t2 =
|
||||
account.6.advanced.timer_t4 =
|
||||
|
||||
#Assign a ringtone for account 6. The system ring tones are: common.wav (default), Ring1.wav, Ring2.wav,<EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ring8.wav.
|
||||
#Assign a ringtone for account 6. The system ring tones are: common.wav (default), Ring1.wav, Ring2.wav, Ring8.wav.
|
||||
#If you configure the custom ring tone (Family.wav) for the account, the value format is: Family.wav
|
||||
#If you configure the system ring tone (Ring2.wav) for the account, the value format is: Ring2.wav
|
||||
account.6.ringtone.ring_type =
|
||||
|
||||
@@ -7,6 +7,18 @@
|
||||
#######################################################################################
|
||||
network.dhcp_host_name =
|
||||
|
||||
#Configure the WAN port type; 0-DHCP(default), 1-PPPoE, 2-Static IP Address;
|
||||
#Require reboot;
|
||||
network.internet_port.type =
|
||||
|
||||
#Configure the static IP address, submask, gateway and DNS server.
|
||||
#Require reboot;
|
||||
network.internet_port.ip =
|
||||
network.internet_port.mask =
|
||||
network.internet_port.gateway =
|
||||
network.primary_dns = {$dns_server_primary}
|
||||
network.secondary_dns = {$dns_server_secondary}
|
||||
|
||||
#######################################################################################
|
||||
## PPPOE ##
|
||||
#######################################################################################
|
||||
@@ -24,7 +36,7 @@ network.internet_port.speed_duplex =
|
||||
network.pc_port.speed_duplex =
|
||||
|
||||
network.pc_port.dhcp_server = 1
|
||||
network.static_dns_enable = 0
|
||||
{if isset($dns_server_primary)}network.static_dns_enable = 1{else}network.static_dns_enable = 0{/if}
|
||||
|
||||
#######################################################################################
|
||||
## VLAN ##
|
||||
@@ -525,7 +537,7 @@ remote_phonebook.data.1.name = Users
|
||||
{if isset($yealink_remote_phonebook_1_url) }
|
||||
remote_phonebook.data.1.url = {$yealink_remote_phonebook_1_url}
|
||||
{else}
|
||||
remote_phonebook.data.1.url = http://{$domain_name}/app/provision/?file=directory.xml&contacts=users
|
||||
remote_phonebook.data.1.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=users
|
||||
{/if}
|
||||
|
||||
{if isset($yealink_remote_phonebook_2_name) }
|
||||
@@ -536,7 +548,7 @@ remote_phonebook.data.2.name = Groups
|
||||
{if isset($yealink_remote_phonebook_2_url) }
|
||||
remote_phonebook.data.2.url = {$yealink_remote_phonebook_2_url}
|
||||
{else}
|
||||
remote_phonebook.data.2.url = http://{$domain_name}/app/provision/?file=directory.xml&contacts=groups
|
||||
remote_phonebook.data.2.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=groups
|
||||
{/if}
|
||||
|
||||
{if isset($yealink_remote_phonebook_3_name) }
|
||||
@@ -547,7 +559,7 @@ remote_phonebook.data.3.name = Extensions
|
||||
{if isset($yealink_remote_phonebook_3_url) }
|
||||
remote_phonebook.data.3.url = {$yealink_remote_phonebook_3_url}
|
||||
{else}
|
||||
remote_phonebook.data.3.url = http://{$domain_name}/app/provision/?file=directory.xml&contacts=extensions
|
||||
remote_phonebook.data.3.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=extensions
|
||||
{/if}
|
||||
|
||||
remote_phonebook.data.4.name = {$yealink_remote_phonebook_4_name}
|
||||
@@ -1532,7 +1544,7 @@ super_search.url =
|
||||
## Directory Setting ##
|
||||
#######################################################################################
|
||||
#Configure the access URL of the directory setting file.
|
||||
directory_setting.url = {$yealink_directory_setting_url}
|
||||
directory_setting.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=favorite_setting.xml
|
||||
|
||||
#######################################################################################
|
||||
## Configure the access URL of firmware ##
|
||||
|
||||
@@ -7,6 +7,18 @@
|
||||
#######################################################################################
|
||||
network.dhcp_host_name =
|
||||
|
||||
#Configure the WAN port type; 0-DHCP(default), 1-PPPoE, 2-Static IP Address;
|
||||
#Require reboot;
|
||||
network.internet_port.type =
|
||||
|
||||
#Configure the static IP address, submask, gateway and DNS server.
|
||||
#Require reboot;
|
||||
network.internet_port.ip =
|
||||
network.internet_port.mask =
|
||||
network.internet_port.gateway =
|
||||
network.primary_dns = {$dns_server_primary}
|
||||
network.secondary_dns = {$dns_server_secondary}
|
||||
|
||||
#######################################################################################
|
||||
## PPPOE ##
|
||||
#######################################################################################
|
||||
@@ -24,7 +36,7 @@ network.internet_port.speed_duplex =
|
||||
network.pc_port.speed_duplex =
|
||||
|
||||
network.pc_port.dhcp_server = 1
|
||||
network.static_dns_enable = 0
|
||||
{if isset($dns_server_primary)}network.static_dns_enable = 1{else}network.static_dns_enable = 0{/if}
|
||||
|
||||
#######################################################################################
|
||||
## VLAN ##
|
||||
@@ -525,7 +537,7 @@ remote_phonebook.data.1.name = Users
|
||||
{if isset($yealink_remote_phonebook_1_url) }
|
||||
remote_phonebook.data.1.url = {$yealink_remote_phonebook_1_url}
|
||||
{else}
|
||||
remote_phonebook.data.1.url = http://{$domain_name}/app/provision/?file=directory.xml&contacts=users
|
||||
remote_phonebook.data.1.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=users
|
||||
{/if}
|
||||
|
||||
{if isset($yealink_remote_phonebook_2_name) }
|
||||
@@ -536,7 +548,7 @@ remote_phonebook.data.2.name = Groups
|
||||
{if isset($yealink_remote_phonebook_2_url) }
|
||||
remote_phonebook.data.2.url = {$yealink_remote_phonebook_2_url}
|
||||
{else}
|
||||
remote_phonebook.data.2.url = http://{$domain_name}/app/provision/?file=directory.xml&contacts=groups
|
||||
remote_phonebook.data.2.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=groups
|
||||
{/if}
|
||||
|
||||
{if isset($yealink_remote_phonebook_3_name) }
|
||||
@@ -547,7 +559,7 @@ remote_phonebook.data.3.name = Extensions
|
||||
{if isset($yealink_remote_phonebook_3_url) }
|
||||
remote_phonebook.data.3.url = {$yealink_remote_phonebook_3_url}
|
||||
{else}
|
||||
remote_phonebook.data.3.url = http://{$domain_name}/app/provision/?file=directory.xml&contacts=extensions
|
||||
remote_phonebook.data.3.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=extensions
|
||||
{/if}
|
||||
|
||||
remote_phonebook.data.4.name = {$yealink_remote_phonebook_4_name}
|
||||
@@ -1532,7 +1544,7 @@ super_search.url =
|
||||
## Directory Setting ##
|
||||
#######################################################################################
|
||||
#Configure the access URL of the directory setting file.
|
||||
directory_setting.url = {$yealink_directory_setting_url}
|
||||
directory_setting.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=favorite_setting.xml
|
||||
|
||||
#######################################################################################
|
||||
## Configure the access URL of firmware ##
|
||||
|
||||
@@ -15,8 +15,8 @@ network.internet_port.type =
|
||||
network.internet_port.ip =
|
||||
network.internet_port.mask =
|
||||
network.internet_port.gateway =
|
||||
network.primary_dns=
|
||||
network.secondary_dns =
|
||||
network.primary_dns= {$dns_server_primary}
|
||||
network.secondary_dns = {$dns_server_secondary}
|
||||
|
||||
#Configure the username and password for PPPOE connection.
|
||||
#Require reboot;
|
||||
@@ -112,7 +112,7 @@ network.lldp.packet_interval =
|
||||
|
||||
#Enable or disable the phone to obtain DNS from DHCP; 0-Disabled, 1-Enabled (default);
|
||||
#Require reboot;
|
||||
network.static_dns_enable =
|
||||
{if isset($dns_server_primary)}network.static_dns_enable = 1{else}network.static_dns_enable = 0{/if}
|
||||
|
||||
#######################################################################################
|
||||
## Syslog Server ##
|
||||
@@ -921,7 +921,7 @@ remote_phonebook.data.1.name = Users
|
||||
{if isset($yealink_remote_phonebook_1_url) }
|
||||
remote_phonebook.data.1.url = {$yealink_remote_phonebook_1_url}
|
||||
{else}
|
||||
remote_phonebook.data.1.url = http://{$domain_name}/app/provision/?file=directory.xml&contacts=users
|
||||
remote_phonebook.data.1.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=users
|
||||
{/if}
|
||||
|
||||
{if isset($yealink_remote_phonebook_2_name) }
|
||||
@@ -932,7 +932,7 @@ remote_phonebook.data.2.name = Groups
|
||||
{if isset($yealink_remote_phonebook_2_url) }
|
||||
remote_phonebook.data.2.url = {$yealink_remote_phonebook_2_url}
|
||||
{else}
|
||||
remote_phonebook.data.2.url = http://{$domain_name}/app/provision/?file=directory.xml&contacts=groups
|
||||
remote_phonebook.data.2.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=groups
|
||||
{/if}
|
||||
|
||||
{if isset($yealink_remote_phonebook_3_name) }
|
||||
@@ -943,7 +943,7 @@ remote_phonebook.data.3.name = Extensions
|
||||
{if isset($yealink_remote_phonebook_3_url) }
|
||||
remote_phonebook.data.3.url = {$yealink_remote_phonebook_3_url}
|
||||
{else}
|
||||
remote_phonebook.data.3.url = http://{$domain_name}/app/provision/?file=directory.xml&contacts=extensions
|
||||
remote_phonebook.data.3.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=extensions
|
||||
{/if}
|
||||
|
||||
remote_phonebook.data.4.name = {$yealink_remote_phonebook_4_name}
|
||||
@@ -1239,7 +1239,7 @@ super_search.url =
|
||||
## Directory Setting ##
|
||||
#######################################################################################
|
||||
#Configure the access URL of the directory setting file.
|
||||
directory_setting.url = {$yealink_directory_setting_url}
|
||||
directory_setting.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=favorite_setting.xml
|
||||
|
||||
#######################################################################################
|
||||
## Configure the access URL of the Wallpaper ##
|
||||
|
||||
@@ -7,6 +7,18 @@
|
||||
#######################################################################################
|
||||
network.dhcp_host_name =
|
||||
|
||||
#Configure the WAN port type; 0-DHCP(default), 1-PPPoE, 2-Static IP Address;
|
||||
#Require reboot;
|
||||
network.internet_port.type =
|
||||
|
||||
#Configure the static IP address, submask, gateway and DNS server.
|
||||
#Require reboot;
|
||||
network.internet_port.ip =
|
||||
network.internet_port.mask =
|
||||
network.internet_port.gateway =
|
||||
network.primary_dns = {$dns_server_primary}
|
||||
network.secondary_dns = {$dns_server_secondary}
|
||||
|
||||
#######################################################################################
|
||||
## PPPOE ##
|
||||
#######################################################################################
|
||||
@@ -24,7 +36,7 @@ network.internet_port.speed_duplex =
|
||||
network.pc_port.speed_duplex =
|
||||
|
||||
network.pc_port.dhcp_server = 1
|
||||
network.static_dns_enable = 0
|
||||
{if isset($dns_server_primary)}network.static_dns_enable = 1{else}network.static_dns_enable = 0{/if}
|
||||
|
||||
#######################################################################################
|
||||
## VLAN ##
|
||||
@@ -525,7 +537,7 @@ remote_phonebook.data.1.name = Users
|
||||
{if isset($yealink_remote_phonebook_1_url) }
|
||||
remote_phonebook.data.1.url = {$yealink_remote_phonebook_1_url}
|
||||
{else}
|
||||
remote_phonebook.data.1.url = http://{$domain_name}/app/provision/?file=directory.xml&contacts=users
|
||||
remote_phonebook.data.1.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=users
|
||||
{/if}
|
||||
|
||||
{if isset($yealink_remote_phonebook_2_name) }
|
||||
@@ -536,7 +548,7 @@ remote_phonebook.data.2.name = Groups
|
||||
{if isset($yealink_remote_phonebook_2_url) }
|
||||
remote_phonebook.data.2.url = {$yealink_remote_phonebook_2_url}
|
||||
{else}
|
||||
remote_phonebook.data.2.url = http://{$domain_name}/app/provision/?file=directory.xml&contacts=groups
|
||||
remote_phonebook.data.2.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=groups
|
||||
{/if}
|
||||
|
||||
{if isset($yealink_remote_phonebook_3_name) }
|
||||
@@ -547,7 +559,7 @@ remote_phonebook.data.3.name = Extensions
|
||||
{if isset($yealink_remote_phonebook_3_url) }
|
||||
remote_phonebook.data.3.url = {$yealink_remote_phonebook_3_url}
|
||||
{else}
|
||||
remote_phonebook.data.3.url = http://{$domain_name}/app/provision/?file=directory.xml&contacts=extensions
|
||||
remote_phonebook.data.3.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=extensions
|
||||
{/if}
|
||||
|
||||
remote_phonebook.data.4.name = {$yealink_remote_phonebook_4_name}
|
||||
@@ -1532,7 +1544,7 @@ super_search.url =
|
||||
## Directory Setting ##
|
||||
#######################################################################################
|
||||
#Configure the access URL of the directory setting file.
|
||||
directory_setting.url = {$yealink_directory_setting_url}
|
||||
directory_setting.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=favorite_setting.xml
|
||||
|
||||
#######################################################################################
|
||||
## Configure the access URL of firmware ##
|
||||
|
||||
@@ -15,8 +15,8 @@ network.internet_port.type =
|
||||
network.internet_port.ip =
|
||||
network.internet_port.mask =
|
||||
network.internet_port.gateway =
|
||||
network.primary_dns=
|
||||
network.secondary_dns =
|
||||
network.primary_dns= {$dns_server_primary}
|
||||
network.secondary_dns = {$dns_server_secondary}
|
||||
|
||||
#Configure the username and password for PPPOE connection.
|
||||
#Require reboot;
|
||||
@@ -112,7 +112,7 @@ network.lldp.packet_interval =
|
||||
|
||||
#Enable or disable the phone to obtain DNS from DHCP; 0-Disabled, 1-Enabled (default);
|
||||
#Require reboot;
|
||||
network.static_dns_enable =
|
||||
{if isset($dns_server_primary)}network.static_dns_enable = 1{else}network.static_dns_enable = 0{/if}
|
||||
|
||||
#######################################################################################
|
||||
## Syslog Server ##
|
||||
@@ -921,7 +921,7 @@ remote_phonebook.data.1.name = Users
|
||||
{if isset($yealink_remote_phonebook_1_url) }
|
||||
remote_phonebook.data.1.url = {$yealink_remote_phonebook_1_url}
|
||||
{else}
|
||||
remote_phonebook.data.1.url = http://{$domain_name}/app/provision/?file=directory.xml&contacts=users
|
||||
remote_phonebook.data.1.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=users
|
||||
{/if}
|
||||
|
||||
{if isset($yealink_remote_phonebook_2_name) }
|
||||
@@ -932,7 +932,7 @@ remote_phonebook.data.2.name = Groups
|
||||
{if isset($yealink_remote_phonebook_2_url) }
|
||||
remote_phonebook.data.2.url = {$yealink_remote_phonebook_2_url}
|
||||
{else}
|
||||
remote_phonebook.data.2.url = http://{$domain_name}/app/provision/?file=directory.xml&contacts=groups
|
||||
remote_phonebook.data.2.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=groups
|
||||
{/if}
|
||||
|
||||
{if isset($yealink_remote_phonebook_3_name) }
|
||||
@@ -943,7 +943,7 @@ remote_phonebook.data.3.name = Extensions
|
||||
{if isset($yealink_remote_phonebook_3_url) }
|
||||
remote_phonebook.data.3.url = {$yealink_remote_phonebook_3_url}
|
||||
{else}
|
||||
remote_phonebook.data.3.url = http://{$domain_name}/app/provision/?file=directory.xml&contacts=extensions
|
||||
remote_phonebook.data.3.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=extensions
|
||||
{/if}
|
||||
|
||||
remote_phonebook.data.4.name = {$yealink_remote_phonebook_4_name}
|
||||
@@ -1241,7 +1241,7 @@ super_search.url =
|
||||
## Directory Setting ##
|
||||
#######################################################################################
|
||||
#Configure the access URL of the directory setting file.
|
||||
directory_setting.url = {$yealink_directory_setting_url}
|
||||
directory_setting.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=favorite_setting.xml
|
||||
|
||||
#######################################################################################
|
||||
## Configure the access URL of the Wallpaper ##
|
||||
|
||||
@@ -7,6 +7,18 @@
|
||||
#######################################################################################
|
||||
network.dhcp_host_name =
|
||||
|
||||
#Configure the WAN port type; 0-DHCP(default), 1-PPPoE, 2-Static IP Address;
|
||||
#Require reboot;
|
||||
network.internet_port.type =
|
||||
|
||||
#Configure the static IP address, submask, gateway and DNS server.
|
||||
#Require reboot;
|
||||
network.internet_port.ip =
|
||||
network.internet_port.mask =
|
||||
network.internet_port.gateway =
|
||||
network.primary_dns = {$dns_server_primary}
|
||||
network.secondary_dns = {$dns_server_secondary}
|
||||
|
||||
#######################################################################################
|
||||
## PPPOE ##
|
||||
#######################################################################################
|
||||
@@ -24,7 +36,7 @@ network.internet_port.speed_duplex =
|
||||
network.pc_port.speed_duplex =
|
||||
|
||||
network.pc_port.dhcp_server = 1
|
||||
network.static_dns_enable = 0
|
||||
{if isset($dns_server_primary)}network.static_dns_enable = 1{else}network.static_dns_enable = 0{/if}
|
||||
|
||||
#######################################################################################
|
||||
## VLAN ##
|
||||
@@ -525,7 +537,7 @@ remote_phonebook.data.1.name = Users
|
||||
{if isset($yealink_remote_phonebook_1_url) }
|
||||
remote_phonebook.data.1.url = {$yealink_remote_phonebook_1_url}
|
||||
{else}
|
||||
remote_phonebook.data.1.url = http://{$domain_name}/app/provision/?file=directory.xml&contacts=users
|
||||
remote_phonebook.data.1.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=users
|
||||
{/if}
|
||||
|
||||
{if isset($yealink_remote_phonebook_2_name) }
|
||||
@@ -536,7 +548,7 @@ remote_phonebook.data.2.name = Groups
|
||||
{if isset($yealink_remote_phonebook_2_url) }
|
||||
remote_phonebook.data.2.url = {$yealink_remote_phonebook_2_url}
|
||||
{else}
|
||||
remote_phonebook.data.2.url = http://{$domain_name}/app/provision/?file=directory.xml&contacts=groups
|
||||
remote_phonebook.data.2.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=groups
|
||||
{/if}
|
||||
|
||||
{if isset($yealink_remote_phonebook_3_name) }
|
||||
@@ -547,7 +559,7 @@ remote_phonebook.data.3.name = Extensions
|
||||
{if isset($yealink_remote_phonebook_3_url) }
|
||||
remote_phonebook.data.3.url = {$yealink_remote_phonebook_3_url}
|
||||
{else}
|
||||
remote_phonebook.data.3.url = http://{$domain_name}/app/provision/?file=directory.xml&contacts=extensions
|
||||
remote_phonebook.data.3.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=extensions
|
||||
{/if}
|
||||
|
||||
remote_phonebook.data.4.name = {$yealink_remote_phonebook_4_name}
|
||||
@@ -1532,7 +1544,7 @@ super_search.url =
|
||||
## Directory Setting ##
|
||||
#######################################################################################
|
||||
#Configure the access URL of the directory setting file.
|
||||
directory_setting.url = {$yealink_directory_setting_url}
|
||||
directory_setting.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=favorite_setting.xml
|
||||
|
||||
#######################################################################################
|
||||
## Configure the access URL of firmware ##
|
||||
|
||||
@@ -15,8 +15,8 @@ network.internet_port.type =
|
||||
network.internet_port.ip =
|
||||
network.internet_port.mask =
|
||||
network.internet_port.gateway =
|
||||
network.primary_dns=
|
||||
network.secondary_dns =
|
||||
network.primary_dns= {$dns_server_primary}
|
||||
network.secondary_dns = {$dns_server_secondary}
|
||||
|
||||
#Configure the username and password for PPPOE connection.
|
||||
#Require reboot;
|
||||
@@ -112,7 +112,7 @@ network.lldp.packet_interval =
|
||||
|
||||
#Enable or disable the phone to obtain DNS from DHCP; 0-Disabled, 1-Enabled (default);
|
||||
#Require reboot;
|
||||
network.static_dns_enable =
|
||||
{if isset($dns_server_primary)}network.static_dns_enable = 1{else}network.static_dns_enable = 0{/if}
|
||||
|
||||
#######################################################################################
|
||||
## Syslog Server ##
|
||||
@@ -921,7 +921,7 @@ remote_phonebook.data.1.name = Users
|
||||
{if isset($yealink_remote_phonebook_1_url) }
|
||||
remote_phonebook.data.1.url = {$yealink_remote_phonebook_1_url}
|
||||
{else}
|
||||
remote_phonebook.data.1.url = http://{$domain_name}/app/provision/?file=directory.xml&contacts=users
|
||||
remote_phonebook.data.1.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=users
|
||||
{/if}
|
||||
|
||||
{if isset($yealink_remote_phonebook_2_name) }
|
||||
@@ -932,7 +932,7 @@ remote_phonebook.data.2.name = Groups
|
||||
{if isset($yealink_remote_phonebook_2_url) }
|
||||
remote_phonebook.data.2.url = {$yealink_remote_phonebook_2_url}
|
||||
{else}
|
||||
remote_phonebook.data.2.url = http://{$domain_name}/app/provision/?file=directory.xml&contacts=groups
|
||||
remote_phonebook.data.2.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=groups
|
||||
{/if}
|
||||
|
||||
{if isset($yealink_remote_phonebook_3_name) }
|
||||
@@ -943,7 +943,7 @@ remote_phonebook.data.3.name = Extensions
|
||||
{if isset($yealink_remote_phonebook_3_url) }
|
||||
remote_phonebook.data.3.url = {$yealink_remote_phonebook_3_url}
|
||||
{else}
|
||||
remote_phonebook.data.3.url = http://{$domain_name}/app/provision/?file=directory.xml&contacts=extensions
|
||||
remote_phonebook.data.3.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=extensions
|
||||
{/if}
|
||||
|
||||
remote_phonebook.data.4.name = {$yealink_remote_phonebook_4_name}
|
||||
@@ -1238,7 +1238,7 @@ super_search.url =
|
||||
## Directory Setting ##
|
||||
#######################################################################################
|
||||
#Configure the access URL of the directory setting file.
|
||||
directory_setting.url = {$yealink_directory_setting_url}
|
||||
directory_setting.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=favorite_setting.xml
|
||||
|
||||
#######################################################################################
|
||||
## Configure the access URL of the Wallpaper ##
|
||||
|
||||
@@ -15,8 +15,8 @@ network.internet_port.type =
|
||||
network.internet_port.ip =
|
||||
network.internet_port.mask =
|
||||
network.internet_port.gateway =
|
||||
network.primary_dns=
|
||||
network.secondary_dns =
|
||||
network.primary_dns= {$dns_server_primary}
|
||||
network.secondary_dns = {$dns_server_secondary}
|
||||
|
||||
#Configure the username and password for PPPOE connection.
|
||||
#Require reboot;
|
||||
@@ -112,7 +112,7 @@ network.lldp.packet_interval =
|
||||
|
||||
#Enable or disable the phone to obtain DNS from DHCP; 0-Disabled, 1-Enabled (default);
|
||||
#Require reboot;
|
||||
network.static_dns_enable =
|
||||
{if isset($dns_server_primary)}network.static_dns_enable = 1{else}network.static_dns_enable = 0{/if}
|
||||
|
||||
#######################################################################################
|
||||
## Syslog Server ##
|
||||
@@ -921,7 +921,7 @@ remote_phonebook.data.1.name = Users
|
||||
{if isset($yealink_remote_phonebook_1_url) }
|
||||
remote_phonebook.data.1.url = {$yealink_remote_phonebook_1_url}
|
||||
{else}
|
||||
remote_phonebook.data.1.url = http://{$domain_name}/app/provision/?file=directory.xml&contacts=users
|
||||
remote_phonebook.data.1.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=users
|
||||
{/if}
|
||||
|
||||
{if isset($yealink_remote_phonebook_2_name) }
|
||||
@@ -932,7 +932,7 @@ remote_phonebook.data.2.name = Groups
|
||||
{if isset($yealink_remote_phonebook_2_url) }
|
||||
remote_phonebook.data.2.url = {$yealink_remote_phonebook_2_url}
|
||||
{else}
|
||||
remote_phonebook.data.2.url = http://{$domain_name}/app/provision/?file=directory.xml&contacts=groups
|
||||
remote_phonebook.data.2.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=groups
|
||||
{/if}
|
||||
|
||||
{if isset($yealink_remote_phonebook_3_name) }
|
||||
@@ -943,7 +943,7 @@ remote_phonebook.data.3.name = Extensions
|
||||
{if isset($yealink_remote_phonebook_3_url) }
|
||||
remote_phonebook.data.3.url = {$yealink_remote_phonebook_3_url}
|
||||
{else}
|
||||
remote_phonebook.data.3.url = http://{$domain_name}/app/provision/?file=directory.xml&contacts=extensions
|
||||
remote_phonebook.data.3.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=extensions
|
||||
{/if}
|
||||
|
||||
remote_phonebook.data.4.name = {$yealink_remote_phonebook_4_name}
|
||||
@@ -1241,7 +1241,7 @@ super_search.url =
|
||||
## Directory Setting ##
|
||||
#######################################################################################
|
||||
#Configure the access URL of the directory setting file.
|
||||
directory_setting.url = {$yealink_directory_setting_url}
|
||||
directory_setting.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=favorite_setting.xml
|
||||
|
||||
#######################################################################################
|
||||
## Configure the access URL of the Wallpaper ##
|
||||
|
||||
@@ -7,6 +7,18 @@
|
||||
#######################################################################################
|
||||
network.dhcp_host_name =
|
||||
|
||||
#Configure the WAN port type; 0-DHCP(default), 1-PPPoE, 2-Static IP Address;
|
||||
#Require reboot;
|
||||
network.internet_port.type =
|
||||
|
||||
#Configure the static IP address, submask, gateway and DNS server.
|
||||
#Require reboot;
|
||||
network.internet_port.ip =
|
||||
network.internet_port.mask =
|
||||
network.internet_port.gateway =
|
||||
network.primary_dns = {$dns_server_primary}
|
||||
network.secondary_dns = {$dns_server_secondary}
|
||||
|
||||
#######################################################################################
|
||||
## PPPOE ##
|
||||
#######################################################################################
|
||||
@@ -24,7 +36,7 @@ network.internet_port.speed_duplex =
|
||||
network.pc_port.speed_duplex =
|
||||
|
||||
network.pc_port.dhcp_server = 1
|
||||
network.static_dns_enable = 0
|
||||
{if isset($dns_server_primary)}network.static_dns_enable = 1{else}network.static_dns_enable = 0{/if}
|
||||
|
||||
{if isset($vlan_port_id) }
|
||||
#######################################################################################
|
||||
@@ -565,7 +577,7 @@ remote_phonebook.data.1.name = Users
|
||||
{if isset($yealink_remote_phonebook_1_url) }
|
||||
remote_phonebook.data.1.url = {$yealink_remote_phonebook_1_url}
|
||||
{else}
|
||||
remote_phonebook.data.1.url = http://{$domain_name}/app/provision/?file=directory.xml&contacts=users
|
||||
remote_phonebook.data.1.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=users
|
||||
{/if}
|
||||
|
||||
{if isset($yealink_remote_phonebook_2_name) }
|
||||
@@ -576,7 +588,7 @@ remote_phonebook.data.2.name = Groups
|
||||
{if isset($yealink_remote_phonebook_2_url) }
|
||||
remote_phonebook.data.2.url = {$yealink_remote_phonebook_2_url}
|
||||
{else}
|
||||
remote_phonebook.data.2.url = http://{$domain_name}/app/provision/?file=directory.xml&contacts=groups
|
||||
remote_phonebook.data.2.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=groups
|
||||
{/if}
|
||||
|
||||
{if isset($yealink_remote_phonebook_3_name) }
|
||||
@@ -587,7 +599,7 @@ remote_phonebook.data.3.name = Extensions
|
||||
{if isset($yealink_remote_phonebook_3_url) }
|
||||
remote_phonebook.data.3.url = {$yealink_remote_phonebook_3_url}
|
||||
{else}
|
||||
remote_phonebook.data.3.url = http://{$domain_name}/app/provision/?file=directory.xml&contacts=extensions
|
||||
remote_phonebook.data.3.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=extensions
|
||||
{/if}
|
||||
|
||||
remote_phonebook.data.4.name = {$yealink_remote_phonebook_4_name}
|
||||
@@ -1572,7 +1584,7 @@ super_search.url =
|
||||
## Directory Setting ##
|
||||
#######################################################################################
|
||||
#Configure the access URL of the directory setting file.
|
||||
directory_setting.url = {$yealink_directory_setting_url}
|
||||
directory_setting.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=favorite_setting.xml
|
||||
|
||||
#######################################################################################
|
||||
## Configure the access URL of firmware ##
|
||||
|
||||
@@ -7,6 +7,18 @@
|
||||
#######################################################################################
|
||||
network.dhcp_host_name =
|
||||
|
||||
#Configure the WAN port type; 0-DHCP(default), 1-PPPoE, 2-Static IP Address;
|
||||
#Require reboot;
|
||||
network.internet_port.type =
|
||||
|
||||
#Configure the static IP address, submask, gateway and DNS server.
|
||||
#Require reboot;
|
||||
network.internet_port.ip =
|
||||
network.internet_port.mask =
|
||||
network.internet_port.gateway =
|
||||
network.primary_dns = {$dns_server_primary}
|
||||
network.secondary_dns = {$dns_server_secondary}
|
||||
|
||||
#######################################################################################
|
||||
## PPPOE ##
|
||||
#######################################################################################
|
||||
@@ -24,7 +36,7 @@ network.internet_port.speed_duplex =
|
||||
network.pc_port.speed_duplex =
|
||||
|
||||
network.pc_port.dhcp_server = 1
|
||||
network.static_dns_enable = 1
|
||||
{if isset($dns_server_primary)}network.static_dns_enable = 1{else}network.static_dns_enable = 0{/if}
|
||||
|
||||
{if isset($vlan_port_id) }
|
||||
#######################################################################################
|
||||
@@ -565,7 +577,7 @@ remote_phonebook.data.1.name = Users
|
||||
{if isset($yealink_remote_phonebook_1_url) }
|
||||
remote_phonebook.data.1.url = {$yealink_remote_phonebook_1_url}
|
||||
{else}
|
||||
remote_phonebook.data.1.url = http://{$domain_name}/app/provision/?file=directory.xml&contacts=users
|
||||
remote_phonebook.data.1.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=users
|
||||
{/if}
|
||||
|
||||
{if isset($yealink_remote_phonebook_2_name) }
|
||||
@@ -576,7 +588,7 @@ remote_phonebook.data.2.name = Groups
|
||||
{if isset($yealink_remote_phonebook_2_url) }
|
||||
remote_phonebook.data.2.url = {$yealink_remote_phonebook_2_url}
|
||||
{else}
|
||||
remote_phonebook.data.2.url = http://{$domain_name}/app/provision/?file=directory.xml&contacts=groups
|
||||
remote_phonebook.data.2.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=groups
|
||||
{/if}
|
||||
|
||||
{if isset($yealink_remote_phonebook_3_name) }
|
||||
@@ -587,7 +599,7 @@ remote_phonebook.data.3.name = Extensions
|
||||
{if isset($yealink_remote_phonebook_3_url) }
|
||||
remote_phonebook.data.3.url = {$yealink_remote_phonebook_3_url}
|
||||
{else}
|
||||
remote_phonebook.data.3.url = http://{$domain_name}/app/provision/?file=directory.xml&contacts=extensions
|
||||
remote_phonebook.data.3.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=extensions
|
||||
{/if}
|
||||
|
||||
remote_phonebook.data.4.name = {$yealink_remote_phonebook_4_name}
|
||||
@@ -1572,7 +1584,7 @@ super_search.url =
|
||||
## Directory Setting ##
|
||||
#######################################################################################
|
||||
#Configure the access URL of the directory setting file.
|
||||
directory_setting.url = {$yealink_directory_setting_url}
|
||||
directory_setting.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=favorite_setting.xml
|
||||
|
||||
#######################################################################################
|
||||
## Configure the access URL of firmware ##
|
||||
|
||||
@@ -7,6 +7,18 @@
|
||||
#######################################################################################
|
||||
network.dhcp_host_name =
|
||||
|
||||
#Configure the WAN port type; 0-DHCP(default), 1-PPPoE, 2-Static IP Address;
|
||||
#Require reboot;
|
||||
network.internet_port.type =
|
||||
|
||||
#Configure the static IP address, submask, gateway and DNS server.
|
||||
#Require reboot;
|
||||
network.internet_port.ip =
|
||||
network.internet_port.mask =
|
||||
network.internet_port.gateway =
|
||||
network.primary_dns = {$dns_server_primary}
|
||||
network.secondary_dns = {$dns_server_secondary}
|
||||
|
||||
#######################################################################################
|
||||
## PPPOE ##
|
||||
#######################################################################################
|
||||
@@ -24,7 +36,7 @@ network.internet_port.speed_duplex =
|
||||
network.pc_port.speed_duplex =
|
||||
|
||||
network.pc_port.dhcp_server = 1
|
||||
network.static_dns_enable = 0
|
||||
{if isset($dns_server_primary)}network.static_dns_enable = 1{else}network.static_dns_enable = 0{/if}
|
||||
|
||||
{if isset($vlan_port_id) }
|
||||
#######################################################################################
|
||||
@@ -555,7 +567,7 @@ remote_phonebook.data.1.name = Users
|
||||
{if isset($yealink_remote_phonebook_1_url) }
|
||||
remote_phonebook.data.1.url = {$yealink_remote_phonebook_1_url}
|
||||
{else}
|
||||
remote_phonebook.data.1.url = http://{$domain_name}/app/provision/?file=directory.xml&contacts=users
|
||||
remote_phonebook.data.1.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=users
|
||||
{/if}
|
||||
|
||||
{if isset($yealink_remote_phonebook_2_name) }
|
||||
@@ -566,7 +578,7 @@ remote_phonebook.data.2.name = Groups
|
||||
{if isset($yealink_remote_phonebook_2_url) }
|
||||
remote_phonebook.data.2.url = {$yealink_remote_phonebook_2_url}
|
||||
{else}
|
||||
remote_phonebook.data.2.url = http://{$domain_name}/app/provision/?file=directory.xml&contacts=groups
|
||||
remote_phonebook.data.2.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=groups
|
||||
{/if}
|
||||
|
||||
{if isset($yealink_remote_phonebook_3_name) }
|
||||
@@ -577,7 +589,7 @@ remote_phonebook.data.3.name = Extensions
|
||||
{if isset($yealink_remote_phonebook_3_url) }
|
||||
remote_phonebook.data.3.url = {$yealink_remote_phonebook_3_url}
|
||||
{else}
|
||||
remote_phonebook.data.3.url = http://{$domain_name}/app/provision/?file=directory.xml&contacts=extensions
|
||||
remote_phonebook.data.3.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=extensions
|
||||
{/if}
|
||||
|
||||
remote_phonebook.data.4.name = {$yealink_remote_phonebook_4_name}
|
||||
@@ -1610,7 +1622,7 @@ super_search.url =
|
||||
## Directory Setting ##
|
||||
#######################################################################################
|
||||
#Configure the access URL of the directory setting file.
|
||||
directory_setting.url = http://{$domain_name}/app/provision/?file=favorite_setting.xml
|
||||
directory_setting.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=favorite_setting.xml
|
||||
|
||||
#######################################################################################
|
||||
## Configure the access URL of firmware ##
|
||||
|
||||
@@ -7,6 +7,18 @@
|
||||
#######################################################################################
|
||||
network.dhcp_host_name =
|
||||
|
||||
#Configure the WAN port type; 0-DHCP(default), 1-PPPoE, 2-Static IP Address;
|
||||
#Require reboot;
|
||||
network.internet_port.type =
|
||||
|
||||
#Configure the static IP address, submask, gateway and DNS server.
|
||||
#Require reboot;
|
||||
network.internet_port.ip =
|
||||
network.internet_port.mask =
|
||||
network.internet_port.gateway =
|
||||
network.primary_dns = {$dns_server_primary}
|
||||
network.secondary_dns = {$dns_server_secondary}
|
||||
|
||||
#######################################################################################
|
||||
## PPPOE ##
|
||||
#######################################################################################
|
||||
@@ -24,7 +36,7 @@ network.internet_port.speed_duplex =
|
||||
network.pc_port.speed_duplex =
|
||||
|
||||
network.pc_port.dhcp_server = 1
|
||||
network.static_dns_enable = 1
|
||||
{if isset($dns_server_primary)}network.static_dns_enable = 1{else}network.static_dns_enable = 0{/if}
|
||||
|
||||
{if isset($vlan_port_id) }
|
||||
#######################################################################################
|
||||
@@ -517,7 +529,7 @@ remote_phonebook.data.1.name = Users
|
||||
{if isset($yealink_remote_phonebook_1_url) }
|
||||
remote_phonebook.data.1.url = {$yealink_remote_phonebook_1_url}
|
||||
{else}
|
||||
remote_phonebook.data.1.url = http://{$domain_name}/app/provision/?file=directory.xml&contacts=users
|
||||
remote_phonebook.data.1.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=users
|
||||
{/if}
|
||||
|
||||
{if isset($yealink_remote_phonebook_2_name) }
|
||||
@@ -528,7 +540,7 @@ remote_phonebook.data.2.name = Groups
|
||||
{if isset($yealink_remote_phonebook_2_url) }
|
||||
remote_phonebook.data.2.url = {$yealink_remote_phonebook_2_url}
|
||||
{else}
|
||||
remote_phonebook.data.2.url = http://{$domain_name}/app/provision/?file=directory.xml&contacts=groups
|
||||
remote_phonebook.data.2.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=groups
|
||||
{/if}
|
||||
|
||||
{if isset($yealink_remote_phonebook_3_name) }
|
||||
@@ -539,7 +551,7 @@ remote_phonebook.data.3.name = Extensions
|
||||
{if isset($yealink_remote_phonebook_3_url) }
|
||||
remote_phonebook.data.3.url = {$yealink_remote_phonebook_3_url}
|
||||
{else}
|
||||
remote_phonebook.data.3.url = http://{$domain_name}/app/provision/?file=directory.xml&contacts=extensions
|
||||
remote_phonebook.data.3.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=extensions
|
||||
{/if}
|
||||
|
||||
remote_phonebook.data.4.name = {$yealink_remote_phonebook_4_name}
|
||||
@@ -1572,7 +1584,7 @@ super_search.url =
|
||||
## Sirectory Setting ##
|
||||
#######################################################################################
|
||||
#Configure the access URL of the directory setting file.
|
||||
directory_setting.url = {$yealink_directory_setting_url}
|
||||
directory_setting.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=favorite_setting.xml
|
||||
|
||||
#######################################################################################
|
||||
## Configure the access URL of firmware ##
|
||||
|
||||
@@ -7,6 +7,18 @@
|
||||
#######################################################################################
|
||||
network.dhcp_host_name =
|
||||
|
||||
#Configure the WAN port type; 0-DHCP(default), 1-PPPoE, 2-Static IP Address;
|
||||
#Require reboot;
|
||||
network.internet_port.type =
|
||||
|
||||
#Configure the static IP address, submask, gateway and DNS server.
|
||||
#Require reboot;
|
||||
network.internet_port.ip =
|
||||
network.internet_port.mask =
|
||||
network.internet_port.gateway =
|
||||
network.primary_dns = {$dns_server_primary}
|
||||
network.secondary_dns = {$dns_server_secondary}
|
||||
|
||||
#######################################################################################
|
||||
## PPPOE ##
|
||||
#######################################################################################
|
||||
@@ -24,7 +36,7 @@ network.internet_port.speed_duplex =
|
||||
network.pc_port.speed_duplex =
|
||||
|
||||
network.pc_port.dhcp_server = 1
|
||||
network.static_dns_enable = 1
|
||||
{if isset($dns_server_primary)}network.static_dns_enable = 1{else}network.static_dns_enable = 0{/if}
|
||||
|
||||
{if isset($vlan_port_id) }
|
||||
#######################################################################################
|
||||
@@ -565,7 +577,7 @@ remote_phonebook.data.1.name = Users
|
||||
{if isset($yealink_remote_phonebook_1_url) }
|
||||
remote_phonebook.data.1.url = {$yealink_remote_phonebook_1_url}
|
||||
{else}
|
||||
remote_phonebook.data.1.url = http://{$domain_name}/app/provision/?file=directory.xml&contacts=users
|
||||
remote_phonebook.data.1.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=users
|
||||
{/if}
|
||||
|
||||
{if isset($yealink_remote_phonebook_2_name) }
|
||||
@@ -576,7 +588,7 @@ remote_phonebook.data.2.name = Groups
|
||||
{if isset($yealink_remote_phonebook_2_url) }
|
||||
remote_phonebook.data.2.url = {$yealink_remote_phonebook_2_url}
|
||||
{else}
|
||||
remote_phonebook.data.2.url = http://{$domain_name}/app/provision/?file=directory.xml&contacts=groups
|
||||
remote_phonebook.data.2.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=groups
|
||||
{/if}
|
||||
|
||||
{if isset($yealink_remote_phonebook_3_name) }
|
||||
@@ -587,7 +599,7 @@ remote_phonebook.data.3.name = Extensions
|
||||
{if isset($yealink_remote_phonebook_3_url) }
|
||||
remote_phonebook.data.3.url = {$yealink_remote_phonebook_3_url}
|
||||
{else}
|
||||
remote_phonebook.data.3.url = http://{$domain_name}/app/provision/?file=directory.xml&contacts=extensions
|
||||
remote_phonebook.data.3.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=extensions
|
||||
{/if}
|
||||
|
||||
remote_phonebook.data.4.name = {$yealink_remote_phonebook_4_name}
|
||||
@@ -1572,7 +1584,7 @@ super_search.url =
|
||||
## Sirectory Setting ##
|
||||
#######################################################################################
|
||||
#Configure the access URL of the directory setting file.
|
||||
directory_setting.url = {$yealink_directory_setting_url}
|
||||
directory_setting.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=favorite_setting.xml
|
||||
|
||||
#######################################################################################
|
||||
## Configure the access URL of firmware ##
|
||||
|
||||
@@ -15,8 +15,8 @@ network.internet_port.type =
|
||||
network.internet_port.ip =
|
||||
network.internet_port.mask =
|
||||
network.internet_port.gateway =
|
||||
network.primary_dns =
|
||||
network.secondary_dns =
|
||||
network.primary_dns = {$dns_server_primary}
|
||||
network.secondary_dns = {$dns_server_secondary}
|
||||
|
||||
#Configure the username and password for PPPOE connection.
|
||||
#Require reboot;
|
||||
@@ -797,7 +797,7 @@ remote_phonebook.data.1.name = Users
|
||||
{if isset($yealink_remote_phonebook_1_url) }
|
||||
remote_phonebook.data.1.url = {$yealink_remote_phonebook_1_url}
|
||||
{else}
|
||||
remote_phonebook.data.1.url = http://{$domain_name}/app/provision/?file=directory.xml&contacts=users
|
||||
remote_phonebook.data.1.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=users
|
||||
{/if}
|
||||
|
||||
{if isset($yealink_remote_phonebook_2_name) }
|
||||
@@ -808,7 +808,7 @@ remote_phonebook.data.2.name = Groups
|
||||
{if isset($yealink_remote_phonebook_2_url) }
|
||||
remote_phonebook.data.2.url = {$yealink_remote_phonebook_2_url}
|
||||
{else}
|
||||
remote_phonebook.data.2.url = http://{$domain_name}/app/provision/?file=directory.xml&contacts=groups
|
||||
remote_phonebook.data.2.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=groups
|
||||
{/if}
|
||||
|
||||
{if isset($yealink_remote_phonebook_3_name) }
|
||||
@@ -819,7 +819,7 @@ remote_phonebook.data.3.name = Extensions
|
||||
{if isset($yealink_remote_phonebook_3_url) }
|
||||
remote_phonebook.data.3.url = {$yealink_remote_phonebook_3_url}
|
||||
{else}
|
||||
remote_phonebook.data.3.url = http://{$domain_name}/app/provision/?file=directory.xml&contacts=extensions
|
||||
remote_phonebook.data.3.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=extensions
|
||||
{/if}
|
||||
|
||||
remote_phonebook.data.4.name = {$yealink_remote_phonebook_4_name}
|
||||
@@ -1091,7 +1091,7 @@ super_search.url =
|
||||
## Directory Setting ##
|
||||
#######################################################################################
|
||||
#Configure the access URL of the directory setting file.
|
||||
directory_setting.url = {$yealink_directory_setting_url}
|
||||
directory_setting.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=favorite_setting.xml
|
||||
|
||||
#######################################################################################
|
||||
## Shortcut Keys ##
|
||||
|
||||
@@ -5,7 +5,17 @@
|
||||
#######################################################################################
|
||||
## Network ##
|
||||
#######################################################################################
|
||||
#Configure the WAN port type; 0-DHCP(default), 1-PPPoE, 2-Static IP Address;
|
||||
#Require reboot;
|
||||
network.internet_port.type =
|
||||
|
||||
#Configure the static IP address, submask, gateway and DNS server.
|
||||
#Require reboot;
|
||||
network.internet_port.ip =
|
||||
network.internet_port.mask =
|
||||
network.internet_port.gateway =
|
||||
network.primary_dns = {$dns_server_primary}
|
||||
network.secondary_dns = {$dns_server_secondary}
|
||||
|
||||
#Configure the username and password for PPPOE connection.
|
||||
#Require reboot;
|
||||
@@ -379,7 +389,7 @@ remote_phonebook.data.1.name = Users
|
||||
{if isset($yealink_remote_phonebook_1_url) }
|
||||
remote_phonebook.data.1.url = {$yealink_remote_phonebook_1_url}
|
||||
{else}
|
||||
remote_phonebook.data.1.url = http://{$domain_name}/app/provision/?file=directory.xml&contacts=users
|
||||
remote_phonebook.data.1.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=users
|
||||
{/if}
|
||||
|
||||
{if isset($yealink_remote_phonebook_2_name) }
|
||||
@@ -390,7 +400,7 @@ remote_phonebook.data.2.name = Groups
|
||||
{if isset($yealink_remote_phonebook_2_url) }
|
||||
remote_phonebook.data.2.url = {$yealink_remote_phonebook_2_url}
|
||||
{else}
|
||||
remote_phonebook.data.2.url = http://{$domain_name}/app/provision/?file=directory.xml&contacts=groups
|
||||
remote_phonebook.data.2.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=groups
|
||||
{/if}
|
||||
|
||||
{if isset($yealink_remote_phonebook_3_name) }
|
||||
@@ -401,7 +411,7 @@ remote_phonebook.data.3.name = Extensions
|
||||
{if isset($yealink_remote_phonebook_3_url) }
|
||||
remote_phonebook.data.3.url = {$yealink_remote_phonebook_3_url}
|
||||
{else}
|
||||
remote_phonebook.data.3.url = http://{$domain_name}/app/provision/?file=directory.xml&contacts=extensions
|
||||
remote_phonebook.data.3.url = http://{if isset($http_auth_username)}{$http_auth_username}:{$http_auth_password}@{/if}{$domain_name}/app/provision/?file=directory.xml&contacts=extensions
|
||||
{/if}
|
||||
|
||||
remote_phonebook.data.4.name = {$yealink_remote_phonebook_4_name}
|
||||
|
||||
Reference in New Issue
Block a user