Script commands – Axesstel PST User Manual

Page 76

Advertising
background image

AXESSTEL Software User's Guide

Contents

read and write operations. Over 60 commands, functions, and
processes are described in alphabetical order. For each command
there is a definition of its function and syntax format, and in many
cases an example of its usage in a script. Some commands do not
have examples, since their usage is clear from their definitions.

Script commands

AKEY

Allows you to enter an authorization key number. This command is
for Module targets only.

Syntax akey “number”

Example

akey “15423”

Response

Enters the A-key number 15423.

APPEND_LOG

Opens a script log in append mode so the new data is added to the
file rather than a new file created.

Syntax append_log filename.ext

Example

append_log mylogfile.txt

Response

New messages are added to the file without overwriting the existing

content.

APR_LIST_WR

Writes an abbreviated Preferred Roaming List (PRL) to any Axesstel phone
using a shortcut write command. This allows specifying only channel numbers
for the PRL list. All other entries
default to wild cards.

Syntax apr_lst_wr

{nam, ch1, ch2...ch32}

Example

apr_lst_wr {0, 500, 250}

Response

The list containing the channel numbers is sent to the mobile phone.

APR_LIST_WR_683

Loads a standard-format abbreviated IS-683-A preferred roaming
list.

Syntax apr_list_wr_683

{nam, [cell], [pcs], channel_1, [channel_2,

channel_3

,...] [AMPS_A | AMPS_B]}

The “cell” argument specifies cellular channels; “pcs” specifies PCS
channels. Up to 32 channels can be specified per NAM.

Example

apr_list_wr_683 {0, cell, 777, pcs, 500, AMPS_B}

AXESSTEL Proprietary

76

Advertising