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

手机WAP编程

开发平台:

WINDOWS

  1. #
  2. # THIS IS A SAMPLE CONFIGURATION FOR SMS KANNEL
  3. #
  4. # It is run like this:
  5. #
  6. #  1% gw/bearerbox gw/smskannel.conf
  7. #  2% gw/smsbox gw/smskannel.conf
  8. #  3% test/fakesmsc -p 10000 -H localhost -i 1 -m 100 "123 345 text nop"
  9. #
  10. # ..all 3 commands in separate shells (or screen sessions)
  11. #
  12. # For any modifications to this file, see Kannel User Guide 
  13. # If that does not help, send email to users@kannel.org
  14. #
  15. #   Kalle Marjola May 2000
  16. #   Changed for new fakesmsc version by Uoti Urpala Jan 2001
  17. #   Added service and sendsms for HTTP SMSC by Kalle Marjola Mar 2001
  18. #
  19. group = core
  20. admin-port = 13000
  21. smsbox-port = 13001
  22. admin-password = bar
  23. #status-password = foo
  24. #admin-deny-ip = ""
  25. #admin-allow-ip = ""
  26. #log-file = "/tmp/kannel.log"
  27. #log-level = 0
  28. box-deny-ip = "*.*.*.*"
  29. box-allow-ip = "127.0.0.1"
  30. unified-prefix = "00358,0"
  31. #access-log = "access.log"
  32. #store-file = "kannel.store"
  33. #ssl-certkey-file = "mycertandprivkeyfile.pem"
  34. # SMSC CONNECTIONS
  35. group = smsc
  36. smsc = fake
  37. smsc-id = FAKE
  38. port = 10000
  39. connect-allow-ip = 127.0.0.1
  40. # SMSBOX SETUP
  41. group = smsbox
  42. bearerbox-host = localhost
  43. sendsms-port = 13013
  44. global-sender = 13013
  45. #sendsms-chars = "0123456789 +-"
  46. #log-file = "/tmp/smsbox.log"
  47. #log-level = 0
  48. #access-log = "access.log"
  49. # SEND-SMS USERS
  50. group = sendsms-user
  51. username = tester
  52. password = foobar
  53. #user-deny-ip = ""
  54. #user-allow-ip = ""
  55. # this sender is for Kannel relay testing (http_smsc)
  56. group = sendsms-user
  57. username = kannel
  58. password = rL4y
  59. user-deny-ip = "*.*.*.*"
  60. user-allow-ip = "127.0.0.1"
  61. # SERVICES
  62. group = sms-service
  63. keyword = nop
  64. text = "You asked nothing and I did it!"
  65. # this service is for Kannel relay testing, when this Kannel
  66. # works as relay gateway
  67. group = sms-service
  68. keyword = relay
  69. get-url = "http://localhost:15130/sms?user=kannel&pass=rL4y&from=%p&to=%P&text=%r"
  70. max-messages = 0
  71. # there should be default always
  72. group = sms-service
  73. keyword = default
  74. text = "No service specified"