Technical References

Network_Vru_Script Table
This table is in the Route category (page 447). To see database rules for these tables, click here
(page 507).
Each row identies a script used by a network VRU to handle a call. A VRU script is managed
by the VRU itself. It is not stored in the ICM database or directly managed by the ICM software.
The ICM software can only direct the VRU to run the script. You can congure a VRU script
in the ICM Conguration Manager. You can then reference it in an ICM routing script.
Customer Denition (page 153) (via CustomerDenitionID)
Network Vru (page 244) (via NetworkTargetID)
Table 132: Indexes for Network_Vru_Script Table
index_keysindex_descriptionindex_name
EnterpriseNamenonclustered, unique, unique key
located on PRIMARY
XAK1Network_VRU_Script
VruScriptName, NetworkTargetIDnonclustered, unique, unique key
located on PRIMARY
XAK2Network_VRU_Script
NetworkVruScriptIDclustered, unique, primary key
located on PRIMARY
XPKNetwork_VRU_Script
Fields in Network_Vru_Script Table:
Keys and Null
Option:
Data Type:Description:Field Name:
NOT NULLCHANGESTAMP
Incremented when the record is changed in the central database.
ChangeStamp
NULLvarchar(255)
An optional string that is sent to the VRU to initialize the script.
CongParam
FK NULLDBINT
Identies the customer denition associated with the script.
CustomerDenitionID
NULLDESCRIPTION
Additional information about the script.
Description
AK-1 NOT NULLVNAME32
An enterprise name for the VRU script. This name must be unique
among all VRU scripts in the enterprise.
EnterpriseName
NOT NULLDBCHAR
Indicates whether the script can be interrupted (for example, if
an agent becomes available to handle the call):
Interruptible
Y = Interruptible
N = Not interruptible
AK-2, FK NOT NULLDBINT
Identies the network VRU associated with the script.
NetworkTargetID
Database Schema Handbook Cisco ICM/IPCC Enterprise & Hosted Editions 7.2(2)
246
Chapter 2: All Tables
Network_Vru_Script Table