Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. # Gammu library configuration, see gammurc(5)
  2. [gammu]
  3. # Please configure this!
  4. port = /dev/ttyUSB0
  5. connection = at115200
  6. # Debugging
  7. #logfile = /var/log/gammu.log
  8. #logformat = errorsdate
  9. #use_locking =
  10. #gammuloc =
  11. synchronizetime = no
  12.  
  13. # SMSD configuration, see gammu-smsdrc(5)
  14. [smsd]
  15. service = pgsql
  16. LogFile = /var/log/gammu/smsd.log
  17. DebugLevel = 1
  18. DeliveryReport = log
  19. User = gammu
  20. Password = gammu2011
  21. PC = localhost
  22. Database = gammu-smsd
  23.  
  24.  
  25. # Paths where messages are stored
  26. inboxpath = /var/spool/gammu/inbox/
  27. outboxpath = /var/spool/gammu/outbox/
  28. sentsmspath = /var/spool/gammu/sent/
  29. errorsmspath = /var/spool/gammu/error/
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement