Fix. Make configure consistent with web interface. (#1671)
This commit is contained in:
parent
b6929e3897
commit
38a5cb5a3f
|
|
@ -129,6 +129,9 @@
|
|||
/>
|
||||
</Privisions>
|
||||
<calls>
|
||||
<!-- BLFTransferEnable - during call you can just press BLF key to do transfer
|
||||
BLFTransferMode - 0: blind transfer; 1: attended transfer
|
||||
-->
|
||||
<call
|
||||
PrefixPSTNNum=""
|
||||
PrefixVOIPNum=""
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<hotlines>
|
||||
{$is_first_line='true'}
|
||||
{foreach $keys as $row}
|
||||
{if $row.device_key_category=="programmable"}
|
||||
{if $row.device_key_category=="memory"}
|
||||
{if $row.device_key_id!=""}
|
||||
{if $row.device_key_line==""}
|
||||
{$row.device_key_line="127"}
|
||||
|
|
|
|||
Loading…
Reference in New Issue