Update {$mac}.cfg
This commit is contained in:
parent
5fa7ea8434
commit
17e7ef039c
|
|
@ -617,30 +617,34 @@
|
|||
<P84 para="KeepAtiveInterval">20</P84>
|
||||
<P8684 para="DhcpVlan">0</P8684>
|
||||
<!--FunctionKeys-->
|
||||
|
||||
{foreach $keys["line"] as $row}
|
||||
|
||||
|
||||
<!--FunctionKeys/LineKey1-->
|
||||
<P41200 para="LineKey1.Type">1</P41200>
|
||||
<P41300 para="LineKey1.Value" />
|
||||
<P41400 para="LineKey1.Label" />
|
||||
<P41500 para="LineKey1.Account">255</P41500>
|
||||
<P41600 para="LineKey1.PickupCode" />
|
||||
<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>
|
||||
<P41500 para="linekey{$row.device_key_id}.Account">255</P41500>
|
||||
<P41600 para="linekey{$row.device_key_id}.PickupCode"></P41600>
|
||||
<!--FunctionKeys/LineKey2-->
|
||||
<P41201 para="LineKey2.Type">1</P41201>
|
||||
<P41301 para="LineKey2.Value" />
|
||||
<P41401 para="LineKey2.Label" />
|
||||
<P41501 para="LineKey2.Account">255</P41501>
|
||||
<P41601 para="LineKey2.PickupCode" />
|
||||
<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>
|
||||
<P41501 para="LineKey{$row.device_key_id}.Account">255</P41501>
|
||||
<P41601 para="LineKey{$row.device_key_id}.PickupCode" />
|
||||
<!--FunctionKeys/LineKey3-->
|
||||
<P41202 para="LineKey3.Type">0</P41202>
|
||||
<P41302 para="LineKey3.Value" />
|
||||
<P41402 para="LineKey3.Label" />
|
||||
<P41502 para="LineKey3.Account">0</P41502>
|
||||
<P41602 para="LineKey3.PickupCode" />
|
||||
<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>
|
||||
<P41502 para="LineKey{$row.device_key_id}.Account">255</P41502>
|
||||
<P41602 para="LineKey{$row.device_key_id}.PickupCode" />
|
||||
<!--FunctionKeys/LineKey4-->
|
||||
<P41203 para="LineKey4.Type">0</P41203>
|
||||
<P41303 para="LineKey4.Value" />
|
||||
<P41403 para="LineKey4.Label" />
|
||||
<P41503 para="LineKey4.Account">0</P41503>
|
||||
<P41603 para="LineKey4.PickupCode" />
|
||||
<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>
|
||||
<P41603 para="LineKey{$row.device_key_id}.PickupCode" />
|
||||
<!--FunctionKeys/LineKey5-->
|
||||
<P20200 para="LineKey5.Type">0</P20200>
|
||||
<P20201 para="LineKey5.Value" />
|
||||
|
|
@ -689,6 +693,11 @@
|
|||
<P20237 para="LineKey12.Label" />
|
||||
<P20238 para="LineKey12.Account">0</P20238>
|
||||
<P20239 para="LineKey12.PickupCode" />
|
||||
|
||||
{/foreach}
|
||||
|
||||
{foreach $keys["memory"] as $row}
|
||||
|
||||
<!--FunctionKeys/MemoryKey-->
|
||||
<P42200 para="MemoryKey1.Type">0</P42200>
|
||||
<P42300 para="MemoryKey1.Value" />
|
||||
|
|
@ -730,6 +739,9 @@
|
|||
<P42309 para="MemoryKey10.Value" />
|
||||
<P42409 para="MemoryKey10.Account">0</P42409>
|
||||
<P42509 para="MemoryKey10.PickupCode" />
|
||||
|
||||
{/foreach}
|
||||
|
||||
<!--FunctionKeys/ProgrammableKey-->
|
||||
<P43200 para="SoftKey1.Type">36</P43200>
|
||||
<P43300 para="SoftKey1.Account">0</P43300>
|
||||
|
|
|
|||
Loading…
Reference in New Issue