mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update {$mac}.cfg (#6200)
This commit is contained in:
@@ -2771,7 +2771,7 @@
|
|||||||
<internal index="2">
|
<internal index="2">
|
||||||
{foreach $keys["memory"] as $row}
|
{foreach $keys["memory"] as $row}
|
||||||
{if $row.device_key_id > 6 && $row.device_key_id <= 12}
|
{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>
|
<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>
|
<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>
|
<Title>{$row.device_key_label}</Title>
|
||||||
@@ -2783,7 +2783,7 @@
|
|||||||
<internal index="3">
|
<internal index="3">
|
||||||
{foreach $keys["memory"] as $row}
|
{foreach $keys["memory"] as $row}
|
||||||
{if $row.device_key_id > 12 && $row.device_key_id <= 18}
|
{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>
|
<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>
|
<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>
|
<Title>{$row.device_key_label}</Title>
|
||||||
@@ -2795,7 +2795,7 @@
|
|||||||
<internal index="4">
|
<internal index="4">
|
||||||
{foreach $keys["memory"] as $row}
|
{foreach $keys["memory"] as $row}
|
||||||
{if $row.device_key_id > 18 && $row.device_key_id <= 24}
|
{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>
|
<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>
|
<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>
|
<Title>{$row.device_key_label}</Title>
|
||||||
@@ -2807,7 +2807,7 @@
|
|||||||
<internal index="5">
|
<internal index="5">
|
||||||
{foreach $keys["memory"] as $row}
|
{foreach $keys["memory"] as $row}
|
||||||
{if $row.device_key_id > 24 && $row.device_key_id <= 30}
|
{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>
|
<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>
|
<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>
|
<Title>{$row.device_key_label}</Title>
|
||||||
|
|||||||
Reference in New Issue
Block a user