Defined Tokens - Toshiba Strata CIX GVPH Programming Manual

Voice processing system
Table of Contents

Advertisement

Defined Tokens

Defined Tokens are expressed with left and right parentheses surrounding one or more
definitions that determine how the token should work. For example, the Goto token
takes one definition. Voice processing immediately "goes to" the User ID specified for
processing. For G(123), voice processing continues processing at User ID 123.
Strings that contain a space, comma or quotes, must be enclosed with quotes (e.g., "9,%S1")
or voice processing may misread the token.
Table 5-3
Defined Tokens
Token
Go to User ID—immediately continues processing at the User ID specified. Voice processing
continues standard processing at the User ID per the User ID mailbox processing diagram
– How Voice Processing
Syntax
G( )
where:
uid
User ID
Example G(299)
Goes to User ID 299.
Hang-up process—defines the specified uid as the uid that voice processing processes when it
detects a hang-up condition. This is useful for performing cleanup and/or exit routines when a caller
hangs up.
H( )
Syntax
where:
uid
Valid User ID
If conditional—if the relationship between the first string and the second string is true, then continue
I( )
processing at the User ID specified by uid. Otherwise, processing continues with the next token.
Syntax
where:
string
relationship Either >, <.=,! which test for greater than, less than, equal, or not equal.
uid
Strata CIX40 Voice Processing Programming Manual
Operates).
G(uid)
H(uid)
I(string,relationship,string,uid)
Any quoted set of characters, numbers, and/or variables.
Valid User ID. Can be a variable.
7/06
Description
Token Programming
Defined Tokens
only
G( )
(Chapter 3
5-7

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents