Hi all

I have a kannel test setup and can connect and communicate with the box
using an Opennwave simulator.

I now want to use a phone/modem to communicate with the box.

I tries different settings but is unable to communicate. If I look at the
bearerbox screen I sometimes see that the phone/modem is connected. But no
requests are processed. I see this if I use the bearerbox port as part of
the connection string.

Can someone please tell me what setting to use to connect to the box using a
phone/modem.

My config file is as follow:

#
# Sample configuration file for Kannel bearerbox on Debian.
# See the documentation for explanations of fields.
#

# HTTP administration is disabled by default. Make sure you set the
# password if you enable it.

group = core
admin-port = 13200
admin-port-ssl = false
admin-password = wapbx
admin-deny-ip = "*.*.*.*"
admin-allow-ip = "127.0.0.1;10.0.0.100"
wapbox-port = 13205
box-deny-ip = "205.158.62.76"
box-allow-ip = "*.*.*.*"
udp-deny-ip = "205.158.62.76"
udp-allow-ip = "*.*.*.*"
wdp-interface-name = "*"
log-file = "/var/log/kannel/bearerbox.log"
log-level = 0
access-log = "/var/log/kannel/access.log"

group = wapbox
bearerbox-host = localhost
timer-freq = 20
log-file = "/var/log/kannel/wapbox.log"
log-level = 0
syslog-level = none
access-log = "/var/log/kannel/wapaccess.log"

group = ppg
ppg-url = /wappush
concurrent-pushes = 100
users = 1024
ppg-allow-ip = "*.*.*.*"
trusted-pi = true
service-name = ppg1

group = wap-push-user
wap-push-user = wappush
ppg-username = foo
ppg-password = bar
allow-ip = "*.*.*.*"

Regards,
Steven Venter


Reply via email to