mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Updated Yealink t33g (#6158)
* Update provision.php
* Update y000000000124.cfg
Added {$yealink_dnd_allow} so that you can remove DND from the phone
This commit is contained in:
@@ -435,6 +435,7 @@ include "root.php";
|
||||
$templates['Yealink SIP-T29G'] = 'yealink/t29g';
|
||||
$templates['yealink SIP-T29P'] = 'yealink/t29p';
|
||||
$templates['Yealink SIP-T32G'] = 'yealink/t32g';
|
||||
$templates['Yealink SIP-T33G'] = 'yealink/t33g';
|
||||
$templates['Yealink SIP-T38G'] = 'yealink/t38g';
|
||||
$templates['Yealink SIP-T40P'] = 'yealink/t40p';
|
||||
$templates['Yealink SIP-T41G'] = 'yealink/t41g';
|
||||
|
||||
@@ -1151,7 +1151,7 @@ features.no_answer_code=
|
||||
#######################################################################################
|
||||
## DND ##
|
||||
#######################################################################################
|
||||
features.dnd.allow=
|
||||
features.dnd.allow = {$yealink_dnd_allow}
|
||||
features.dnd_mode=
|
||||
features.dnd.enable=
|
||||
|
||||
|
||||
Reference in New Issue
Block a user