Token Programming
Replaced or Variable Tokens
11-6 Strata CIX Voice Mail Programming 01/07
%X
Transfer hold codes–replaces with the value of the Telephone System Dial Codes that puts a caller
on transfer hold (# Dial code to put a caller on transfer hold). See Chapter 4 — Voice Processing.
Syntax %X
%Y
Current date–replaces with the current date (mmddyyyy). This is the same format used in the P( )
token for dates.
Syntax %Y
Example P(%Y,D)
Says the current date: month, day, year.
%Z
Current time–replaces with the current time in 24-hour format (hhmm). This is the same format used
in the P( ) token for time.
Syntax %Z
Example P(%Z,T)
Says the current time in 24-hour format: hours, minutes.
LEN[ ]
Length–replaces with the total number of characters in the %Sn variable.
Syntax LEN[%Sn]
where:
%Sn One of the %S storage variables (range: 0~19).
Example P(LEN[%S1],N)
Says the number of characters in %S1 as a number.
Table 11-2 Replaced Tokens (continued)
Token Description