Remove the indentation on the Mitel key assignments so the resulting provisioning file is easier to read.
This commit is contained in:
parent
5803227117
commit
3c5f4266dd
|
|
@ -267,9 +267,7 @@
|
|||
<snmp>0</snmp>
|
||||
<srtp>0</srtp>
|
||||
<pkDescription>
|
||||
<!-- 25-48 keys -->
|
||||
{foreach $keys as $row}
|
||||
#Configure Line Key {$row.device_key_id}
|
||||
{if $row.device_key_category == "line"}
|
||||
{if $row.device_key_line == "1"}{$feature = "6"}{$user_id = $user_id_1}{/if}
|
||||
{if $row.device_key_line == "2"}{$feature = "7"}{$user_id = $user_id_2}{/if}
|
||||
|
|
|
|||
|
|
@ -267,9 +267,7 @@
|
|||
<snmp>0</snmp>
|
||||
<srtp>0</srtp>
|
||||
<pkDescription>
|
||||
<!-- 25-48 keys -->
|
||||
{foreach $keys as $row}
|
||||
#Configure Line Key {$row.device_key_id}
|
||||
{if $row.device_key_category == "line"}
|
||||
{if $row.device_key_line == "1"}{$feature = "6"}{$user_id = $user_id_1}{/if}
|
||||
{if $row.device_key_line == "2"}{$feature = "7"}{$user_id = $user_id_2}{/if}
|
||||
|
|
|
|||
|
|
@ -267,9 +267,7 @@
|
|||
<snmp>0</snmp>
|
||||
<srtp>0</srtp>
|
||||
<pkDescription>
|
||||
<!-- 25-48 keys -->
|
||||
{foreach $keys as $row}
|
||||
#Configure Line Key {$row.device_key_id}
|
||||
{if $row.device_key_category == "line"}
|
||||
{if $row.device_key_line == "1"}{$feature = "6"}{$user_id = $user_id_1}{/if}
|
||||
{if $row.device_key_line == "2"}{$feature = "7"}{$user_id = $user_id_2}{/if}
|
||||
|
|
|
|||
Loading…
Reference in New Issue