View difference between Paste ID: MCwr0zyd and bcW9L42r
SHOW: | | - or go back to the newest paste.
1
# Configuration file for Gammu SMS Daemon
2
3
# Gammu library configuration, see gammurc(5)
4
[gammu]
5
# Please configure this!
6-
port = /dev/ttyUSB0
6+
port = /dev/ttyUSB0 *samakan dengan port yang di file .gammurc
7-
connection = at115200
7+
connection = at115200 *samakan dengan connection yang di file .gammurc
8
model= auto
9
;synchronizetime = yes
10
;use_locking = yes
11
;gammuloc=locfile
12
;startinfo = yes
13
;gammucoding = utf8
14
;usephonedb = yes
15
# Debugging
16
logformat = textall
17
18
# SMSD configuration, see gammu-smsdrc(5)
19
[smsd]
20-
service = SQL
20+
service = SQL *sesuaikan dengan jenis webserver anda, 
21
driver = native_mysql
22
logfile = syslog
23
host = localhost
24
PIN = 1234
25
# Increase for debugging information
26
debuglevel = 255
27
commtimeout = 15
28
sendtimeout = 15
29
checksecurity = 0
30-
user = root
30+
user = root *sesuaikan dengan user anda
31-
password = budi
31+
password = budi *sesuaikan dengan password anda
32-
pc = localhost
32+
pc = localhost *sesuaikan dengan server anda
33-
database = gateway
33+
database = gateway *sesuaikan dengan nama database anda
34
35
# Paths where messages are stored
36
inboxpath = /var/spool/gammu/inbox/
37
outboxpath = /var/spool/gammu/outbox/
38
sentsmspath = /var/spool/gammu/sent/
39
errorsmspath = /var/spool/gammu/error/