Move the VVX blf attendant information to web.cfg template

This commit is contained in:
Mark Crane
2014-07-20 07:12:12 +00:00
parent bb3f23d939
commit bad4ecaf4f
2 changed files with 7 additions and 10 deletions

View File

@@ -4,5 +4,12 @@
<PHONE_CONFIG>
<WEB
nat.keepalive.interval="15"
{foreach $keys as $row}
{if $row.device_key_category != "line"}
attendant.resourceList.{$row.device_key_id}.address="{$row.device_key_value}"
attendant.resourceList.{$row.device_key_id}.label="{$row.device_key_label}"
attendant.resourceList.{$row.device_key_id}.type="{$row.device_key_type}"
{/if}
{/foreach}
/>
</PHONE_CONFIG>

View File

@@ -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}
/>
<msg msg.bypassInstantMessage="1">