Toshiba Strata CIX GVPH Programming Manual page 110

Voice processing system
Table of Contents

Advertisement

Token Programming
Defined Tokens
Table 5-3
Defined Tokens (continued)
Token
Examples
I("111",<,"222",1000)
Immediately continues processing at User ID 1000.
I("111",>,"222",1000)
Does not continue processing at User ID 1000 and instead continues with the next token.
I("%S1",=,"1234",2000)
Continues processing at User ID 2000 only if %S1 has the value 1234.
I("%S1",=,"SPANISH",2000)
Continues processing at User ID 2000 only if %S1 = SPANISH.
KB( )
NOT SUPPORTED
Compare security code—the KC( ) token compares value of sec to the security code for the User ID.
If equal, processing continues with the next token. Otherwise, processing proceeds to the value
defined in the Done chain.
Syntax
where:
KC( )
uid
sec
Example KC(375,23456)
Compares 23456 with the value of User ID 375's security code. If equal, processes the next token.
Otherwise, proceeds to the value defined in the Done chain.
Delete User ID mailbox message—deletes the message in the specified message queue from the
User ID mailbox.
Syntax
where:
msg
msgq
KD( )
U
N
S
uid
Example KD(2,U)
Deletes message number 2 in the Urgent Message Queue for the current User ID.
5-8
KC(uid,sec)
Valid User ID. Can be a variable.
Value to be compared with the security code. Can be a variable.
KD(msg,msgq[,uid])
Message number. Can be a variable.
Message queue. Can be a variable.
Urgent Message Queue
New Message Queue
Saved Message Queue
Valid User ID. Can be a variable. Defaults to current User ID if not specified.
Description
Strata CIX40 Voice Processing Programming Manual
7/06

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents