Hi all!

when i start bearerbox with httpsmsc i got: 

2002-09-20 12:33:57 [0] INFO: httpsmsc 'HTTP:kannel' initiated and ready

beaerbox and smsbox connect together. but when i try to send
a sms via control.html i just got:

2002-09-20 12:40:34 [4] WARNING: No translation found for <hello world> from 
<nils> to <0172????????>
2002-09-20 12:40:34 [4] ERROR: request failed

in my status doc kannel says:

SMSC connections:
    fachhochschule    HTTP:kannel (online 442s, rcvd 1, sent 0, failed 1, 
queued 0 msgs)

last friday all works fine and since then i search the error.

here my kannel.conf:

-----
#
# Dies ist das geändert Konfigurationsfile kannel.conf
# See the documentation for explanations of fields.
#
# HTTP administration is disabled by default. Make sure you set the
# password if you enable it.

#
### Start - Setup bearerbox
#
group = core
admin-port = 13000
admin-password = xxxx
admin-deny-ip = ""
admin-allow-ip = "xxx.25.21.xx; xxx.25.21.xx"
smsbox-port = 13001
log-file = "/var/log/kannel/bearerbox.log"
access-log = "/var/log/kannel/bearerbox.access.log"
log-level = 0
box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1; xxx.25.21.xx; xxx.25.21.xx; xxx.25.21.xxx"
#
### End - Setup bearerbox
#

#
### Start - Setup smsbox
#
group = smsbox
bearerbox-host = xxx.25.21.xx
sendsms-port = 14000
sendsms-chars = "+-/ 0123456789"
log-file = "/var/log/kannel/smsbox.log"
access-log = "/var/log/kannel/smsbox.access.log"
log-level = 0
#
### End - Setup smsbox
#

#
### Start - Setup SMSC
#
group = smsc
smsc = http
smsc-id = fachhochschule
system-type = kannel
smsc-username = nils
smsc-password = pinguin
send-url = "http://www.xxxxxxxx.de/xxxxxx/xxxxxx/cgi-bin/sendsms";
connect-allow-ip = "*.*.*.*"
port = 15000
#
### End - Setup SMSC
#

#
### Start - Setup Users
#
group = sendsms-user
username = xxxx
password = xxxxxxxx
#
### End - Setup Users
#

Thanks for every advice!
Nils

Reply via email to