From 95666c93e6589e12e97a481db59fd201a89fbf61 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Thu, 9 Jan 2014 03:39:22 +0000 Subject: [PATCH] Set the Yealink -> live dialpad option to enabled in the common config. --- resources/templates/provision/yealink/t20p/y000000000007.cfg | 2 +- resources/templates/provision/yealink/t22p/y000000000005.cfg | 2 +- resources/templates/provision/yealink/t26p/y000000000004.cfg | 2 +- resources/templates/provision/yealink/t28p/y000000000000.cfg | 2 +- resources/templates/provision/yealink/t32g/y000000000032.cfg | 2 +- resources/templates/provision/yealink/t32g/{$mac}.cfg | 2 +- resources/templates/provision/yealink/t38g/y000000000038.cfg | 2 +- resources/templates/provision/yealink/t42g/y000000000029.cfg | 2 +- resources/templates/provision/yealink/t46g/y000000000028.cfg | 2 +- resources/templates/provision/yealink/vp530/y000000000023.cfg | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/resources/templates/provision/yealink/t20p/y000000000007.cfg b/resources/templates/provision/yealink/t20p/y000000000007.cfg index fbdda984d6..9d65396e05 100644 --- a/resources/templates/provision/yealink/t20p/y000000000007.cfg +++ b/resources/templates/provision/yealink/t20p/y000000000007.cfg @@ -1102,7 +1102,7 @@ phone_setting.ring_for_tranfailed = phone_setting.logon_wizard = #Enable or disable the phone to automatically dial out the dialed digits in the pre-dial interface; 0-Disabled (default), 1-Enabled; -phone_setting.predial_autodial = +phone_setting.predial_autodial = 1 #Enable or disable the phone to deal the 180 SIP message after the 183 SIP message; 0-Disabled, 1-Enabled (default); phone_setting.is_deal180 = diff --git a/resources/templates/provision/yealink/t22p/y000000000005.cfg b/resources/templates/provision/yealink/t22p/y000000000005.cfg index fbdda984d6..9d65396e05 100644 --- a/resources/templates/provision/yealink/t22p/y000000000005.cfg +++ b/resources/templates/provision/yealink/t22p/y000000000005.cfg @@ -1102,7 +1102,7 @@ phone_setting.ring_for_tranfailed = phone_setting.logon_wizard = #Enable or disable the phone to automatically dial out the dialed digits in the pre-dial interface; 0-Disabled (default), 1-Enabled; -phone_setting.predial_autodial = +phone_setting.predial_autodial = 1 #Enable or disable the phone to deal the 180 SIP message after the 183 SIP message; 0-Disabled, 1-Enabled (default); phone_setting.is_deal180 = diff --git a/resources/templates/provision/yealink/t26p/y000000000004.cfg b/resources/templates/provision/yealink/t26p/y000000000004.cfg index fbdda984d6..9d65396e05 100644 --- a/resources/templates/provision/yealink/t26p/y000000000004.cfg +++ b/resources/templates/provision/yealink/t26p/y000000000004.cfg @@ -1102,7 +1102,7 @@ phone_setting.ring_for_tranfailed = phone_setting.logon_wizard = #Enable or disable the phone to automatically dial out the dialed digits in the pre-dial interface; 0-Disabled (default), 1-Enabled; -phone_setting.predial_autodial = +phone_setting.predial_autodial = 1 #Enable or disable the phone to deal the 180 SIP message after the 183 SIP message; 0-Disabled, 1-Enabled (default); phone_setting.is_deal180 = diff --git a/resources/templates/provision/yealink/t28p/y000000000000.cfg b/resources/templates/provision/yealink/t28p/y000000000000.cfg index fbdda984d6..9d65396e05 100644 --- a/resources/templates/provision/yealink/t28p/y000000000000.cfg +++ b/resources/templates/provision/yealink/t28p/y000000000000.cfg @@ -1102,7 +1102,7 @@ phone_setting.ring_for_tranfailed = phone_setting.logon_wizard = #Enable or disable the phone to automatically dial out the dialed digits in the pre-dial interface; 0-Disabled (default), 1-Enabled; -phone_setting.predial_autodial = +phone_setting.predial_autodial = 1 #Enable or disable the phone to deal the 180 SIP message after the 183 SIP message; 0-Disabled, 1-Enabled (default); phone_setting.is_deal180 = diff --git a/resources/templates/provision/yealink/t32g/y000000000032.cfg b/resources/templates/provision/yealink/t32g/y000000000032.cfg index fbdda984d6..9d65396e05 100644 --- a/resources/templates/provision/yealink/t32g/y000000000032.cfg +++ b/resources/templates/provision/yealink/t32g/y000000000032.cfg @@ -1102,7 +1102,7 @@ phone_setting.ring_for_tranfailed = phone_setting.logon_wizard = #Enable or disable the phone to automatically dial out the dialed digits in the pre-dial interface; 0-Disabled (default), 1-Enabled; -phone_setting.predial_autodial = +phone_setting.predial_autodial = 1 #Enable or disable the phone to deal the 180 SIP message after the 183 SIP message; 0-Disabled, 1-Enabled (default); phone_setting.is_deal180 = diff --git a/resources/templates/provision/yealink/t32g/{$mac}.cfg b/resources/templates/provision/yealink/t32g/{$mac}.cfg index 9e198e7bcb..4bd84a82a7 100644 --- a/resources/templates/provision/yealink/t32g/{$mac}.cfg +++ b/resources/templates/provision/yealink/t32g/{$mac}.cfg @@ -969,7 +969,7 @@ account.4.outbound_host = {$outbound_proxy_4} account.4.outbound_port = #Configure the transport type; 0-UDP (default), 1-TCP, 2-TLS, 3-DNS SRV; -{if $sip_transport_4== 'udp'}account.4.transport = 0{/if} +{if $sip_transport_4 == 'udp'}account.4.transport = 0{/if} {if $sip_transport_4 == 'tcp'}account.4.transport = 1{/if} {if $sip_transport_4 == 'tls'}account.4.transport = 2{/if} {if $sip_transport_4 == 'dns srv'}account.4.transport = 3{/if} diff --git a/resources/templates/provision/yealink/t38g/y000000000038.cfg b/resources/templates/provision/yealink/t38g/y000000000038.cfg index fbdda984d6..9d65396e05 100644 --- a/resources/templates/provision/yealink/t38g/y000000000038.cfg +++ b/resources/templates/provision/yealink/t38g/y000000000038.cfg @@ -1102,7 +1102,7 @@ phone_setting.ring_for_tranfailed = phone_setting.logon_wizard = #Enable or disable the phone to automatically dial out the dialed digits in the pre-dial interface; 0-Disabled (default), 1-Enabled; -phone_setting.predial_autodial = +phone_setting.predial_autodial = 1 #Enable or disable the phone to deal the 180 SIP message after the 183 SIP message; 0-Disabled, 1-Enabled (default); phone_setting.is_deal180 = diff --git a/resources/templates/provision/yealink/t42g/y000000000029.cfg b/resources/templates/provision/yealink/t42g/y000000000029.cfg index 0ac8e173a0..5ee16e43a2 100644 --- a/resources/templates/provision/yealink/t42g/y000000000029.cfg +++ b/resources/templates/provision/yealink/t42g/y000000000029.cfg @@ -791,7 +791,7 @@ phone_setting.page_tip = phone_setting.logon_wizard = #Enable or disable the phone to automatically dial out the dialed digits in the pre-dial interface; 0-Disabled (default), 1-Enabled; -phone_setting.predial_autodial = +phone_setting.predial_autodial = 1 #Enable or disable customizing the softkey layout; 0-Disabled (default), 1-Enabled; phone_setting.custom_softkey_enable = diff --git a/resources/templates/provision/yealink/t46g/y000000000028.cfg b/resources/templates/provision/yealink/t46g/y000000000028.cfg index 0ac8e173a0..5ee16e43a2 100644 --- a/resources/templates/provision/yealink/t46g/y000000000028.cfg +++ b/resources/templates/provision/yealink/t46g/y000000000028.cfg @@ -791,7 +791,7 @@ phone_setting.page_tip = phone_setting.logon_wizard = #Enable or disable the phone to automatically dial out the dialed digits in the pre-dial interface; 0-Disabled (default), 1-Enabled; -phone_setting.predial_autodial = +phone_setting.predial_autodial = 1 #Enable or disable customizing the softkey layout; 0-Disabled (default), 1-Enabled; phone_setting.custom_softkey_enable = diff --git a/resources/templates/provision/yealink/vp530/y000000000023.cfg b/resources/templates/provision/yealink/vp530/y000000000023.cfg index ad54905dc2..328d4cb4a1 100644 --- a/resources/templates/provision/yealink/vp530/y000000000023.cfg +++ b/resources/templates/provision/yealink/vp530/y000000000023.cfg @@ -907,7 +907,7 @@ phone_setting.backlight_time = phone_setting.backgrounds = #Enable or disable the phone to automatically dial out the dialed digits in the pre-dial interface; 0-Disabled (default), 1-Enabled; -phone_setting.predial_autodial = 0 +phone_setting.predial_autodial = 1 #Enable or disable the phone to deal the 180 SIP message after the 183 SIP message; 0-Disabled, 1-Enabled (default); phone_setting.is_deal180 = 1