Advertisement
Guest User

Untitled

a guest
May 10th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 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 = '00:1D:98:AD:CD:8B'
  7. connection = blueat
  8. # Debugging
  9. #logformat = textall
  10.  
  11. # SMSD configuration, see gammu-smsdrc(5)
  12. [smsd]
  13. service = mysql
  14. logfile = /home/sangtut/Desktop/gammu.log
  15. # Increase for debugging information
  16. debuglevel = 0
  17.  
  18. # Paths where messages are stored
  19. inboxpath = /var/spool/gammu/inbox/
  20. outboxpath = /var/spool/gammu/outbox/
  21. sentsmspath = /var/spool/gammu/sent/
  22. errorsmspath = /var/spool/gammu/error/
  23.  
  24. user=root
  25. password=123456
  26. pc=localhost
  27. db=sms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement