your configuration is incorrect, as using smsc = at you do not need to set host and port.
the error in question means that Kannel failed to select() on some file descriptor. this generally should not happen, and while I'm no expert on cygwin, I think it may indicate a problem with your cygwin setup.
 
--
Oded Arbel
m-Wise Inc.
[EMAIL PROTECTED]
 
Instructions for life:
13.  In disagreements with loved ones, deal only with the current situation.  Don't bring up the past.
 

-----Original Message-----
From: mia [mailto:[EMAIL PROTECTED]]
Sent: Thursday, April 11, 2002 10:22 AM
To: [EMAIL PROTECTED]
Subject: nokia 5110 wait_for_connection error

hi all.
 
i am running kannel (v. 1.1.x-cvs) in windows 2000. i tried using nokia 5110 as my smsc and i get a wait_for_connection error. what does this mean? what do i have to do to make it work?
 
thanks.
 
mia
 
the log file
 
2002-04-11 08:03:47 [0] INFO: Added logfile `c:\kannel\tmp\kannel.log' with level `0'.
2002-04-11 08:03:47 [0] INFO: ----------------------------------------
2002-04-11 08:03:47 [0] INFO: Kannel bearerbox II version cvs starting
2002-04-11 08:03:47 [0] INFO: Started access logfile `c:\kannel\tmp\access.log'.
2002-04-11 08:03:47 [0] DEBUG: HTTP: Opening server at port 13000.
2002-04-11 08:03:47 [0] DEBUG: Started thread 1 (gwlib/fdset.c:poller)
2002-04-11 08:03:47 [0] DEBUG: Started thread 2 (gwlib/http.c:server_thread)
2002-04-11 08:03:47 [0] DEBUG: Started thread 3 (gw/bb_http.c:httpadmin_run)
2002-04-11 08:03:47 [0] DEBUG: starting smsbox connection module
2002-04-11 08:03:47 [0] DEBUG: Started thread 4 (gw/bb_boxc.c:smsboxc_run)
2002-04-11 08:03:48 [0] DEBUG: AT: Command: AT
2002-04-11 08:03:52 [4] DEBUG: Started thread 5 (gw/bb_boxc.c:function)
2002-04-11 08:03:52 [5] INFO: Client connected from <127.0.0.1>
2002-04-11 08:03:52 [5] DEBUG: Started thread 6 (gw/bb_boxc.c:boxc_sender)
2002-04-11 08:04:19 [2] WARNING: HTTP: gwthread_poll failed.
2002-04-11 08:04:19 [4] ERROR: wait_for_connections failed
 
 
the conf file is
 
group = core
admin-port = 13000
smsbox-port = 13001
admin-password = bar
log-file = "c:\kannel\tmp\kannel.log"
log-level = 0
box-deny-ip = "*.*.*.*"
box-allow-ip = "127.0.0.1"
unified-prefix = "+63,63"
 
group = smsc
smsc-id = NOKIA
smsc = at
modemtype = nokiaphone
device = COM2
host = localhost
port = 10000
 
group = smsbox
bearerbox-host = localhost
sendsms-port = 13013
global-sender = 13013
log-file = "c:\kannel\tmp\smsbox.log"
log-level = 0

Reply via email to