updated on Thu Jan 19 20:01:47 UTC 2012
[aur-mirror.git] / kannel / kannel.conf
blob83d2eea3fc4e6d7ae6bbf5efcde2940a19536a2b
2 # THIS IS A SAMPLE CONFIGURATION FOR KANNEL
4 # For any modifications to this file, see Kannel User Guide 
5 # If that does not help, send email to users@kannel.org
8 group = core
9 admin-port = 13000
10 admin-password = admin
11 status-password = status
12 admin-deny-ip = "*.*.*.*"
13 admin-allow-ip = "127.0.0.1"
14 log-file = "/var/log/kannel/bearerbox.log"
15 log-level = 0
16 access-log = "/var/log/kannel/bearerbox-access.log"
17 smsbox-port = 13001
18 box-deny-ip = "*.*.*.*"
19 box-allow-ip = "127.0.0.1"
20 #unified-prefix = "00358,0"
21 #white-list = "http://127.0.0.1/white-list.txt"
22 #black-list = "http://127.0.0.1/black-list.txt"
23 #store-file = "/var/log/kannel/kannel.store"
24 wapbox-port = 13002
25 udp-deny-ip = "*.*.*.*"
26 udp-allow-ip = "127.0.0.1"
27 wdp-interface-name = "*"
29 include = "/etc/kannel/modems.conf"
30 include = "/etc/kannel/smsbox.conf"
31 include = "/etc/kannel/wapbox.conf"
32 include = "/etc/kannel/smsc.conf"
33 include = "/etc/kannel/sendsms-user.conf"
34 include = "/etc/kannel/sms-service.conf"