Token Programming
Defined Tokens
Strata CIX Voice Mail Programming 01/07 11-13
Token Programming
O( )
Timed on-hook–an on-hook condition for the specified amount of time. Depending upon the value of
tenths, you can effect a flash, or even a hang-up condition. This is useful for generating an
intermediate hang-up condition during token processing without terminating the actual continued
token processing.
Syntax O(tenths)
where:
tenths Time in tenths of seconds.
Example O(60)
Goes on-hook for 6 seconds (60 ÷ 10 = 6).
P( )
Play–the P( ) token enables you to communicate information in a variety of ways to a caller or to a
user when used in a Notify record’s Method field. While Stratagy ES is playing, the skip (*, #) and
volume (8, 0) keys on the telephone work.
Syntax Prepeat(item)
where:
repeat Number of times to play the item. If omitted, defaults to 1.
item Each item causes Stratagy ES to say specific information. The items are defined as
follows:
where:
A, string Alphanumeric string string.
D Percentage of remaining disk space.
G[n, uid] Greeting n of the current mailbox or mailbox uid.
M[, uid] Total number of messages and number of new messages for the current mailbox or
mailbox uid.
Mn[, uid] Message n in the Saved Message Queue, if enabled, of the current mailbox or mailbox
uid.
MNn[, uid] Message n in the New Message Queue of the current mailbox or mailbox uid.
MSn[, uid] Message n in the Saved Message Queue of the current mailbox or mailbox uid.
MUn[, uid] Message n in the Urgent Message Queue of the current mailbox or mailbox uid.
nn,V System prompt nn.
R DTMF digits entered by a caller who has invoked relay paging (used only in the Notify
record Method field).
%Sn DTMF digits currently represented by the variable %Sn, where n is a number from 0 to 9.
This is most effective for repeating the DTMF entered by a caller for confirmation.
%Sn, N DTMF digits currently represented by the variable %Sn, as a number where the range is
assumed to be between 0 and 999 million.
%Sn, D DTMF digits currently represented by the variable %Sn, as a date, where the format is
assumed to be either mmddyy (which assumes a year in the 1900s) or mmddyyyy.
%Sn, T DTMF digits currently represented by the variable %Sn, as a time of day, where the
format is assumed to be hhmm.
%Sn, $ DTMF digits currently represented by the variable %Sn, as a dollar amount, where the
last two digits are assumed to be cents.
%Sn, F The same as %Sn, $ except Stratagy ES uses francs and centimes.
%Sn, P The same as %Sn, $ except Stratagy ES uses pesos and centavos.
Table 11-3 Defined Tokens (continued)
Token Description