From 147bb801fe58be5e007feb8d27ebcfedd184a94a Mon Sep 17 00:00:00 2001 From: markjcrane Date: Fri, 29 Jan 2016 11:05:05 -0700 Subject: [PATCH] Update the Mitel template for Key Line use the key_id instead of key_line. --- resources/templates/provision/mitel/5324/MN_{$mac}.cfg | 4 ++-- resources/templates/provision/mitel/5330/MN_{$mac}.cfg | 4 ++-- resources/templates/provision/mitel/5340/MN_{$mac}.cfg | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/resources/templates/provision/mitel/5324/MN_{$mac}.cfg b/resources/templates/provision/mitel/5324/MN_{$mac}.cfg index 037ecc6716..629067dc12 100644 --- a/resources/templates/provision/mitel/5324/MN_{$mac}.cfg +++ b/resources/templates/provision/mitel/5324/MN_{$mac}.cfg @@ -279,9 +279,9 @@ {if $row.device_key_line == "6"}{$feature = "11"}{$user_id = $user_id_6}{/if} {if $row.device_key_line == "7"}{$feature = "12"}{$user_id = $user_id_7}{/if} {if $row.device_key_line == "8"}{$feature = "13"}{$user_id = $user_id_8}{/if} - + {/if}{if $row.device_key_category != "line"} - + {/if} {/foreach} diff --git a/resources/templates/provision/mitel/5330/MN_{$mac}.cfg b/resources/templates/provision/mitel/5330/MN_{$mac}.cfg index 3f0fa7336a..42c0038ccb 100644 --- a/resources/templates/provision/mitel/5330/MN_{$mac}.cfg +++ b/resources/templates/provision/mitel/5330/MN_{$mac}.cfg @@ -279,9 +279,9 @@ {if $row.device_key_line == "6"}{$feature = "11"}{$user_id = $user_id_6}{/if} {if $row.device_key_line == "7"}{$feature = "12"}{$user_id = $user_id_7}{/if} {if $row.device_key_line == "8"}{$feature = "13"}{$user_id = $user_id_8}{/if} - + {/if}{if $row.device_key_category != "line"} - + {/if} {/foreach} diff --git a/resources/templates/provision/mitel/5340/MN_{$mac}.cfg b/resources/templates/provision/mitel/5340/MN_{$mac}.cfg index 3f0fa7336a..42c0038ccb 100644 --- a/resources/templates/provision/mitel/5340/MN_{$mac}.cfg +++ b/resources/templates/provision/mitel/5340/MN_{$mac}.cfg @@ -279,9 +279,9 @@ {if $row.device_key_line == "6"}{$feature = "11"}{$user_id = $user_id_6}{/if} {if $row.device_key_line == "7"}{$feature = "12"}{$user_id = $user_id_7}{/if} {if $row.device_key_line == "8"}{$feature = "13"}{$user_id = $user_id_8}{/if} - + {/if}{if $row.device_key_category != "line"} - + {/if} {/foreach}