# --------------------------------------------------------------------
# Sample SMS resource file for AMPI
# --------------------------------------------------------------------

{
	SMS_comms_params = "7E1"	# 7 Data, Even Parity, 1 Stop Bit
	SMS_baud         = 300

	# ------------------------------------------------------------
	# AMPI tries to be clever by supporting a propriatory text 
	# entry system with TAP tacked on. The TAP doesn't seem to match 
	# the spec, no ACK response, just a delivery ACK
	# ------------------------------------------------------------

	SMS_max_deliver    = 1
	SMS_tap_response   = "FALSE"
	SMS_tap_disconnect = "FALSE"

	# ------------------------------------------------------------
	# The SMSCnumber MUST be defined.
	# This is the number of your local message center.
	# ------------------------------------------------------------

	SMS_centre_number = "4600308"	# US Alabama number
}

# --------------------------------------------------------------------
