You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#
|
|
# Description: Main configuration file for the smsd
|
|
#
|
|
|
|
devices = GSM1
|
|
incoming = /var/spool/sms/incoming
|
|
outgoing = /var/spool/sms/outgoing
|
|
checked = /var/spool/sms/checked
|
|
failed = /var/spool/sms/failed
|
|
sent = /var/spool/sms/sent
|
|
receive_before_send = no
|
|
autosplit = 3
|
|
|
|
[GSM1]
|
|
init = AT+CPMS="ME","ME","ME"
|
|
device = /dev/ttyUSB0
|
|
incoming = yes
|
|
pin = 0000
|
|
baudrate = 9600
|
|
|