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

手机WAP编程

开发平台:

WINDOWS

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