Advertisement
Guest User

Untitled

a guest
Sep 25th, 2017
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. Gammurc:
  2.  
  3. [gammu]
  4.  
  5. ; isikan nomor port di bawah ini
  6. port = com7:
  7.  
  8. ; isikan jenis connection di bawah ini
  9. connection = at115200
  10.  
  11. smsdrc:
  12.  
  13. [gammu]
  14. # isikan no port di bawah ini
  15. port = com7:
  16. # isikan jenis connection di bawah ini
  17. connection = at115200
  18.  
  19. [smsd]
  20. service = mysql
  21. logfile = smsdlog
  22. debuglevel = 0
  23. phoneid = MyPhone1
  24. commtimeout = 10
  25. sendtimeout = 10
  26. deliveryreport = no
  27. PIN = 1234
  28.  
  29. # -----------------------------
  30. # Konfigurasi koneksi ke MySQL
  31. # -----------------------------
  32. pc = localhost
  33.  
  34. # isikan user untuk akses ke MySQL
  35. user = dekky
  36. # isikan password user untuk akses ke MySQL
  37. password = 123456
  38. # isikan nama database untuk Gammu
  39. database = smsgateway
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement