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

AXESSTEL Software User's Guide
Contents
print "Programming Analog Preferred Server"
nv_write analog_pref_serv {0, "b only"}
nv_write analog_pref_serv {1, "b only"}
nv_write analog_pref_serv {2, "b only"}
nv_write analog_pref_serv {3, "b only"}
; CDMA SIDs to lock out
Sample Script Files
print "Programming CDMA SID Lock List"
nv_write cdma_sid_lock {0, 0, 0, 0, 0, 0, 0}
nv_write cdma_sid_lock {1, 0, 0, 0, 0, 0, 0}
nv_write cdma_sid_lock {2, 0, 0, 0, 0, 0, 0}
nv_write cdma_sid_lock {3, 0, 0, 0, 0, 0, 0}
; Analog SIDs to lock out
print "Programming Analog SID Lock List"
nv_write analog_sid_lock {0, 0, 0, 0, 0, 0, 0}
nv_write analog_sid_lock {1, 0, 0, 0, 0, 0, 0}
nv_write analog_sid_lock {2, 0, 0, 0, 0, 0, 0}
nv_write analog_sid_lock {3, 0, 0, 0, 0, 0, 0}
; Analog first paging channel
print "Programming Analog First Paging Channel"
nv_write analog_firstchp {0, 334} ; Set for the preferred carrier
nv_write analog_firstchp {1, 334}
nv_write analog_firstchp {2, 334}
nv_write analog_firstchp {3, 334}
; Analog home SID
print "Programming Analog Home SID"
nv_write analog_home_sid {0, 4} ; Set to the preferred carrier SID
nv_write analog_home_sid {1, 0}
nv_write analog_home_sid {2, 0}
nv_write analog_home_sid {3, 0}
; Analog registration setting
print "Programming Analog Registration setting"
nv_write analog_reg {0, "whereabouts known"}
nv_write analog_reg {1, "whereabouts known"}
nv_write analog_reg {2, "whereabouts known"}
nv_write analog_reg {3, "whereabouts known"}
AXESSTEL Proprietary
119