Hi all users,

I'm a newbie at using kannel and I'm trying to configure it as a PPG. My configuration file follows:

# BEARERBOX
group = core
admin-port = 13000
admin-password = bar
admin-deny-ip = "*.*.*.*"
admin-allow-ip = ""
wapbox-port = 13002
smsbox-port = 13001
wdp-interface-name = "*"
log-file = "/var/log/kannel/bearerbox.log"
box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1;10.100.130.88"

# WAPBOX
group = wapbox
bearerbox-host = localhost
log-file = "/var/log/kannel/wapbox.log"

# PPG
group = ppg
ppg-url = /wappush
ppg-port = 8080
concurrent-pushes = 100
users = 1024
ppg-allow-ip = "10.100.130.88"
trusted-pi = false

# PPG USER
group = wap-push-user
wap-push-user = picom
ppg-username = foo
ppg-password = bar
allow-ip = "10.100.130.88"

# SMSC CONNECTIONS
group = smsc
smsc = http
system-type = kannel
smsc-username = nork
smsc-password = z0rK
port = 13015
no-sender = true
no-coding = true
send-url = "http://localhost:20022";

# SMSBOX
group = smsbox
bearerbox-host = localhost
#sendsms-port = 13013
log-file = "/var/log/kannel/smsbox.log"

Is it ok to use the value "http://localhost:20022"; for the send-url variable (in the smsc connections) as given in the user guide?

Can anybiody share their configuration files so that I can have a better idea whether I'm configuring kannel the right way?

Thanks a lot!

Fabian

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/


Reply via email to