hello list,

i'm using kannel 1.2 on suse 8.0.

when i'm sending a test-sms i got:
2002-10-04 16:21:29 [0] INFO: Connected to bearerbox at xxxxxxx port 13001.
2002-10-04 16:21:52 [4] INFO: Starting to service <hello world> from 
<+49170715xxxx> to <+49172518xxxx>

in my other console bearerbox is running. but when i'm sending a test-sms the 
bearerbox tells this:
2002-10-04 16:21:29 [8] INFO: Client connected from <xxxxxxxxx>
2002-10-04 16:23:00 [1] ERROR: Error reading from fd 31:
2002-10-04 16:23:00 [1] ERROR: System error 104: Connection reset by peer
2002-10-04 16:24:00 [1] ERROR: Error reading from fd 37:
2002-10-04 16:24:00 [1] ERROR: System error 104: Connection reset by peer
2002-10-04 16:29:16 [1] ERROR: Error reading from fd 31:
2002-10-04 16:29:16 [1] ERROR: System error 104: Connection reset by peer

what's the meaning of fd31, fd37 and error104

by the way: although these errors my status window shows me that the sms was 
received and sent by the httpsmsc.
please find my kannel.conf attached

can someone please telling where i went wrong
,
nils


----------
kannel.conf
---------

#
### Start - Setup Bearerbox
#
group = core
admin-port = 13000
admin-password = xxxxxxxxxx
admin-deny-ip = "*.*.*.*"
admin-allow-ip = "xxxxxxxxx"
smsbox-port = 13001
box-deny-ip = "*.*.*.*"
box-allow-ip = "xxxxxxx"
access-log = "/var/log/kannel/kannel.access"
log-file = "/var/log/kannel/bearerbox.log"
log-level = 0
#
### End - Setup Bearerbox
#

#
### Start - Setup SMSbox
#
group = smsbox
bearerbox-host = xxxxxxx
sendsms-port = 14000
sendsms-chars = "+- 123456789"
access-log = "/var/log/kannel/smsbox.log"
log-level = 0
#
### End - Setup SMSbox
#

#
### Start - Setup SMScenter
#
group = smsc
smsc = http
smsc-id = smsrelay
system-type = kannel
smsc-username = "xxxxxx"
smsc-password = "xxxxxx"
send-url = "http://blue.smsrelay.com/cgi-bin/sendsms";
connect-allow-ip = "xxxxxxxxx"
port = 5000
#
### End - Setup SMScenter
#

#
### Start - Setup SendSMSuser
#
group = sendsms-user
username = "xxxxxxx"
password = "xxxxxxx"
max-messages = 2
#
### End - Setup SendSMSuser
#

#
### Start - Setup SMSservice
#
group = sms-service
keyword = default
text = "No action specified"
#
### End - Setup SMSservice
#

Reply via email to