Axesstel software user's guide contents – Axesstel PST User Manual
Page 125

AXESSTEL Software User's Guide
Contents
; type "run orig.scr" to start the script. After the script
; completes, quit the PST (Ctrl-<F10>) and rename the
; ’orig.log’ ASCII text file to a unique file name. The text
; file may be viewed immediately. The binary log file requires
; post-processing with the NPAR parsing utility.;
; Dependencies:
; This script file calls the ’dial10.scr’ and ’dial.scr’ scripts.
; Copyright (c) 2002 by AXESSTEL Incorporated. All Rights Reserved.
;================================================================
; EDIT HISTORY FOR SCRIPT
; This section contains comments describing changes made to this
; file. Changes are listed in reverse chronological order.
;when who what, where, why
;------ --- ------------------------------------------------
;================================================================
print "Starting Origination script..."
print " "
; Clear all of the phone’s error log entries.
err_clr 255
; Set an appropriate log mask for Axesstel phone and WLL phones.
; NOTE: The PST logging feature requires the NPAR post-processing
; tool to parse the binary file into readable ASCII text format.
logmask 0x0058c9f0
wait 1
logging on
; Record the script messages that scroll by on the <F8> screen.
; Viewable in the ’orig.log’ ASCII text file when the script
; completes.
wait 1
openlog orig.log
; Clear the Paging/Access/Traffic parameters stored by the phone.
; These values can also be viewed in real-time via the
; alt-<F4> <F5> <F6> <F7> CAIT screens.
parm_set -1 0
; Scripts may be called from within the running script (nested up
; to 5 deep).
AXESSTEL Proprietary
125