mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-03-26 18:25:42 +00:00
@@ -3417,7 +3417,7 @@
|
||||
<internal index="2">
|
||||
{foreach $keys["memory"] as $row}
|
||||
{if $row.device_key_id > 6 && $row.device_key_id <= 12}
|
||||
<Fkey index="{$row.device_key_id-12}">
|
||||
<Fkey index="{$row.device_key_id-6}">
|
||||
<Type>{if $row.device_key_type == 3}0{elseif $row.device_key_type == 1}2{else}1{/if}</Type>
|
||||
<Value>{if $row.device_key_type == 3}{elseif $row.device_key_type == 1}SIP{$row.device_key_line}{else}{$row.device_key_value}@{$row.device_key_line}/{$row.device_key_type}{/if}</Value>
|
||||
<Title>{$row.device_key_label}</Title>
|
||||
@@ -3429,7 +3429,7 @@
|
||||
<internal index="3">
|
||||
{foreach $keys["memory"] as $row}
|
||||
{if $row.device_key_id > 12 && $row.device_key_id <= 18}
|
||||
<Fkey index="{$row.device_key_id-24}">
|
||||
<Fkey index="{$row.device_key_id-12}">
|
||||
<Type>{if $row.device_key_type == 3}0{elseif $row.device_key_type == 1}2{else}1{/if}</Type>
|
||||
<Value>{if $row.device_key_type == 3}{elseif $row.device_key_type == 1}SIP{$row.device_key_line}{else}{$row.device_key_value}@{$row.device_key_line}/{$row.device_key_type}{/if}</Value>
|
||||
<Title>{$row.device_key_label}</Title>
|
||||
@@ -3441,7 +3441,7 @@
|
||||
<internal index="4">
|
||||
{foreach $keys["memory"] as $row}
|
||||
{if $row.device_key_id > 18 && $row.device_key_id <= 24}
|
||||
<Fkey index="{$row.device_key_id-36}">
|
||||
<Fkey index="{$row.device_key_id-18}">
|
||||
<Type>{if $row.device_key_type == 3}0{elseif $row.device_key_type == 1}2{else}1{/if}</Type>
|
||||
<Value>{if $row.device_key_type == 3}{elseif $row.device_key_type == 1}SIP{$row.device_key_line}{else}{$row.device_key_value}@{$row.device_key_line}/{$row.device_key_type}{/if}</Value>
|
||||
<Title>{$row.device_key_label}</Title>
|
||||
@@ -3453,7 +3453,7 @@
|
||||
<internal index="5">
|
||||
{foreach $keys["memory"] as $row}
|
||||
{if $row.device_key_id > 24 && $row.device_key_id <= 30}
|
||||
<Fkey index="{$row.device_key_id-48}">
|
||||
<Fkey index="{$row.device_key_id-24}">
|
||||
<Type>{if $row.device_key_type == 3}0{elseif $row.device_key_type == 1}2{else}1{/if}</Type>
|
||||
<Value>{if $row.device_key_type == 3}{elseif $row.device_key_type == 1}SIP{$row.device_key_line}{else}{$row.device_key_value}@{$row.device_key_line}/{$row.device_key_type}{/if}</Value>
|
||||
<Title>{$row.device_key_label}</Title>
|
||||
|
||||
Reference in New Issue
Block a user