Skip to content

Instantly share code, notes, and snippets.

@mtrcn
Created February 21, 2021 14:27
Embed
What would you like to do?
# 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