From 09b5b9f80e7be3de4594444d412dd1566ea1703c Mon Sep 17 00:00:00 2001 From: Chris Black Date: Mon, 3 Oct 2016 13:28:44 -0700 Subject: [PATCH] add account 3 to the w52p config (#1964) --- .../provision/yealink/w52p/{$mac}.cfg | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/resources/templates/provision/yealink/w52p/{$mac}.cfg b/resources/templates/provision/yealink/w52p/{$mac}.cfg index ddc33ab686..08fccdab85 100644 --- a/resources/templates/provision/yealink/w52p/{$mac}.cfg +++ b/resources/templates/provision/yealink/w52p/{$mac}.cfg @@ -505,23 +505,23 @@ account.2.dnd.enable = ####################################################################################### #Enable or disable the account 1; 0-Disabled (default), 1-Enabled; -account.3.enable = +account.3.enable = 1 #Configure the label displayed on the LCD screen for account 1. -account.3.label = +account.3.label = {$display_name_3} #Configure the display name of account 1. -account.3.display_name = +account.3.display_name = {$display_name_3} #Configure the username and password for register authentication. -account.3.auth_name = -account.3.password = +account.3.auth_name = {$user_id_3} +account.3.password = {$user_password_3} #Configure the register user name. -account.3.user_name = +account.3.user_name = {$user_id_3} #Configure the SIP server address. -account.3.sip_server_host = +account.3.sip_server_host = {$server_address_3} #Specify the port for the SIP server. The default value is 5060. account.3.sip_server_port = {$sip_port_3} @@ -530,10 +530,10 @@ account.3.sip_server_port = {$sip_port_3} #Specify the IP address or domain name of the outbound proxy server. -account.3.outbound_host = +account.3.outbound_host = {$outbound_proxy_3} #Specify the server port, the default value is 5060. -account.3.outbound_port = +account.3.outbound_port = 5060 #Configure the transport type; 0-UDP (default), 1-TCP, 2-TLS, 3-DNS SRV; {if $sip_transport_3 == 'udp'}account.3.transport = 0{/if}