Yealink dialnow patchs (#6206)
* Update provision.php
* Update y000000000124.cfg
Added {$yealink_dnd_allow} so that you can remove DND from the phone
* Update app_config.php
* Update y000000000053.cfg
* Update y000000000007.cfg
* Update y000000000052.cfg
* Update y000000000005.cfg
* Update y000000000066.cfg
* Update y000000000108.cfg
* Update y000000000124.cfg
* Update y000000000065.cfg
* Update y000000000004.cfg
* Update y000000000044.cfg
* Update y000000000097.cfg
* Match the yealink default
Co-authored-by: FusionPBX <markjcrane@gmail.com>
This commit is contained in:
parent
b6908307c1
commit
64d1f3862d
|
|
@ -830,6 +830,14 @@
|
|||
$apps[$x]['default_settings'][$y]['default_setting_value'] = "";
|
||||
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "true";
|
||||
$apps[$x]['default_settings'][$y]['default_setting_description'] = "The language used in phone interface.";
|
||||
$y++;
|
||||
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "3f7a5ed6-364c-4d5c-ba7e-4c6e9bdf9131";
|
||||
$apps[$x]['default_settings'][$y]['default_setting_category'] = "provision";
|
||||
$apps[$x]['default_settings'][$y]['default_setting_subcategory'] = "yealink_dialplan_dialnow_delay";
|
||||
$apps[$x]['default_settings'][$y]['default_setting_name'] = "text";
|
||||
$apps[$x]['default_settings'][$y]['default_setting_value'] = "1";
|
||||
$apps[$x]['default_settings'][$y]['default_setting_enabled'] = "false";
|
||||
$apps[$x]['default_settings'][$y]['default_setting_description'] = "Time in second till dialnow activates.";
|
||||
$y++;
|
||||
$apps[$x]['default_settings'][$y]['default_setting_uuid'] = "b2d1e9c4-7097-4fc8-bb14-5aba6df4ef32";
|
||||
$apps[$x]['default_settings'][$y]['default_setting_category'] = "provision";
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!version:1.0.0.1
|
||||
#!version:1.0.0.1
|
||||
|
||||
##File header "#!version:1.0.0.1" can not be edited or deleted.##
|
||||
|
||||
|
|
@ -1193,7 +1193,7 @@ phone_setting.predial_autodial = 1
|
|||
phone_setting.is_deal180 =
|
||||
|
||||
#Configure the delay time (in seconds) for the dialnow rule. It ranges from 1 to 14, the default value is 1.
|
||||
phone_setting.dialnow_delay =
|
||||
phone_setting.dialnow_delay = {$yealink_dialplan_dialnow_delay}
|
||||
|
||||
#Enable or disable the user to customize the softkey layout; 0-Disabled (default), 1-Enabled;
|
||||
phone_setting.custom_softkey_enable =
|
||||
|
|
@ -1328,4 +1328,3 @@ web_item_level.url =
|
|||
#######################################################################################
|
||||
|
||||
sip.call_fail_use_reason.enable = {$yealink_sip_call_fail_use_reason_enable}
|
||||
|
||||
|
|
|
|||
|
|
@ -1193,7 +1193,7 @@ phone_setting.predial_autodial = 1
|
|||
phone_setting.is_deal180 =
|
||||
|
||||
#Configure the delay time (in seconds) for the dialnow rule. It ranges from 1 to 14, the default value is 1.
|
||||
phone_setting.dialnow_delay =
|
||||
phone_setting.dialnow_delay = {$yealink_dialplan_dialnow_delay}
|
||||
|
||||
#Enable or disable the user to customize the softkey layout; 0-Disabled (default), 1-Enabled;
|
||||
phone_setting.custom_softkey_enable =
|
||||
|
|
@ -1327,5 +1327,4 @@ web_item_level.url =
|
|||
## SIP Advanced ##
|
||||
#######################################################################################
|
||||
|
||||
sip.call_fail_use_reason.enable = {$yealink_sip_call_fail_use_reason_enable}
|
||||
|
||||
sip.call_fail_use_reason.enable = {$yealink_sip_call_fail_use_reason_enable
|
||||
|
|
|
|||
|
|
@ -875,7 +875,7 @@ phone_setting.is_deal180 =
|
|||
phone_setting.show_code403 =
|
||||
|
||||
#Configure the delay time (in seconds) for the dialnow rule. It ranges from 1 to 14, the default value is 1.
|
||||
phone_setting.dialnow_delay =
|
||||
phone_setting.dialnow_delay = {$yealink_dialplan_dialnow_delay}
|
||||
|
||||
#Configure the emergency number, each separated by a comma. The default value is 112,911,110.
|
||||
phone_setting.emergency.number = {$yealink_emergency_number}
|
||||
|
|
@ -1321,8 +1321,8 @@ expansion_module.2.key.{$row.device_key_id}.xml_phonebook =
|
|||
#Enable or disable the always forward feature; 0-Disabled (default), 1-Enabled;
|
||||
forward.always.enable =
|
||||
forward.always.target =
|
||||
forward.always.on_code = {$yealink_forward_always_on_code}
|
||||
forward.always.off_code = {$yealink_forward_always_off_code}
|
||||
forward.always.on_code = {$yealink_forward_always_on_code}
|
||||
forward.always.off_code = {$yealink_forward_always_off_code}
|
||||
|
||||
#######################################################################################
|
||||
## Forward Busy ##
|
||||
|
|
|
|||
|
|
@ -1193,7 +1193,7 @@ phone_setting.predial_autodial = 1
|
|||
phone_setting.is_deal180 =
|
||||
|
||||
#Configure the delay time (in seconds) for the dialnow rule. It ranges from 1 to 14, the default value is 1.
|
||||
phone_setting.dialnow_delay =
|
||||
phone_setting.dialnow_delay = {$yealink_dialplan_dialnow_delay}
|
||||
|
||||
#Enable or disable the user to customize the softkey layout; 0-Disabled (default), 1-Enabled;
|
||||
phone_setting.custom_softkey_enable =
|
||||
|
|
|
|||
|
|
@ -915,7 +915,7 @@ phone_setting.is_deal180 =
|
|||
phone_setting.show_code403 =
|
||||
|
||||
#Configure the delay time (in seconds) for the dialnow rule. It ranges from 1 to 14, the default value is 1.
|
||||
phone_setting.dialnow_delay =
|
||||
phone_setting.dialnow_delay = {$yealink_dialplan_dialnow_delay}
|
||||
|
||||
#Configure the emergency number, each separated by a comma. The default value is 112,911,110.
|
||||
phone_setting.emergency.number = {$yealink_emergency_number}
|
||||
|
|
@ -1361,8 +1361,8 @@ expansion_module.2.key.{$row.device_key_id}.xml_phonebook =
|
|||
#Enable or disable the always forward feature; 0-Disabled (default), 1-Enabled;
|
||||
forward.always.enable =
|
||||
forward.always.target =
|
||||
forward.always.on_code = {$yealink_forward_always_on_code}
|
||||
forward.always.off_code = {$yealink_forward_always_off_code}
|
||||
forward.always.on_code = {$yealink_forward_always_on_code}
|
||||
forward.always.off_code = {$yealink_forward_always_off_code}
|
||||
|
||||
#######################################################################################
|
||||
## Forward Busy ##
|
||||
|
|
|
|||
|
|
@ -1193,7 +1193,7 @@ phone_setting.predial_autodial = 1
|
|||
phone_setting.is_deal180 =
|
||||
|
||||
#Configure the delay time (in seconds) for the dialnow rule. It ranges from 1 to 14, the default value is 1.
|
||||
phone_setting.dialnow_delay =
|
||||
phone_setting.dialnow_delay = {$yealink_dialplan_dialnow_delay}
|
||||
|
||||
#Enable or disable the user to customize the softkey layout; 0-Disabled (default), 1-Enabled;
|
||||
phone_setting.custom_softkey_enable =
|
||||
|
|
|
|||
|
|
@ -1490,7 +1490,7 @@ dialplan_replace_rule.url=
|
|||
dialplan.replace.line_id.1=
|
||||
dialplan.replace.replace.1=
|
||||
dialplan.replace.prefix.1=
|
||||
phone_setting.dialnow_delay=
|
||||
phone_setting.dialnow_delay = {$yealink_dialplan_dialnow_delay}
|
||||
dialplan_dialnow.url=
|
||||
dialplan.dialnow.line_id.1=
|
||||
dialplan.dialnow.rule.1 = {$yealink_dialplan_dialnow_rule_1}
|
||||
|
|
|
|||
|
|
@ -991,8 +991,8 @@ forward.no_answer.on_code=
|
|||
forward.no_answer.off_code=
|
||||
forward.busy.off_code=
|
||||
forward.busy.on_code=
|
||||
forward.always.off_code = {$yealink_forward_always_off_code}
|
||||
forward.always.on_code = {$yealink_forward_always_on_code}
|
||||
forward.always.off_code = {$yealink_forward_always_off_code}
|
||||
forward.always.on_code = {$yealink_forward_always_on_code}
|
||||
forward.no_answer.target=
|
||||
forward.busy.target=
|
||||
forward.always.target=
|
||||
|
|
@ -1330,7 +1330,7 @@ dialplan_replace_rule.url=
|
|||
dialplan.replace.line_id.1=
|
||||
dialplan.replace.replace.1=
|
||||
dialplan.replace.prefix.1=
|
||||
phone_setting.dialnow_delay=
|
||||
phone_setting.dialnow_delay = {$yealink_dialplan_dialnow_delay}
|
||||
dialplan_dialnow.url=
|
||||
dialnow.item.1=
|
||||
dialplan.dialnow.line_id.1=
|
||||
|
|
|
|||
|
|
@ -1491,7 +1491,7 @@ dialplan_replace_rule.url=
|
|||
dialplan.replace.line_id.1=
|
||||
dialplan.replace.replace.1=
|
||||
dialplan.replace.prefix.1=
|
||||
phone_setting.dialnow_delay=
|
||||
phone_setting.dialnow_delay = {$yealink_dialplan_dialnow_delay}
|
||||
dialplan_dialnow.url=
|
||||
dialplan.dialnow.line_id.1=
|
||||
dialplan.dialnow.rule.1 = {$yealink_dialplan_dialnow_rule_1}
|
||||
|
|
|
|||
|
|
@ -1379,7 +1379,7 @@ dialplan_replace_rule.url=
|
|||
dialplan.replace.line_id.1=
|
||||
dialplan.replace.replace.1=
|
||||
dialplan.replace.prefix.1=
|
||||
phone_setting.dialnow_delay=
|
||||
phone_setting.dialnow_delay = {$yealink_dialplan_dialnow_delay}
|
||||
dialplan_dialnow.url=
|
||||
dialnow.item.1=
|
||||
dialplan.dialnow.line_id.1=
|
||||
|
|
|
|||
|
|
@ -1479,7 +1479,7 @@ dialplan_replace_rule.url=
|
|||
dialplan.replace.line_id.1=
|
||||
dialplan.replace.replace.1=
|
||||
dialplan.replace.prefix.1=
|
||||
phone_setting.dialnow_delay=
|
||||
phone_setting.dialnow_delay = {$yealink_dialplan_dialnow_delay}
|
||||
dialplan_dialnow.url=
|
||||
dialplan.dialnow.line_id.1=
|
||||
|
||||
|
|
@ -1973,4 +1973,3 @@ phone_setting.end_call_on_hook.enable=
|
|||
|
||||
directory_setting.shared_contact.enable=
|
||||
shared_contact_list.url=
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue