diff --git a/resources/templates/provision/yealink/cp860/y000000000037.cfg b/resources/templates/provision/yealink/cp860/y000000000037.cfg index 9601ebc482..f8f93a00f5 100644 --- a/resources/templates/provision/yealink/cp860/y000000000037.cfg +++ b/resources/templates/provision/yealink/cp860/y000000000037.cfg @@ -266,8 +266,8 @@ auto_provision.weekly.end_time = ## Autop URL ## ####################################################################################### auto_provision.server.url = {$yealink_provision_url} -auto_provision.server.username = -auto_provision.server.password = +auto_provision.server.username = {$http_auth_username} +auto_provision.server.password = {$http_auth_password} ####################################################################################### ## Autop Aes Key ## diff --git a/resources/templates/provision/yealink/t20p/y000000000007.cfg b/resources/templates/provision/yealink/t20p/y000000000007.cfg index c6b8c36aa9..8c00d11a90 100644 --- a/resources/templates/provision/yealink/t20p/y000000000007.cfg +++ b/resources/templates/provision/yealink/t20p/y000000000007.cfg @@ -193,8 +193,8 @@ auto_provision.pnp_event_vendor = auto_provision.common_file_name = #Configure the username and password for downloading. -auto_provision.server.username = -auto_provision.server.password = +auto_provision.server.username = {$http_auth_username} +auto_provision.server.password = {$http_auth_password} #Enable or disable the DHCP option mode; 0-Disabled, 1-Enabled (default); auto_provision.dhcp_option.enable = diff --git a/resources/templates/provision/yealink/t21p/y000000000052.cfg b/resources/templates/provision/yealink/t21p/y000000000052.cfg index 235e30bce6..d30252a234 100644 --- a/resources/templates/provision/yealink/t21p/y000000000052.cfg +++ b/resources/templates/provision/yealink/t21p/y000000000052.cfg @@ -226,8 +226,8 @@ auto_provision.weekly.end_time = ## Autop URL ## ####################################################################################### auto_provision.server.url = {$yealink_provision_url} -auto_provision.server.username = -auto_provision.server.password = +auto_provision.server.username = {$http_auth_username} +auto_provision.server.password = {$http_auth_password} ####################################################################################### ## Autop Aes Key ## diff --git a/resources/templates/provision/yealink/t22p/y000000000005.cfg b/resources/templates/provision/yealink/t22p/y000000000005.cfg index 81a913852e..263a11e0c0 100644 --- a/resources/templates/provision/yealink/t22p/y000000000005.cfg +++ b/resources/templates/provision/yealink/t22p/y000000000005.cfg @@ -193,8 +193,8 @@ auto_provision.pnp_event_vendor = auto_provision.common_file_name = #Configure the username and password for downloading. -auto_provision.server.username = -auto_provision.server.password = +auto_provision.server.username = {$http_auth_username} +auto_provision.server.password = {$http_auth_password} #Enable or disable the DHCP option mode; 0-Disabled, 1-Enabled (default); auto_provision.dhcp_option.enable = diff --git a/resources/templates/provision/yealink/t23g/y000000000044.cfg b/resources/templates/provision/yealink/t23g/y000000000044.cfg index 235e30bce6..d30252a234 100644 --- a/resources/templates/provision/yealink/t23g/y000000000044.cfg +++ b/resources/templates/provision/yealink/t23g/y000000000044.cfg @@ -226,8 +226,8 @@ auto_provision.weekly.end_time = ## Autop URL ## ####################################################################################### auto_provision.server.url = {$yealink_provision_url} -auto_provision.server.username = -auto_provision.server.password = +auto_provision.server.username = {$http_auth_username} +auto_provision.server.password = {$http_auth_password} ####################################################################################### ## Autop Aes Key ## diff --git a/resources/templates/provision/yealink/t23p/y000000000044.cfg b/resources/templates/provision/yealink/t23p/y000000000044.cfg index 235e30bce6..d30252a234 100644 --- a/resources/templates/provision/yealink/t23p/y000000000044.cfg +++ b/resources/templates/provision/yealink/t23p/y000000000044.cfg @@ -226,8 +226,8 @@ auto_provision.weekly.end_time = ## Autop URL ## ####################################################################################### auto_provision.server.url = {$yealink_provision_url} -auto_provision.server.username = -auto_provision.server.password = +auto_provision.server.username = {$http_auth_username} +auto_provision.server.password = {$http_auth_password} ####################################################################################### ## Autop Aes Key ## diff --git a/resources/templates/provision/yealink/t26p/y000000000004.cfg b/resources/templates/provision/yealink/t26p/y000000000004.cfg index 1ace455789..b02b0e8048 100644 --- a/resources/templates/provision/yealink/t26p/y000000000004.cfg +++ b/resources/templates/provision/yealink/t26p/y000000000004.cfg @@ -193,8 +193,8 @@ auto_provision.pnp_event_vendor = auto_provision.common_file_name = #Configure the username and password for downloading. -auto_provision.server.username = -auto_provision.server.password = +auto_provision.server.username = {$http_auth_username} +auto_provision.server.password = {$http_auth_password} #Enable or disable the DHCP option mode; 0-Disabled, 1-Enabled (default); auto_provision.dhcp_option.enable = diff --git a/resources/templates/provision/yealink/t27p/y000000000045.cfg b/resources/templates/provision/yealink/t27p/y000000000045.cfg index 5338b41750..ac3b29256e 100644 --- a/resources/templates/provision/yealink/t27p/y000000000045.cfg +++ b/resources/templates/provision/yealink/t27p/y000000000045.cfg @@ -226,8 +226,8 @@ auto_provision.weekly.end_time = ## Autop URL ## ####################################################################################### auto_provision.server.url = {$yealink_provision_url} -auto_provision.server.username = -auto_provision.server.password = +auto_provision.server.username = {$http_auth_username} +auto_provision.server.password = {$http_auth_password} ####################################################################################### ## Autop Aes Key ## diff --git a/resources/templates/provision/yealink/t28p/y000000000000.cfg b/resources/templates/provision/yealink/t28p/y000000000000.cfg index a9c4eee372..cdc469c231 100644 --- a/resources/templates/provision/yealink/t28p/y000000000000.cfg +++ b/resources/templates/provision/yealink/t28p/y000000000000.cfg @@ -193,8 +193,8 @@ auto_provision.pnp_event_vendor = auto_provision.common_file_name = #Configure the username and password for downloading. -auto_provision.server.username = -auto_provision.server.password = +auto_provision.server.username = {$http_auth_username} +auto_provision.server.password = {$http_auth_password} #Enable or disable the DHCP option mode; 0-Disabled, 1-Enabled (default); auto_provision.dhcp_option.enable = diff --git a/resources/templates/provision/yealink/t29g/y000000000046.cfg b/resources/templates/provision/yealink/t29g/y000000000046.cfg index e757701173..d3ae8cf0c6 100644 --- a/resources/templates/provision/yealink/t29g/y000000000046.cfg +++ b/resources/templates/provision/yealink/t29g/y000000000046.cfg @@ -226,8 +226,8 @@ auto_provision.weekly.end_time = ## Autop URL ## ####################################################################################### auto_provision.server.url = {$yealink_provision_url} -auto_provision.server.username = -auto_provision.server.password = +auto_provision.server.username = {$http_auth_username} +auto_provision.server.password = {$http_auth_password} ####################################################################################### ## Autop Aes Key ## diff --git a/resources/templates/provision/yealink/t32g/y000000000032.cfg b/resources/templates/provision/yealink/t32g/y000000000032.cfg index a446750f08..3c6632ae4e 100644 --- a/resources/templates/provision/yealink/t32g/y000000000032.cfg +++ b/resources/templates/provision/yealink/t32g/y000000000032.cfg @@ -193,8 +193,8 @@ auto_provision.pnp_event_vendor = auto_provision.common_file_name = #Configure the username and password for downloading. -auto_provision.server.username = -auto_provision.server.password = +auto_provision.server.username = {$http_auth_username} +auto_provision.server.password = {$http_auth_password} #Enable or disable the DHCP option mode; 0-Disabled, 1-Enabled (default); auto_provision.dhcp_option.enable = diff --git a/resources/templates/provision/yealink/t38g/y000000000038.cfg b/resources/templates/provision/yealink/t38g/y000000000038.cfg index 52e16090df..07b98c1fe1 100644 --- a/resources/templates/provision/yealink/t38g/y000000000038.cfg +++ b/resources/templates/provision/yealink/t38g/y000000000038.cfg @@ -193,8 +193,8 @@ auto_provision.pnp_event_vendor = auto_provision.common_file_name = #Configure the username and password for downloading. -auto_provision.server.username = -auto_provision.server.password = +auto_provision.server.username = {$http_auth_username} +auto_provision.server.password = {$http_auth_password} #Enable or disable the DHCP option mode; 0-Disabled, 1-Enabled (default); auto_provision.dhcp_option.enable = diff --git a/resources/templates/provision/yealink/t41p/y000000000036.cfg b/resources/templates/provision/yealink/t41p/y000000000036.cfg index cf27087ee5..deb79ee6d2 100644 --- a/resources/templates/provision/yealink/t41p/y000000000036.cfg +++ b/resources/templates/provision/yealink/t41p/y000000000036.cfg @@ -266,8 +266,8 @@ auto_provision.weekly.end_time = ## Autop URL ## ####################################################################################### auto_provision.server.url = {$yealink_provision_url} -auto_provision.server.username = -auto_provision.server.password = +auto_provision.server.username = {$http_auth_username} +auto_provision.server.password = {$http_auth_password} ####################################################################################### ## Autop Aes Key ## diff --git a/resources/templates/provision/yealink/t42g/y000000000029.cfg b/resources/templates/provision/yealink/t42g/y000000000029.cfg index d260009435..a5bb8d5c0d 100644 --- a/resources/templates/provision/yealink/t42g/y000000000029.cfg +++ b/resources/templates/provision/yealink/t42g/y000000000029.cfg @@ -266,8 +266,8 @@ auto_provision.weekly.end_time = ## Autop URL ## ####################################################################################### auto_provision.server.url = {$yealink_provision_url} -auto_provision.server.username = -auto_provision.server.password = +auto_provision.server.username = {$http_auth_username} +auto_provision.server.password = {$http_auth_password} ####################################################################################### ## Autop Aes Key ## diff --git a/resources/templates/provision/yealink/t46g/y000000000028.cfg b/resources/templates/provision/yealink/t46g/y000000000028.cfg index ae43bde42e..72bb6d505d 100644 --- a/resources/templates/provision/yealink/t46g/y000000000028.cfg +++ b/resources/templates/provision/yealink/t46g/y000000000028.cfg @@ -265,8 +265,8 @@ auto_provision.weekly.end_time = ## Autop URL ## ####################################################################################### auto_provision.server.url = {$yealink_provision_url} -auto_provision.server.username = -auto_provision.server.password = +auto_provision.server.username = {$http_auth_username} +auto_provision.server.password = {$http_auth_password} ####################################################################################### ## Autop Aes Key ## diff --git a/resources/templates/provision/yealink/t48g/y000000000035.cfg b/resources/templates/provision/yealink/t48g/y000000000035.cfg index 47874a312d..cff6b967e9 100644 --- a/resources/templates/provision/yealink/t48g/y000000000035.cfg +++ b/resources/templates/provision/yealink/t48g/y000000000035.cfg @@ -266,8 +266,8 @@ auto_provision.weekly.end_time = ## Autop URL ## ####################################################################################### auto_provision.server.url = {$yealink_provision_url} -auto_provision.server.username = -auto_provision.server.password = +auto_provision.server.username = {$http_auth_username} +auto_provision.server.password = {$http_auth_password} ####################################################################################### ## Autop Aes Key ## diff --git a/resources/templates/provision/yealink/t49g/y000000000051.cfg b/resources/templates/provision/yealink/t49g/y000000000051.cfg index 281102e451..5f6ddd76eb 100644 --- a/resources/templates/provision/yealink/t49g/y000000000051.cfg +++ b/resources/templates/provision/yealink/t49g/y000000000051.cfg @@ -266,8 +266,8 @@ auto_provision.weekly.end_time = ## Autop URL ## ####################################################################################### auto_provision.server.url = {$yealink_provision_url} -auto_provision.server.username = -auto_provision.server.password = +auto_provision.server.username = {$http_auth_username} +auto_provision.server.password = {$http_auth_password} ####################################################################################### ## Autop Aes Key ## diff --git a/resources/templates/provision/yealink/vp530/y000000000023.cfg b/resources/templates/provision/yealink/vp530/y000000000023.cfg index bc7fb78433..fd9e1f64da 100644 --- a/resources/templates/provision/yealink/vp530/y000000000023.cfg +++ b/resources/templates/provision/yealink/vp530/y000000000023.cfg @@ -147,8 +147,8 @@ auto_provision.weekly.end_time = 00:00 auto_provision.server.url = #Configure the username and password for downloading. -auto_provision.server.username = -auto_provision.server.password = +auto_provision.server.username = {$http_auth_username} +auto_provision.server.password = {$http_auth_password} #Configure the domain name of the PNP server. auto_provision.pnp_domain_name = diff --git a/resources/templates/provision/yealink/w52p/y000000000025.cfg b/resources/templates/provision/yealink/w52p/y000000000025.cfg index 97b140fcd3..abf4f18fc4 100644 --- a/resources/templates/provision/yealink/w52p/y000000000025.cfg +++ b/resources/templates/provision/yealink/w52p/y000000000025.cfg @@ -119,8 +119,8 @@ auto_provision.weekly.end_time = 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.username = {$http_auth_username} +auto_provision.server.password = {$http_auth_password} #Configure the domain name of the PNP server. auto_provision.pnp_domain_name =