# This is a sample smsdrc file. It's required for --smsd option in Gammu # This section is like section "gammu" in "gammurc" file. See info there # for more details. If it's not used here, values are read from gammurc #[gammu] #port = /dev/ttyS1 #model = 6110 #connection = dlr3 #synchronizetime = yes #logfile = gammulog #logformat = textall #use_locking = yes #gammuloc = gammu.us #startinfo = yes # When uncomment this section and insert numbers here, smsd will process # incoming sms only from numbers written here (incoming sms from all other # numbers will be deleted) #[include_numbers] #number1 = 1234 # When uncomment this section and insert numbers here, smsd will process # incoming sms from all numbers not written here (incoming sms from numbers # written here will be deleted). This is "black" list. # Note: after using "include_numbers" section this one will be ignored #[exclude_numbers] #number1 = 1234 # This section contains general settings # PIN - PIN for SIM card # logfile - logfile for info about smsd actions # CommTimeout - (time in seconds) after each read/write loop smsd waits so # many seconds to make it again. Default: 1 # SendTimeout - shows how many seconds smsd should wait for network answer # during sending sms. If nothing happen during this time, # sms will be resent. Default: 10 # receivefrequency - the number of seconds between testing for received SMSes, when the phone # is busy sending SMSes. Normally a test for received SMSes is done every commtimeout # seconds and after each sent SMS. Default: 0 (not used) # resetfrequency - the number of seconds between performing a preventive soft reset in order # to minimize the cases of hanging phones e.g. Nokia 5110 will sometimes # freeze to a state when only after unmounting the battery the phone will be functional again. # Default: 0 (not used) # deliveryreport - should delivery reports be used no/log/sms. # log: one line log entry, # sms: store in inbox as a received SMS # Default: no # phoneid - string with info about phone used for sending/receiving [smsd] PIN = 1234 logfile = smsdlog commtimeout = 1 sendtimeout = 10 #receivefrequency = 0 #resetfrequency = 0 #deliveryreport = no #phoneid = MyPhone1 # ------------------------- SETTINGS FOR --smsd MYSQL --------------------------- user = root password = pc = localhost database = sms # when you send sms from some SMSC, you can have Delivery/Failed Delivery # Reports from other SMSC number. You can set here number of this "buggy" # SMSC used by you and Gammu will not check it's number during assigning # reports to sent sms #skipsmscnumber = +48602123456 # ------------------------------------------------------------------------------- # ------------------------- SETTINGS FOR --smsd FILES --------------------------- # The following paths must be written with trailing '/' or '\' depending on OS. # inboxpath - where the received SMSes are stored, default current directory # outboxpath - where SMSes to be sent should be placed, default current # directory # sentsmspath - where the transmitted SMSes are placed, default outboxpath # (= deleted) # errorsmspath - where SMSes with error in transmission is placed, default # sentsmspath # inboxformat - the format in which the SMS will be stored: 'detail', 'unicode', 'standard'. # The 'detail' format is the format used for backup. See below. # 'standard' is in the standard character set. # Default: unicode. # transmitformat - the format for transmitting the SMS: 'auto', 'unicode', '7bit'. Default: auto #inboxpath = /var/spool/sms/inbox/ #outboxpath = /var/spool/sms/outbox/ #sentsmspath = /var/spool/sms/sent/ #errorsmspath = /var/spool/sms/error/ #inboxformat = unicode #transmitformat = auto # ------------------------------------------------------------------------------- # ------------------------- INFO ABOUT --smsd FILES --------------------------- # # Receiving # ----------------------------------------------------------------------------- # The filename will be # # IN_