From 899a7a6ed7873b44dae4ffad01bb79a09d73911d Mon Sep 17 00:00:00 2001
From: chansizzle <14916599+chansizzle@users.noreply.github.com>
Date: Tue, 3 Dec 2019 12:55:40 -0700
Subject: [PATCH] Update {$mac}.cfg (#4929)
---
resources/templates/provision/fanvil/x6/{$mac}.cfg | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/resources/templates/provision/fanvil/x6/{$mac}.cfg b/resources/templates/provision/fanvil/x6/{$mac}.cfg
index f5471527f9..1bd368a520 100644
--- a/resources/templates/provision/fanvil/x6/{$mac}.cfg
+++ b/resources/templates/provision/fanvil/x6/{$mac}.cfg
@@ -1826,7 +1826,7 @@
{foreach $keys["line"] as $row}
-{if $row.device_key_id > 48 && $row.device_key_id <= 62}
+{if $row.device_key_id > 48 && $row.device_key_id <= 60}
{if $row.device_key_type == 3}0{elseif $row.device_key_type == 1}2{else}1{/if}
{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}
@@ -1887,7 +1887,7 @@
{foreach $keys["memory"] as $row}
-{if $row.device_key_id > 48 && $row.device_key_id <= 62}
+{if $row.device_key_id > 48 && $row.device_key_id <= 60}
{if $row.device_key_type == 3}0{elseif $row.device_key_type == 1}2{else}1{/if}
{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}