Cisco Cisco Customer Voice Portal 8.0(1)

Page of 573
Note:  For more information, refer to 
.
The examples in the sections that follow assume that the following GTD data arrived from the
network:
6616807: *Jan 31 17:12:41.220: gtd msg = "IAM,
PRN,isdn*,,ATT5*,
USI,rate,c,s,c,1
USI,lay1,ulaw
TMR,00
CPN,00,,u,5900
CPC,09
FCI,,,,,,,y,
UUS,3,3132333435
GCI,87c0c79d91dd11daa9c4000bfda207f2
Example 1: VRU-Only Call Flow Model
Assume that you want to extract UUS.dat and convert it to ASCII before sending it to Unified
ICME. Additionally, you also want to extract CPC.cpc.
Note: You can extract up to 20 GTD fields.
In the gateway, enter the following:
conf t
    application
    service <your-cvp-service-name>
    param gtd-attribute0 uus
    param gtd-field0 dat
    param gtd-format0 ascii
    param gtd-attribute1 CPC
    param gtd-field1 cpc
dial-peer voice 123 pots
    service <your-cvp-service-name>
The data that will appear in Unified ICME UserToUserInfo will look as follows:
uus.dat,12345;;cpc.cpc,09;;
Note: The NSS parameters are delimited by two semicolons; fields within the NSS parameter
are delimited by a comma.
Example 2: Comprehensive Call Flow Model
Assume that you want to extract UUS.dat and convert it to ASCII before sending it to Unified
ICME. Additionally, you also want to extract CPN data. Note that unlike with Advanced Speech,
you cannot extract to field level; it is all-or-nothing for a parameter. In other words, if you
wanted to extract the CPN noa field, you also will also extract the CPN innnoi, and # fields
as well.
Configuration and Administration Guide for Cisco Unified Customer Voice Portal Release 8.0(1)
469
Chapter 13: Configuring the H.323 Devices and VoIP
Configuring Unified CVP to Propagate UUI to Unified ICME