From 65590f2b146a1935d31f624c8811867ea8b46010 Mon Sep 17 00:00:00 2001 From: markjcrane Date: Sun, 11 Oct 2015 10:36:03 -0700 Subject: [PATCH] Disable direct ip call features.direct_ip_call_enable = 0 for better security. --- resources/templates/provision/yealink/cp860/y000000000037.cfg | 2 +- resources/templates/provision/yealink/t20p/y000000000007.cfg | 2 +- resources/templates/provision/yealink/t21p/y000000000052.cfg | 2 +- resources/templates/provision/yealink/t22p/y000000000005.cfg | 2 +- resources/templates/provision/yealink/t23g/y000000000044.cfg | 2 +- resources/templates/provision/yealink/t23p/y000000000044.cfg | 2 +- resources/templates/provision/yealink/t26p/y000000000004.cfg | 2 +- resources/templates/provision/yealink/t28p/y000000000000.cfg | 2 +- resources/templates/provision/yealink/t29g/y000000000046.cfg | 2 +- resources/templates/provision/yealink/t32g/y000000000032.cfg | 2 +- resources/templates/provision/yealink/t38g/y000000000038.cfg | 2 +- resources/templates/provision/yealink/t41p/y000000000036.cfg | 2 +- resources/templates/provision/yealink/t42g/y000000000029.cfg | 2 +- resources/templates/provision/yealink/t46g/y000000000028.cfg | 2 +- resources/templates/provision/yealink/t48g/y000000000035.cfg | 2 +- resources/templates/provision/yealink/vp530/y000000000023.cfg | 2 +- resources/templates/provision/yealink/w52p/y000000000025.cfg | 3 +++ 17 files changed, 19 insertions(+), 16 deletions(-) diff --git a/resources/templates/provision/yealink/cp860/y000000000037.cfg b/resources/templates/provision/yealink/cp860/y000000000037.cfg index fb31296b2e..af57fae6f5 100644 --- a/resources/templates/provision/yealink/cp860/y000000000037.cfg +++ b/resources/templates/provision/yealink/cp860/y000000000037.cfg @@ -571,7 +571,7 @@ features.group_listen_in_talking_enable = features.call_completion_enable = #Enable or disable the phone to dial the IP address directly; 0-Disabled, 1-Enabled (default); -features.direct_ip_call_enable = +features.direct_ip_call_enable = 0 #Configure the power Indicator LED to turn on or turn off; 0-On (default), 1-Off; features.power_led_on = 1 diff --git a/resources/templates/provision/yealink/t20p/y000000000007.cfg b/resources/templates/provision/yealink/t20p/y000000000007.cfg index 5d01537e02..a5eb6a659a 100644 --- a/resources/templates/provision/yealink/t20p/y000000000007.cfg +++ b/resources/templates/provision/yealink/t20p/y000000000007.cfg @@ -1033,7 +1033,7 @@ features.relog_offtime = #Enable or disable the phone to dial the IP address directly; 0-Disabled, 1-Enabled (default); #Require reboot; -features.direct_ip_call_enable = +features.direct_ip_call_enable = 0 #Specify the ring device when the phone is in the Headset mode; 0-use Speaker (default), 1-use Headset; features.ringer_device.is_use_headset = diff --git a/resources/templates/provision/yealink/t21p/y000000000052.cfg b/resources/templates/provision/yealink/t21p/y000000000052.cfg index 7293266e9c..7e540ed1fe 100644 --- a/resources/templates/provision/yealink/t21p/y000000000052.cfg +++ b/resources/templates/provision/yealink/t21p/y000000000052.cfg @@ -571,7 +571,7 @@ features.group_listen_in_talking_enable = features.call_completion_enable = #Enable or disable the phone to dial the IP address directly; 0-Disabled, 1-Enabled (default); -features.direct_ip_call_enable = +features.direct_ip_call_enable = 0 #Configure the power Indicator LED to turn on or turn off; 0-On (default), 1-Off; features.power_led_on = 1 diff --git a/resources/templates/provision/yealink/t22p/y000000000005.cfg b/resources/templates/provision/yealink/t22p/y000000000005.cfg index 48c645f664..b47609c381 100644 --- a/resources/templates/provision/yealink/t22p/y000000000005.cfg +++ b/resources/templates/provision/yealink/t22p/y000000000005.cfg @@ -1033,7 +1033,7 @@ features.relog_offtime = #Enable or disable the phone to dial the IP address directly; 0-Disabled, 1-Enabled (default); #Require reboot; -features.direct_ip_call_enable = +features.direct_ip_call_enable = 0 #Specify the ring device when the phone is in the Headset mode; 0-use Speaker (default), 1-use Headset; features.ringer_device.is_use_headset = diff --git a/resources/templates/provision/yealink/t23g/y000000000044.cfg b/resources/templates/provision/yealink/t23g/y000000000044.cfg index 7293266e9c..7e540ed1fe 100644 --- a/resources/templates/provision/yealink/t23g/y000000000044.cfg +++ b/resources/templates/provision/yealink/t23g/y000000000044.cfg @@ -571,7 +571,7 @@ features.group_listen_in_talking_enable = features.call_completion_enable = #Enable or disable the phone to dial the IP address directly; 0-Disabled, 1-Enabled (default); -features.direct_ip_call_enable = +features.direct_ip_call_enable = 0 #Configure the power Indicator LED to turn on or turn off; 0-On (default), 1-Off; features.power_led_on = 1 diff --git a/resources/templates/provision/yealink/t23p/y000000000044.cfg b/resources/templates/provision/yealink/t23p/y000000000044.cfg index 7293266e9c..7e540ed1fe 100644 --- a/resources/templates/provision/yealink/t23p/y000000000044.cfg +++ b/resources/templates/provision/yealink/t23p/y000000000044.cfg @@ -571,7 +571,7 @@ features.group_listen_in_talking_enable = features.call_completion_enable = #Enable or disable the phone to dial the IP address directly; 0-Disabled, 1-Enabled (default); -features.direct_ip_call_enable = +features.direct_ip_call_enable = 0 #Configure the power Indicator LED to turn on or turn off; 0-On (default), 1-Off; features.power_led_on = 1 diff --git a/resources/templates/provision/yealink/t26p/y000000000004.cfg b/resources/templates/provision/yealink/t26p/y000000000004.cfg index 32f1aff6b4..43ffcb2562 100644 --- a/resources/templates/provision/yealink/t26p/y000000000004.cfg +++ b/resources/templates/provision/yealink/t26p/y000000000004.cfg @@ -1033,7 +1033,7 @@ features.relog_offtime = #Enable or disable the phone to dial the IP address directly; 0-Disabled, 1-Enabled (default); #Require reboot; -features.direct_ip_call_enable = +features.direct_ip_call_enable = 0 #Specify the ring device when the phone is in the Headset mode; 0-use Speaker (default), 1-use Headset; features.ringer_device.is_use_headset = diff --git a/resources/templates/provision/yealink/t28p/y000000000000.cfg b/resources/templates/provision/yealink/t28p/y000000000000.cfg index f3a252bebc..509319b136 100644 --- a/resources/templates/provision/yealink/t28p/y000000000000.cfg +++ b/resources/templates/provision/yealink/t28p/y000000000000.cfg @@ -1033,7 +1033,7 @@ features.relog_offtime = #Enable or disable the phone to dial the IP address directly; 0-Disabled, 1-Enabled (default); #Require reboot; -features.direct_ip_call_enable = +features.direct_ip_call_enable = 0 #Specify the ring device when the phone is in the Headset mode; 0-use Speaker (default), 1-use Headset; features.ringer_device.is_use_headset = diff --git a/resources/templates/provision/yealink/t29g/y000000000046.cfg b/resources/templates/provision/yealink/t29g/y000000000046.cfg index 7293266e9c..7e540ed1fe 100644 --- a/resources/templates/provision/yealink/t29g/y000000000046.cfg +++ b/resources/templates/provision/yealink/t29g/y000000000046.cfg @@ -571,7 +571,7 @@ features.group_listen_in_talking_enable = features.call_completion_enable = #Enable or disable the phone to dial the IP address directly; 0-Disabled, 1-Enabled (default); -features.direct_ip_call_enable = +features.direct_ip_call_enable = 0 #Configure the power Indicator LED to turn on or turn off; 0-On (default), 1-Off; features.power_led_on = 1 diff --git a/resources/templates/provision/yealink/t32g/y000000000032.cfg b/resources/templates/provision/yealink/t32g/y000000000032.cfg index 5b7cdf478a..311f3a0890 100644 --- a/resources/templates/provision/yealink/t32g/y000000000032.cfg +++ b/resources/templates/provision/yealink/t32g/y000000000032.cfg @@ -1033,7 +1033,7 @@ features.relog_offtime = #Enable or disable the phone to dial the IP address directly; 0-Disabled, 1-Enabled (default); #Require reboot; -features.direct_ip_call_enable = +features.direct_ip_call_enable = 0 #Specify the ring device when the phone is in the Headset mode; 0-use Speaker (default), 1-use Headset; features.ringer_device.is_use_headset = diff --git a/resources/templates/provision/yealink/t38g/y000000000038.cfg b/resources/templates/provision/yealink/t38g/y000000000038.cfg index 0b1c2b01ec..6e87fb7548 100644 --- a/resources/templates/provision/yealink/t38g/y000000000038.cfg +++ b/resources/templates/provision/yealink/t38g/y000000000038.cfg @@ -1033,7 +1033,7 @@ features.relog_offtime = #Enable or disable the phone to dial the IP address directly; 0-Disabled, 1-Enabled (default); #Require reboot; -features.direct_ip_call_enable = +features.direct_ip_call_enable = 0 #Specify the ring device when the phone is in the Headset mode; 0-use Speaker (default), 1-use Headset; features.ringer_device.is_use_headset = diff --git a/resources/templates/provision/yealink/t41p/y000000000036.cfg b/resources/templates/provision/yealink/t41p/y000000000036.cfg index 7293266e9c..7e540ed1fe 100644 --- a/resources/templates/provision/yealink/t41p/y000000000036.cfg +++ b/resources/templates/provision/yealink/t41p/y000000000036.cfg @@ -571,7 +571,7 @@ features.group_listen_in_talking_enable = features.call_completion_enable = #Enable or disable the phone to dial the IP address directly; 0-Disabled, 1-Enabled (default); -features.direct_ip_call_enable = +features.direct_ip_call_enable = 0 #Configure the power Indicator LED to turn on or turn off; 0-On (default), 1-Off; features.power_led_on = 1 diff --git a/resources/templates/provision/yealink/t42g/y000000000029.cfg b/resources/templates/provision/yealink/t42g/y000000000029.cfg index 4af24681ad..8eb5fb45bf 100644 --- a/resources/templates/provision/yealink/t42g/y000000000029.cfg +++ b/resources/templates/provision/yealink/t42g/y000000000029.cfg @@ -571,7 +571,7 @@ features.group_listen_in_talking_enable = features.call_completion_enable = #Enable or disable the phone to dial the IP address directly; 0-Disabled, 1-Enabled (default); -features.direct_ip_call_enable = +features.direct_ip_call_enable = 0 #Configure the power Indicator LED to turn on or turn off; 0-On (default), 1-Off; features.power_led_on = 1 diff --git a/resources/templates/provision/yealink/t46g/y000000000028.cfg b/resources/templates/provision/yealink/t46g/y000000000028.cfg index 7293266e9c..7e540ed1fe 100644 --- a/resources/templates/provision/yealink/t46g/y000000000028.cfg +++ b/resources/templates/provision/yealink/t46g/y000000000028.cfg @@ -571,7 +571,7 @@ features.group_listen_in_talking_enable = features.call_completion_enable = #Enable or disable the phone to dial the IP address directly; 0-Disabled, 1-Enabled (default); -features.direct_ip_call_enable = +features.direct_ip_call_enable = 0 #Configure the power Indicator LED to turn on or turn off; 0-On (default), 1-Off; features.power_led_on = 1 diff --git a/resources/templates/provision/yealink/t48g/y000000000035.cfg b/resources/templates/provision/yealink/t48g/y000000000035.cfg index 86c8dd6563..5854bfce1d 100644 --- a/resources/templates/provision/yealink/t48g/y000000000035.cfg +++ b/resources/templates/provision/yealink/t48g/y000000000035.cfg @@ -571,7 +571,7 @@ features.group_listen_in_talking_enable = features.call_completion_enable = #Enable or disable the phone to dial the IP address directly; 0-Disabled, 1-Enabled (default); -features.direct_ip_call_enable = +features.direct_ip_call_enable = 0 #Configure the power Indicator LED to turn on or turn off; 0-On (default), 1-Off; features.power_led_on = 1 diff --git a/resources/templates/provision/yealink/vp530/y000000000023.cfg b/resources/templates/provision/yealink/vp530/y000000000023.cfg index c5031d8ee3..3c1222819f 100644 --- a/resources/templates/provision/yealink/vp530/y000000000023.cfg +++ b/resources/templates/provision/yealink/vp530/y000000000023.cfg @@ -911,7 +911,7 @@ features.relog_offtime = 5 #Enable or disable the phone to dial the IP address directly; 0-Disabled, 1-Enabled (default); #Require reboot; -features.direct_ip_call_enable = 1 +features.direct_ip_call_enable = 0 #Specify the ring device when the phone is in the Headset mode; 0-use Speaker (default), 1-use Headset; features.ringer_device.is_use_headset = 0 diff --git a/resources/templates/provision/yealink/w52p/y000000000025.cfg b/resources/templates/provision/yealink/w52p/y000000000025.cfg index 49e8b04219..2b24684a20 100644 --- a/resources/templates/provision/yealink/w52p/y000000000025.cfg +++ b/resources/templates/provision/yealink/w52p/y000000000025.cfg @@ -299,6 +299,9 @@ call_waiting.enable = 1 #Enable or disable the playing of call waiting tone; 0-Disabled, 1-Enabled (default); call_waiting.tone = +#Enable or disable the phone to dial the IP address directly; 0-Disabled, 1-Enabled (default); +features.direct_ip_call_enable = 0 + #Enable or disable the phone to save the call history; 0-Disabled, 1-Enabled (default); features.save_call_history =