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:
parent
e02c2b8498
commit
c4c6524023
|
|
@ -435,6 +435,7 @@ include "root.php";
|
||||||
$templates['Yealink SIP-T29G'] = 'yealink/t29g';
|
$templates['Yealink SIP-T29G'] = 'yealink/t29g';
|
||||||
$templates['yealink SIP-T29P'] = 'yealink/t29p';
|
$templates['yealink SIP-T29P'] = 'yealink/t29p';
|
||||||
$templates['Yealink SIP-T32G'] = 'yealink/t32g';
|
$templates['Yealink SIP-T32G'] = 'yealink/t32g';
|
||||||
|
$templates['Yealink SIP-T33G'] = 'yealink/t33g';
|
||||||
$templates['Yealink SIP-T38G'] = 'yealink/t38g';
|
$templates['Yealink SIP-T38G'] = 'yealink/t38g';
|
||||||
$templates['Yealink SIP-T40P'] = 'yealink/t40p';
|
$templates['Yealink SIP-T40P'] = 'yealink/t40p';
|
||||||
$templates['Yealink SIP-T41G'] = 'yealink/t41g';
|
$templates['Yealink SIP-T41G'] = 'yealink/t41g';
|
||||||
|
|
|
||||||
|
|
@ -1151,7 +1151,7 @@ features.no_answer_code=
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
## DND ##
|
## DND ##
|
||||||
#######################################################################################
|
#######################################################################################
|
||||||
features.dnd.allow=
|
features.dnd.allow = {$yealink_dnd_allow}
|
||||||
features.dnd_mode=
|
features.dnd_mode=
|
||||||
features.dnd.enable=
|
features.dnd.enable=
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue