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

手机WAP编程

开发平台:

WINDOWS

  1. #
  2. # THIS IS A SAMPLE CONFIGURATION FOR WAP KANNEL
  3. #
  4. # It is run like this:
  5. #
  6. #  1% gw/bearerbox gw/wapkannel.conf
  7. #  2% gw/wapbox gw/wapkannel.conf
  8. #
  9. # ..as both commands in separate shells (or screen sessions)
  10. #
  11. # After that you can use your 7110 to test this out. Or use
  12. # fakewap from test directory, or some SDK.
  13. #
  14. # For any guidelines to set up your SDK or 7110, see Kannel FAQ
  15. # on Kannel WWW pages at http://www.kannel.org/
  16. # For any modifications to this file, see Kannel User Guide 
  17. # If that does not help, send email to users@kannel.org
  18. #
  19. #   Kalle Marjola May 2000
  20. #
  21. group = core
  22. admin-port = 13000
  23. wapbox-port = 13002
  24. admin-password = bar
  25. #status-password = foo
  26. #admin-deny-ip = ""
  27. #admin-allow-ip = ""
  28. wdp-interface-name = "*"
  29. log-file = "/tmp/bearerbox.log"
  30. log-level = 1
  31. box-deny-ip = "*.*.*.*"
  32. box-allow-ip = "127.0.0.1"
  33. #access-log = "access.log"
  34. #store-file = "kannel.store"
  35. group = wapbox
  36. bearerbox-host = localhost
  37. log-file = "/tmp/wapbox.log"
  38. log-level = 0
  39. syslog-level = none
  40. access-log = "/tmp/wapaccess.log"