Fix. Make configure consistent with web interface. (#1671)
This commit is contained in:
committed by
FusionPBX
parent
df230ab56f
commit
375bc1b83a
@@ -129,6 +129,9 @@
|
|||||||
/>
|
/>
|
||||||
</Privisions>
|
</Privisions>
|
||||||
<calls>
|
<calls>
|
||||||
|
<!-- BLFTransferEnable - during call you can just press BLF key to do transfer
|
||||||
|
BLFTransferMode - 0: blind transfer; 1: attended transfer
|
||||||
|
-->
|
||||||
<call
|
<call
|
||||||
PrefixPSTNNum=""
|
PrefixPSTNNum=""
|
||||||
PrefixVOIPNum=""
|
PrefixVOIPNum=""
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
<hotlines>
|
<hotlines>
|
||||||
{$is_first_line='true'}
|
{$is_first_line='true'}
|
||||||
{foreach $keys as $row}
|
{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_id!=""}
|
||||||
{if $row.device_key_line==""}
|
{if $row.device_key_line==""}
|
||||||
{$row.device_key_line="127"}
|
{$row.device_key_line="127"}
|
||||||
|
|||||||
Reference in New Issue
Block a user