Cisco Cisco Customer Voice Portal 8.0(1)

Page de 561
Note: This syntax is used to indicate session variables.
A semicolon (;) should be used to separate each item in a filter. For example, 
ElementA ;
ElementB
 is valid.
A single wildcard (*) can be specified anywhere within the application name, element type,
element name, or field name.
Element types, element names, and field names can contain alphanumeric characters,
underscores, and a space character.
An application name can contain alphanumeric characters and underscores, but the space
character is not allowed. For example, 
A_aa.B_bb.*C_cc_DD.E_ee_F*
 is valid.
Examples of VoiceXML Filter Wildcard Matching
The table below provides examples of VoiceXML filter wildcard matching.
Table 37: Examples of VoiceXML Filter Wildcard Matching
What It Matches
Filter
Matches all voice elements in MyApplication
MyApplication.Voice.*.*
Matches all Voice elements in all applications.
*.Voice.*.*
Matches all fields in MyApplication that start with with the
string 
var
.
MyApplication.*.*.var*
Matches all fields in MyApplication that end with 
3
.
MyApplication.*.*.*3
Matches the Company session variable in MyApplication.
MyApplication.*.*.SESSION:Company
Examples of Inclusive and Exclusive VoiceXML Filters for Reporting
The table below provides examples of some different combinations of Inclusive and Exclusive
filters and the resulting data that the VXML Server feeds to the Reporting Server.
Table 38: Examples of Inclusive and Exclusive VoiceXML Filters for Reporting
Data the VXML Server Feeds To the
Reporting Server
Exclusive Filter
Inclusive Filter
All Application1 data
None
Application1.*.*.*
All Application1 data, except Element1
and Element2
*.*.Element1.*;
*.*.Element2.*
Application1.*.*.*
All Application1 data, except Element1,
Element2, and Field1
*.*.Element1.*;
*.*.Element2.*;
Application1.*.*.*
*.*.*.Field1
Configuration and Administration Guide for Cisco Unified Customer Voice Portal Release 4.1(1)
276
Chapter 7: - Configuring VXML Solution
Configuring a VXML Server