Skip to content

Instantly share code, notes, and snippets.

@JuniYadi
Last active December 2, 2018 22:02
Show Gist options
  • Save JuniYadi/302fe2f81ef4323a0de364e7e30c26d5 to your computer and use it in GitHub Desktop.
Save JuniYadi/302fe2f81ef4323a0de364e7e30c26d5 to your computer and use it in GitHub Desktop.
$ sudo nano /etc/gammu-smsdrc
# Configuration file for Gammu SMS Daemon
# Gammu library configuration, see gammurc(5)
[gammu]
# Please configure this!
device = /dev/ttyUSB0
connection = at19200
# SMSD configuration, see gammu-smsdrc(5)
[smsd]
PIN = 1234
service = sql
driver = native_mysql
host = localhost
database = sms_gateway
user = xxxxx
password = xxxxx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment