Fix. Make configure consistent with web interface. (#1671)

This commit is contained in:
Alexey Melnichuk
2016-06-16 12:20:34 -06:00
committed by FusionPBX
parent df230ab56f
commit 375bc1b83a
2 changed files with 4 additions and 1 deletions
@@ -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"}