Last active
December 2, 2018 22:02
-
-
Save JuniYadi/302fe2f81ef4323a0de364e7e30c26d5 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
$ 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