--- smsdaemon/smsdaemon.conf 2008/12/08 11:30:07 152 +++ smsdaemon/smsdaemon.conf 2008/12/09 21:44:15 168 @@ -8,12 +8,30 @@ # * debug transceiver = smstools -# Option serialport -# Only used by internal transceiver, specifies which serial port -# the modem is attached to -serialport = /dev/ttyUSB0 #Which user / group should the daemon run as # user = smsd group = smsd + + + +#config section for internal gsm modem transceiver +[gsmmodem] + +# Option serialport +# Specifies which serial port the modem is attached to +serialport = /dev/ttyUSB0 + + + +#this is the config section if the smstools transceiver is chosen +[smstools] + +# Option inboxdir +# where should the files be read from +inboxdir = /var/spool/sms/inbox + +# Option outgoingdir +# where should the outgoing messages be written +outgoingdir = /var/spool/sms/outgoing