Update {$mac}.cfg
This commit is contained in:
parent
67b45cee55
commit
e7bcca6af4
|
|
@ -617,40 +617,39 @@
|
|||
<P84 para="KeepAtiveInterval">20</P84>
|
||||
<P8684 para="DhcpVlan">0</P8684>
|
||||
<!--FunctionKeys-->
|
||||
|
||||
{foreach $keys["line"] as $row}
|
||||
|
||||
|
||||
|
||||
<!--FunctionKeys/LineKey1-->
|
||||
<P41200 para="linekey{$row.device_key_id}.Type">{$row.device_key_type}</P41200>
|
||||
<P41300 para="linekey{$row.device_key_id}.Value">{$row.device_key_value}</P41300>
|
||||
<P41400 para="linekey{$row.device_key_id}.Label"></P41400>
|
||||
<P41200 para="linekey{$row.device_key_id}.Type">{$line_key_type_1}</P41200>
|
||||
<P20600 para="LineKey{$row.device_key_id}.Mode">0</P20600>
|
||||
<P41300 para="linekey{$row.device_key_id}.Value">{$line_key_value_1}</P41300>
|
||||
<P41400 para="linekey{$row.device_key_id}.Label">{$row.device_key_label}</P41400>
|
||||
<P41500 para="linekey{$row.device_key_id}.Account">255</P41500>
|
||||
<P41600 para="linekey{$row.device_key_id}.PickupCode"></P41600>
|
||||
<!--FunctionKeys/LineKey2-->
|
||||
<P41201 para="LineKey{$row.device_key_id}.Type">{$row.device_key_type}</P41201>
|
||||
<P41301 para="LineKey{$row.device_key_id}.Value">{$row.device_key_value}</P41301>
|
||||
<P41401 para="LineKey{$row.device_key_id}.Label"></P41401>
|
||||
<P41201 para="LineKey{$row.device_key_id}.Type">{$line_key_type_2}</P41201>
|
||||
<P41301 para="LineKey{$row.device_key_id}.Value">{$line_key_value_2}</P41301>
|
||||
<P41401 para="LineKey{$row.device_key_id}.Label">{$row.device_key_label}</P41401>
|
||||
<P41501 para="LineKey{$row.device_key_id}.Account">255</P41501>
|
||||
<P41601 para="LineKey{$row.device_key_id}.PickupCode" />
|
||||
<!--FunctionKeys/LineKey3-->
|
||||
<P41202 para="LineKey{$row.device_key_id}.Type">{$row.device_key_type}</P41202>
|
||||
<P41302 para="LineKey{$row.device_key_id}.Value">{$row.device_key_value}</P41302>
|
||||
<P41402 para="LineKey{$row.device_key_id}.Label"></P41402>
|
||||
<P41202 para="LineKey{$row.device_key_id}.Type">{$line_key_type_3}</P41202>
|
||||
<P41302 para="LineKey{$row.device_key_id}.Value">{$line_key_value_3}</P41302>
|
||||
<P41402 para="LineKey{$row.device_key_id}.Label">{$row.device_key_label}</P41402>
|
||||
<P41502 para="LineKey{$row.device_key_id}.Account">255</P41502>
|
||||
<P41602 para="LineKey{$row.device_key_id}.PickupCode" />
|
||||
<!--FunctionKeys/LineKey4-->
|
||||
<P41203 para="LineKey{$row.device_key_id}.Type">{$row.device_key_type}</P41203>
|
||||
<P41303 para="LineKey{$row.device_key_id}.Value">{$row.device_key_value}</P41303>
|
||||
<P41403 para="LineKey{$row.device_key_id}.Label"></P41403>
|
||||
<P41503 para="LineKey{$row.device_key_id}.Account">255</P41503>
|
||||
<P41203 para="LineKey{$row.device_key_id}.Type">{$line_key_type_4}</P41203>
|
||||
<P41303 para="LineKey{$row.device_key_id}.Value">{$line_key_value_4}</P41303>
|
||||
<P41403 para="LineKey{$row.device_key_id}.Label">{$row.device_key_label}</P41403>
|
||||
<P41503 para="LineKey{$row.device_key_id}.Account"></P41503>
|
||||
<P41603 para="LineKey{$row.device_key_id}.PickupCode" />
|
||||
<!--FunctionKeys/LineKey5-->
|
||||
<P20200 para="LineKey5.Type">0</P20200>
|
||||
<P20201 para="LineKey5.Value" />
|
||||
<P20202 para="LineKey5.Label" />
|
||||
<P20203 para="LineKey5.Account">0</P20203>
|
||||
<P20204 para="LineKey5.PickupCode" />
|
||||
<P20200 para="LineKey{$row.device_key_id}.Type">{$line_key_type_5}</P20200>
|
||||
<P20201 para="LineKey{$row.device_key_id}.Value">{$line_key_value_5}</P20201>
|
||||
<P20202 para="LineKey{$row.device_key_id}.Label">{$row.device_key_label}</P20202>
|
||||
<P20203 para="LineKey{$row.device_key_id}.Account">0</P20203>
|
||||
<P20204 para="LineKey{$row.device_key_id}.PickupCode" />
|
||||
<!--FunctionKeys/LineKey6-->
|
||||
<P20205 para="LineKey6.Type">0</P20205>
|
||||
<P20206 para="LineKey6.Value" />
|
||||
|
|
@ -693,9 +692,7 @@
|
|||
<P20237 para="LineKey12.Label" />
|
||||
<P20238 para="LineKey12.Account">0</P20238>
|
||||
<P20239 para="LineKey12.PickupCode" />
|
||||
|
||||
{/foreach}
|
||||
|
||||
|
||||
{foreach $keys["memory"] as $row}
|
||||
|
||||
<!--FunctionKeys/MemoryKey-->
|
||||
|
|
|
|||
Loading…
Reference in New Issue