]> git.pld-linux.org Git - packages/kannel.git/blob - kannel.conf
- adapterized
[packages/kannel.git] / kannel.conf
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
17 # For any modifications to this file, see Kannel User Guide 
18 # If that does not help, send email to users@kannel.org
19 #
20 #   Kalle Marjola May 2000
21 #
22
23 group = core
24 admin-port = 13000
25 wapbox-port = 13002
26 admin-password = bar
27 #status-password = foo
28 #admin-deny-ip = ""
29 #admin-allow-ip = ""
30 wdp-interface-name = "*"
31 log-file = "/tmp/bearerbox.log"
32 log-level = 3
33 box-deny-ip = "*.*.*.*"
34 box-allow-ip = "127.0.0.1"
35 #access-log = "access.log"
36 #store-file = "kannel.store"
37 #http-proxy-host = "127.0.0.1"
38 #http-proxy-port = "8080"
39
40 group = wapbox
41 bearerbox-host = localhost
42 log-file = "/tmp/wapbox.log"
43 log-level = 3
44 syslog-level = none
45
This page took 0.080215 seconds and 3 git commands to generate.