sms gateway - need help in Gammu smsd file configuration -


what have edited in smsdrc file:

[smsd] # smsd service use, 1 of files, mysql, pgsql, dbi service = mysql user = root password =  pc = localhost driver = native_mysql 

but nothing happen save mysql database, using windows 7 wamp server.

which part of configuration wrong?

here config file , works:

4 [gammu] 5 # please configure this! 6 port = /dev/ttyusb1 7 connection = @ 8 # debugging 9 #logformat = textall 10 11 # smsd configuration, see gammu-smsdrc(5) 12 [smsd] 13 service = sql 14 driver = native_mysql 15 logfile =  16 pin = 1111 17 user = root 18 password = password 19 pc = localhost 20 database = smsd 21 inboxformat = standard 

the @ connection used if don't have nokia-phone.


Comments