Skip to content

Instantly share code, notes, and snippets.

@mtrcn
Created February 21, 2021 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mtrcn/045d7eeef1e38c092939d5ee87f96fb0 to your computer and use it in GitHub Desktop.
Save mtrcn/045d7eeef1e38c092939d5ee87f96fb0 to your computer and use it in GitHub Desktop.
# 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