# Sample configuration file for 'samsem' 4.x # Configuration contains "keyword = value" pairs. # Keywords are case insensitive. # Empty lines and lines beginning with # are ignored. ############################################################ # Hardware configuration ############################################################ # Type of your GSM device. # Possible values are: # auto, # siemensm1, siemensm20, siemensa1, # falcoma1, falcoma2, falcoma2d, # nokiaphonecard, nokiadatacard, nokia6210, # ericssont10s, ericssont18s, ericssontgm12, # bosch909, # telitalgm360 # See samsem.pl for details and the actual list. # Default is auto. #Device = siemensm20 # Serial line where the GSM modul is connected. # Use the callout device (e.g. /dev/cua1) instead of # callin (/dev/ttyS1) if you have any choice. # Absolute path is required. # #Port = /dev/modem #Port = /dev/ircomm0 # Line speed. # Default is 9600. # Top speed allowed by POSIX is 38400. # Higher speeds are allowed if your 'stty' utility supports them. # Note: Many devices have no autobaud feature. In this case # set DTE speed manually with AT+IPR command, then save the # configuration with AT&W. # #Speed = 38400 ############################################################ # Locking. Consult your UUCP/cu/tip/getty manuals before configuring # these values. ############################################################ # Directory of device locks. No locking applied at all if omitted. # Absolute path is required. #Lockdir = /var/spool/lock #Lockdir = /var/uucp/locks #Lockdir = /var/locks #Lockdir = /usr/spool/uucp #Lockdir = /usr/spool/locks #Lockdir = /etc/locks # Lock file name. Program uses LCK..`basename <Device>` if omitted #Lockfile = LCK..cua0 # Locking style. (Content of lock file.) Default=HDB # V2: PID in 4 byte binary form. (Host dependent order) #Lockstyle = V2 # HDB: PID in 10 character ASCII (space padded) form. #Lockstyle = HDB ############################################################ # GSM related part. ############################################################ # Number of the SMS Center. # Ask your network operator for the right number. # It must be in international format. # #Message_Center = +36 30 9-888-000 #Message_Center = +36 20 930-0099 # Personal Identification Number (optional) # #PIN = 9999 # Optional time interval while SMS center should store your message if # undeliverable. It must contain a (real) number and a suffix. Suffix # is one of m, h, d or w. (Minutes, hours, days, weeks respectively.) # Possible range of Validity Period is 5m-63w. # (Your SMS Center is probably limits VP to much lower than the maximum, # e.g. 15d.) # This settings may be overridden by command line option. # If you don't give VP at all, SMSC uses its own default. # #Valid = 3d ############################################################ # Other ############################################################ # Name of optional phonebook file. # Absolute path is required. #Phonebook = /usr/local/etc/samsem_phonebook