From 087e2be6d9826a0e8aa815e71c64f700edbe81bb Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Sun, 20 Jul 2014 07:12:12 +0000 Subject: [PATCH] Move the VVX blf attendant information to web.cfg template --- resources/templates/provision/polycom/vvx/web.cfg | 7 +++++++ .../provision/polycom/vvx/{$mac}-registration.cfg | 10 ---------- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/resources/templates/provision/polycom/vvx/web.cfg b/resources/templates/provision/polycom/vvx/web.cfg index fbd3b56698..391b366b64 100644 --- a/resources/templates/provision/polycom/vvx/web.cfg +++ b/resources/templates/provision/polycom/vvx/web.cfg @@ -4,5 +4,12 @@ \ No newline at end of file diff --git a/resources/templates/provision/polycom/vvx/{$mac}-registration.cfg b/resources/templates/provision/polycom/vvx/{$mac}-registration.cfg index bec540db54..1280c37bf0 100644 --- a/resources/templates/provision/polycom/vvx/{$mac}-registration.cfg +++ b/resources/templates/provision/polycom/vvx/{$mac}-registration.cfg @@ -74,16 +74,6 @@ attendant.behaviors.display.spontaneousCallAppearances.automata="1" attendant.behaviors.display.remoteCallerID.normal="1" attendant.behaviors.display.remoteCallerID.automata="1" - - {foreach $keys as $row} - {if $row.device_key_category != "line"} - attendant.reg="1" - attendant.resourceList.1.address="{$row.device_key_value}" - attendant.resourceList.1.label="{$row.device_key_label}" - attendant.resourceList.1.type="{$row.device_key_type}" - {/if} - - {/foreach} />