Token Programming
Defined Tokens
Strata CIX Voice Mail Programming 01/07 11-17
Token Programming
T( )
(continued)
Examples
T(FAX1.TXT,"9,%S1")
Causes Stratagy ES to fax the specified file to the caller’s fax number previously obtained and stored
in %S1.
FAX1.TXT Name of the file to transmit.
9 Dials 9 for an outside line.
, Pauses (2 seconds).
%S1 Dials the DTMF digits stored in %S1.
T(FAX2.TXT,"","P(G1)")
Transfers call to fax/modem extension and transmits the specified file.
FAX2.TXT Name of the file to transmit.
" " Empty string. Stratagy ES implements the defined tokens.
P(G1) Plays greeting 1:”Start your fax machine at the tone.”
Note Use two backslashes \\ to signify one backslash \. For example, to specify the file name
C:\Stratagy ES\NEW.TXT, use C:\\Stratagy ES\\NEW.TXT.
CAUTION! When creating applications using the J( ), T( ), and >( ) tokens, you must use the
identical syntax for file identification. Otherwise, fax transmission or reception
may fail.
Table 11-3 Defined Tokens (continued)
Token Description