Advertisement
Guest User

Untitled

a guest
Dec 16th, 2013
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  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
  7. connection = at115200
  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
  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
  31. password = budi
  32. pc = localhost
  33. database = gateway
  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/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement