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

Page 129

Advertising
background image

AXESSTEL Software User's Guide

Contents

; Change the dial string and service option as needed for making

; these CDMA service options. Typing ’help dial’ on the <F8>

; command line will provide these dialing options for originating

; a call to the given phone number:

; SRV_OPT COMMENTS

; V IS-96A voice (AMPS voice call when in analog mode)

; V96 IS-96 voice

; M "old" 8K Markov

; M13 "new" 13K Markov

; M8 "new" 8K Markov

; LB 8K Loopback

; LB13 13K Loopback

dial "555-1212" M13

; Modify the ’wait’ command as required to obtain desired call

; duration.

; The phone_state command is repeated to see call setup

; progression.

print "Waiting to assure call-setup..."

phone_state

wait 5

phone_state

wait 5

phone_state

wait 5

phone_state

Sample Script Files

; ’get_screen’ is not applicable for phones with no UI display

; capability, such as wireless local loop (WLL) phones !

print "Getting screen and phone state..."

timestamp

get_screen

phone_state

; Modify the ’wait’ command as required to obtain MS Idle State

; duration.

print "Terminating call..."

dial_end

AXESSTEL Proprietary

129

Advertising