bench_sms.conf
资源名称:gateway-1.2.1 [点击查看]
上传用户:gzpyjq
上传日期:2013-01-31
资源大小:1852k
文件大小:1k
源码类别:
手机WAP编程
开发平台:
WINDOWS
- #
- # THIS IS THE CONFIGURATION FOR bench_sms.sh
- #
- group = core
- admin-port = 13000
- smsbox-port = 13001
- admin-password = bar
- admin-deny-ip = "*.*.*.*"
- admin-allow-ip = "127.0.0.1"
- log-file = "bench_sms_bb.log"
- box-deny-ip = "*.*.*.*"
- box-allow-ip = "127.0.0.1"
- group = smsc
- smsc = smpp
- smsc-id = smpp
- host = 127.0.0.1
- port = 2345
- receive-port = 2345
- smsc-username = xyzzy
- smsc-password = xyzzy
- system-type = "VMA"
- address-range = ""
- group = smsbox
- bearerbox-host = localhost
- sendsms-port = 13013
- global-sender = 123
- log-file = "bench_sms_sb.log"
- group = sms-service
- keyword = nop
- text = "You asked nothing and I did it!"
- group = sms-service
- keyword = default
- url = "http://localhost:8080/foo?arg=%a"
- group = sendsms-user
- username = tester
- password = foobar
- user-deny-ip = "*.*.*.*"
- user-allow-ip = "127.0.0.1"