Advertisement
Guest User

Untitled

a guest
Apr 22nd, 2016
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.53 KB | None | 0 0
  1. #Core Kannel Configuration Section
  2. group = core
  3. admin-port = 13000
  4. admin-password = kannel
  5. status-password = kannel
  6. admin-allow-ip = "*.*.*.*"
  7. wapbox-port = 13003
  8. smsbox-port = 13002
  9. log-file = "/var/log/kannel/bearerbox.log"
  10. access-log = "/var/log/kannel/bearerbox-access.log"
  11. log-level = 1
  12. unified-prefix = « 00221,+221,00′′
  13.  
  14. #Wapbox
  15. group = wapbox
  16. bearerbox-host = localhost
  17. log-file = "/var/log/kannel/wapbox.log"
  18.  
  19. #Smsbox
  20. group = smsbox
  21. bearerbox-host = localhost
  22. sendsms-port = 14000
  23. sendsms-url = "/cgi-bin/sendsms"
  24. sendsms-chars = "0123456789+-"
  25. global-sender = 14000
  26. log-level = 0
  27. log-file = "/var/log/kannel/smsbox.log"
  28. access-log = "/var/log/kannel/smsbox-access.log"
  29.  
  30. #Smsc
  31. group = smsc
  32. smsc = at
  33. smsc-id = Huawei-E1552
  34. modemtype = huawei_e1552
  35. device = /dev/ttyUSB0
  36. host = localhost
  37. sms-center = +221776380010
  38. my-number = +221777361804
  39. keepalive = 10
  40. speed = 9600
  41. sim-buffering = true
  42.  
  43. #Modems
  44. group = modems
  45. id = huawei_e1552
  46. name = "huawei E1552"
  47. detect-string = "Huawei"
  48. init-string ="AT+CNMI=2,1,2,2,0"
  49. message-storage = "ME"
  50. speed = 9600
  51.  
  52. #Sms Service Informations
  53. group = sms-service
  54. accepted-smsc = Huawei-E1552
  55. keyword = info
  56. catch-all = true
  57. get-url = http://localhost/info.php?t=%t&q=%q&a=%a
  58.  
  59. #Sms Service test
  60. group = sms-service
  61. accepted-smsc = Huawei-E1552
  62. keyword = test
  63. catch-all = true
  64. text="Configuration de kannel reussie. Bravo !!!"
  65.  
  66. #Sendsms
  67. group = sendsms-user
  68. username = kannel
  69. password = kannel
  70. forced-smsc = huawei-E1552
  71. user-allow-ip = « *.*.*.* »
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement