# -------------------------------------------------------------------- # Sample SMS resource file for Telecom NZ # -------------------------------------------------------------------- { SMS_comms_params = "7E1" # 7 Data, Even Parity, 1 Stop Bit SMS_baud = 2400 # ------------------------------------------------------------ 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 = "0264001283" # ------------------------------------------------------------ # Setup: 300-28800 baud 7/e/1. 2400 works best, higher speeds # had errors, no error det/corr protocol. # # Pager numbers should not include the 026 prefix. # Alpha-Numeric pagers start with a 2 and are seven digits, # eg. 2345000 # # Numeric only pagers start with a 3 and are seven digits, # eg. 3654000. As long as the message is a number string numeric # only pagers work OK! # ------------------------------------------------------------ } # --------------------------------------------------------------------