Advertisement
Guest User

Untitled

a guest
Oct 10th, 2016
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.79 KB | None | 0 0
  1. sudo apt-get install gammu gammu-smsd
  2.  
  3. [gammu]
  4.  
  5. port = /dev/ttyUSB2
  6. model =
  7. connection = at19200
  8. synchronizetime = yes
  9. logfile =
  10. logformat = textall
  11. use_locking =
  12. gammuloc =
  13.  
  14. # Configuration file for Gammu SMS Daemon
  15. [gammu]
  16. # Please configure this!
  17. port = /dev/ttyUSB2
  18. connection = at19200
  19. # Debugging
  20. logformat = textall
  21.  
  22. # SMSD configuration, see gammu-smsdrc(5)
  23. [smsd]
  24. service = sql
  25. driver = native_mysql
  26. logfile = /var/log/smsdlog
  27. # Increase for debugging information
  28. debuglevel = 0
  29.  
  30. user = root
  31. password = root
  32. pc = localhost
  33. database = kalkun
  34. #runonreceive = /opt/lampp/htdocs/kalkun_0.7.1/scripts/daemon.php
  35.  
  36. # Paths where messages are stored
  37. inboxpath = /var/spool/gammu/inbox/
  38. outboxpath = /var/spool/gammu/outbox/
  39. sentsmspath = /var/spool/gammu/sent/
  40. errorsmspath = /var/spool/gammu/error/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement