other_smskannel.conf
上传用户:gzpyjq
上传日期:2013-01-31
资源大小:1852k
文件大小:2k
源码类别:

手机WAP编程

开发平台:

WINDOWS

  1. #
  2. # THIS IS A SAMPLE CONFIGURATION FOR SMS KANNEL
  3. #
  4. # This second/other SMS Kannel configuration is meant to be used
  5. # together with original gw/smskannel.conf, to test out Kannel as 
  6. # HTTP SMSC. 
  7. #
  8. # The entire system is run like this
  9. #
  10. #  1% gw/bearerbox gw/smskannel.conf
  11. #  2% gw/smsbox gw/smskannel.conf
  12. #  1% gw/bearerbox gw/other_smskannel.conf
  13. #  2% gw/smsbox gw/other_smskannel.conf
  14. #  3% test/fakesmsc -p 10000 -H localhost -i 1 -m 100 "100 300 text relay nop"
  15. #
  16. # ..all 3 commands in separate shells (or screen sessions)
  17. #
  18. # For any modifications to this file, see Kannel User Guide 
  19. # If that does not help, send email to users@kannel.org
  20. #
  21. #   Kalle Marjola Mar 2001
  22. #
  23. group = core
  24. admin-port = 15000
  25. smsbox-port = 15001
  26. admin-password = bar
  27. #status-password = foo
  28. #admin-deny-ip = ""
  29. #admin-allow-ip = ""
  30. #log-file = "/tmp/kannel2.log"
  31. #log-level = 0
  32. box-deny-ip = "*.*.*.*"
  33. box-allow-ip = "127.0.0.1"
  34. unified-prefix = "00358,0"
  35. #access-log = "access2.log"
  36. #store-file = "kannel2.store"
  37. # SMSC CONNECTIONS
  38. group = smsc
  39. smsc = http
  40. system-type = kannel
  41. port = 15130
  42. #connect-allow-ip = "127.0.0.1"
  43. smsc-username = kannel
  44. smsc-password = rL4y
  45. send-url = "http://localhost:13013"
  46. # SMSBOX SETUP
  47. group = smsbox
  48. bearerbox-host = localhost
  49. sendsms-port = 15015
  50. global-sender = 3000
  51. #sendsms-chars = "0123456789 +-"
  52. #log-file = "/tmp/smsbox2.log"
  53. #log-level = 0
  54. #access-log = "access2.log"
  55. # SEND-SMS USERS
  56. group = sendsms-user
  57. username = tester
  58. password = foobar
  59. #user-deny-ip = ""
  60. #user-allow-ip = ""
  61. # SERVICES
  62. group = sms-service
  63. keyword = nop
  64. text = "You asked nothing and I did it!"
  65. # there should be default always
  66. group = sms-service
  67. keyword = default
  68. text = "No service specified"