This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Configuration file for Gammu SMS Daemon | |
# Gammu library configuration, see gammurc(5) | |
[gammu] | |
# Please configure this! | |
port = /dev/ttyS0 | |
connection = at115200 | |
# Debugging | |
#logformat = textall | |
# SMSD configuration, see gammu-smsdrc(5) | |
[smsd] | |
RunOnReceive = /home/pi/forward-telegram.py | |
service = files | |
logfile = syslog | |
# Increase for debugging information | |
debuglevel = 2 | |
# Paths where messages are stored | |
inboxpath = /var/spool/gammu/inbox/ | |
outboxpath = /var/spool/gammu/outbox/ | |
sentsmspath = /var/spool/gammu/sent/ | |
errorsmspath = /var/spool/gammu/error/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment