hi everybody, i just about the kannel project and i was really glad that
there is a free wap gateway available.

i was searching for such an alternative since i had to cause of my o-level 
exam. i'm working on a large porject cotaining the possibility of wap 
services.

i downloaded kannel, installed it correctly and try to set it up. everything 
was going well but as i tried to open a wap connection using my ericsson t65, 
for the first time, the only reply was a request failure.

the arch of my webserver is simple:

its a apache web server (about 1.3) i'm sure about
php 4.03
suse linux 8.0

i don't know how to handle this
please help

attachments (1) kannel configuration file

group = core
admin-port = 13000
wapbox-port = 13002
smsbox-port = 13001
admin-password = linux
wdp-interface-name = "*"
log-file = "/var/log/bearerbox.log"
log-level = 1
box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1"

group = wapbox
bearerbox-host = localhost
log-file = "/var/log/wapbox.log"
log-level = 0
syslog-level = none
map-url = "http://icesenor/* httop://localhost/*"

group = smsc
smsc = at2
modemtype = wavecom
device = /dev/ttyS0
speed = 19200

group = modems
id = wavecom
no-pin = true

group = smsbox
bearerbox-host = localhost
sendsms-port = 13131
sendsms-chars = "0123456789 "
global-sender = 123456
access-log = "kannel.access"
log-file = "smsbox.log"
log-level = 0

group = sms-service
keyword = default
get-url = "http://localhost/%S";
post-url = "http://localhost/%S";

Reply via email to