mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-05 11:13:50 +00:00
Fix the Mitel key type.
This commit is contained in:
@@ -279,7 +279,7 @@
|
||||
{if $row.device_key_line == "8"}{$feature = "13"}{$user_id = $user_id_8}{/if}
|
||||
<Key Line="{$row.device_key_id}" Fea="{$feature}" Des="{$row.device_key_label}" Addr="{$row.device_key_value}" Addr2="" Mode="1" Mode2="1" UserID="{$user_id}"></Key>
|
||||
{/if}{if $row.device_key_category != "line"}
|
||||
<Key Line="{$row.device_key_id}" Fea="{$device_key_type}" Des="{$row.device_key_label}" Addr="{$row.device_key_value}" Addr2="" Mode="1" Mode2="1" UserID="{$user_id}"></Key>
|
||||
<Key Line="{$row.device_key_id}" Fea="{$row.device_key_type}" Des="{$row.device_key_label}" Addr="{$row.device_key_value}" Addr2="" Mode="1" Mode2="1" UserID="{$user_id}"></Key>
|
||||
{/if}
|
||||
{/foreach}
|
||||
</pkDescription>
|
||||
|
||||
@@ -279,7 +279,7 @@
|
||||
{if $row.device_key_line == "8"}{$feature = "13"}{$user_id = $user_id_8}{/if}
|
||||
<Key Line="{$row.device_key_id}" Fea="{$feature}" Des="{$row.device_key_label}" Addr="{$row.device_key_value}" Addr2="" Mode="1" Mode2="1" UserID="{$user_id}"></Key>
|
||||
{/if}{if $row.device_key_category != "line"}
|
||||
<Key Line="{$row.device_key_id}" Fea="{$device_key_type}" Des="{$row.device_key_label}" Addr="{$row.device_key_value}" Addr2="" Mode="1" Mode2="1" UserID="{$user_id}"></Key>
|
||||
<Key Line="{$row.device_key_id}" Fea="{$row.device_key_type}" Des="{$row.device_key_label}" Addr="{$row.device_key_value}" Addr2="" Mode="1" Mode2="1" UserID="{$user_id}"></Key>
|
||||
{/if}
|
||||
{/foreach}
|
||||
</pkDescription>
|
||||
|
||||
@@ -279,7 +279,7 @@
|
||||
{if $row.device_key_line == "8"}{$feature = "13"}{$user_id = $user_id_8}{/if}
|
||||
<Key Line="{$row.device_key_id}" Fea="{$feature}" Des="{$row.device_key_label}" Addr="{$row.device_key_value}" Addr2="" Mode="1" Mode2="1" UserID="{$user_id}"></Key>
|
||||
{/if}{if $row.device_key_category != "line"}
|
||||
<Key Line="{$row.device_key_id}" Fea="{$device_key_type}" Des="{$row.device_key_label}" Addr="{$row.device_key_value}" Addr2="" Mode="1" Mode2="1" UserID="{$user_id}"></Key>
|
||||
<Key Line="{$row.device_key_id}" Fea="{$row.device_key_type}" Des="{$row.device_key_label}" Addr="{$row.device_key_value}" Addr2="" Mode="1" Mode2="1" UserID="{$user_id}"></Key>
|
||||
{/if}
|
||||
{/foreach}
|
||||
</pkDescription>
|
||||
|
||||
Reference in New Issue
Block a user