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

手机WAP编程

开发平台:

WINDOWS

  1. #
  2. # THIS IS THE CONFIGURATION FOR bench_sms.sh
  3. #
  4. group = core
  5. admin-port = 13000
  6. smsbox-port = 13001
  7. admin-password = bar
  8. admin-deny-ip = "*.*.*.*"
  9. admin-allow-ip = "127.0.0.1"
  10. log-file = "bench_sms_bb.log"
  11. box-deny-ip = "*.*.*.*"
  12. box-allow-ip = "127.0.0.1"
  13. group = smsc
  14. smsc = smpp
  15. smsc-id = smpp
  16. host = 127.0.0.1
  17. port = 2345
  18. receive-port = 2345
  19. smsc-username = xyzzy
  20. smsc-password = xyzzy
  21. system-type = "VMA"
  22. address-range = ""
  23. group = smsbox
  24. bearerbox-host = localhost
  25. sendsms-port = 13013
  26. global-sender = 123
  27. log-file = "bench_sms_sb.log"
  28. group = sms-service
  29. keyword = nop
  30. text = "You asked nothing and I did it!"
  31. group = sms-service
  32. keyword = default
  33. url = "http://localhost:8080/foo?arg=%a"
  34. group = sendsms-user
  35. username = tester
  36. password = foobar
  37. user-deny-ip = "*.*.*.*"
  38. user-allow-ip = "127.0.0.1"