Move the VVX blf attendant information to web.cfg template
This commit is contained in:
@@ -4,5 +4,12 @@
|
|||||||
<PHONE_CONFIG>
|
<PHONE_CONFIG>
|
||||||
<WEB
|
<WEB
|
||||||
nat.keepalive.interval="15"
|
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>
|
</PHONE_CONFIG>
|
||||||
@@ -74,16 +74,6 @@
|
|||||||
attendant.behaviors.display.spontaneousCallAppearances.automata="1"
|
attendant.behaviors.display.spontaneousCallAppearances.automata="1"
|
||||||
attendant.behaviors.display.remoteCallerID.normal="1"
|
attendant.behaviors.display.remoteCallerID.normal="1"
|
||||||
attendant.behaviors.display.remoteCallerID.automata="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">
|
<msg msg.bypassInstantMessage="1">
|
||||||
|
|||||||
Reference in New Issue
Block a user