From b655851aeccea536f48cbc0b39b060576d209b08 Mon Sep 17 00:00:00 2001 From: AlexanderDCrane <40072887+AlexanderDCrane@users.noreply.github.com> Date: Wed, 12 Sep 2018 16:39:01 -0600 Subject: [PATCH] Update {$mac}.cfg (#3424) --- .../provision/yealink/t28p/{$mac}.cfg | 42 +++++++++---------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/resources/templates/provision/yealink/t28p/{$mac}.cfg b/resources/templates/provision/yealink/t28p/{$mac}.cfg index 4c41d80ed6..34404f60d9 100644 --- a/resources/templates/provision/yealink/t28p/{$mac}.cfg +++ b/resources/templates/provision/yealink/t28p/{$mac}.cfg @@ -8,62 +8,62 @@ ####################################################################################### #Enable or disable the account 1; 0-Disabled (default), 1-Enabled; -{if isset($user_password_1) } +{if isset($account.1.user_password) } account.1.enable = 1 {else} account.1.enable = 0 {/if} #Configure the label displayed on the LCD screen for account 1. -account.1.label = {$display_name_1} +account.1.label = {$account.1.display_name} #Configure the display name of account 1. -account.1.display_name = {$display_name_1} +account.1.display_name = {$account.1.display_name} #Configure the username and password for register authentication. -account.1.auth_name = {$auth_id_1} -account.1.password = {$user_password_1} +account.1.auth_name = {$account.1.auth_id} +account.1.password = {$account.1.password} #Configure the register user name. -account.1.user_name = {$user_id_1} +account.1.user_name = {$account.1.user_id} #Enable or disable the phone to receive the messages from the server only; 0-Disabled (default), 1-Enabled; account.1.sip_trust_ctrl = 1 #Configure the SIP server address. -account.1.sip_server_host = {$server_address_1} +account.1.sip_server_host = {$account.1.server_address} #Specify the port for the SIP server. The default value is 5060. -account.1.sip_server_port = {$sip_port_1} +account.1.sip_server_port = {$account.1.sip_port} #Enable or disable the use of the outbound proxy server; 0-Disabled (default), 1-Enabled; #Specify the IP address or domain name of the outbound proxy server. -account.1.outbound_host = {$outbound_proxy_1} +account.1.outbound_host = {$account.1.outbound_proxy} #Specify the server port, the default value is 5060. account.1.outbound_port = #Configure the transport type; 0-UDP (default), 1-TCP, 2-TLS, 3-DNS SRV; -{if $sip_transport_1 == 'udp'}account.1.transport = 0{/if} -{if $sip_transport_1 == 'tcp'}account.1.transport = 1{/if} -{if $sip_transport_1 == 'tls'}account.1.transport = 2{/if} -{if $sip_transport_1 == 'dns srv'}account.1.transport = 3{/if} +{if $account.1.sip_transport == 'udp'}account.1.transport = 0{/if} +{if $account.1.sip_transport == 'tcp'}account.1.transport = 1{/if} +{if $account.1.sip_transport == 'tls'}account.1.transport = 2{/if} +{if $account.1.sip_transport == 'dns srv'}account.1.transport = 3{/if} -account.1.outbound_proxy.1.address = {$outbound_proxy_primary_1} -account.1.outbound_proxy.2.address = {$outbound_proxy_secondary_1} -account.1.outbound_proxy_enable = {if isset($outbound_proxy_primary_1)}1{else}0{/if} +account.1.outbound_proxy.1.address = {$account.1.outbound_proxy_primary} +account.1.outbound_proxy.2.address = {$account.1.outbound_proxy_secondary} +account.1.outbound_proxy_enable = {if isset($account.1.outbound_proxy_primary)}1{else}0{/if} {if isset($outbound_proxy_1_port)} account.1.outbound_proxy.1.port = {$outbound_proxy_1_port} {else} -account.1.outbound_proxy.1.port = 5060 +account.1.outbound_proxy.1.port = {$account.1.sip_port} {/if} {if isset($outbound_proxy_1_port)} account.1.outbound_proxy.2.port = {$outbound_proxy_2_port} {else} -account.1.outbound_proxy.2.port = 5060 +account.1.outbound_proxy.2.port = {$account.1.sip_port} {/if} @@ -105,7 +105,7 @@ account.1.anonymous_reject_offcode = account.1.sip_listen_port = #Configure the register expiry time (in seconds), the default value is 3600. -account.1.expires = {$register_expires_1} +account.1.expires = {$account.1.register_expires} #Enable or disable the 100 reliable retransmission; 0-Disabled, 1-Enabled (default); account.1.100rel_enable = {$yealink_retransmission} @@ -147,8 +147,8 @@ account.1.srtp_encryption = {$yealink_srtp_encryption} account.1.ptime = #Assign account 1 as shared line; 0-Disabled (default), 1-BSFT shared line, 2-Draft bridge line appearance; -{if isset($shared_line_1) } -account.1.shared_line = {$shared_line_1} +{if isset($account.1.shared_line) } +account.1.shared_line = {$account.1.shared_line} {else} account.1.shared_line = 0 {/if}