the basic setup is consists of the kannel 1.2.1 cygwin packages running on windows 2000 ( don't ask) with a t-mobile branded merlin g100 card. i can verify that the g100 card is working properly because i can connect to it with the gprs modem manager from novatel.
based on the an email in the users list [1], i've added some additional lines [2] to a stock smskannel.conf. when i try to start the bearerbox with the appropriate command [3], i get a load of output [4] that seems to clearly indicate that the modem is unreacheable. it seems that people have had success with the g100 [5], so i'm pretty sure whatever i'm doing wrong is probably frighteningly obvious.
[1] http://www.mail-archive.com/[EMAIL PROTECTED]/msg01436.html [2] group = smsc smsc = at2 smsc-id = VSMSC modemtype = novatel device = /dev/com1 speed = 115200
group = modems id = novatel detect-string = "Novatel" init-string = "AT+CNMI=1,0,0,0,0" no-pin=true
[3] ./bearerbox.exe -v 0 ../etc/smskannel.conf
[4] $ ./bearerbox.exe -v 0 ../etc/smskannel.conf
2004-04-13 08:22:26 [0] INFO: Debug_lvl = 0, log_file = <none>, log_lvl = 0
2004-04-13 08:22:26 [0] WARNING: DLR: using default 'internal' for storage type.
2004-04-13 08:22:26 [0] DEBUG: Kannel bearerbox version `1.2.1'.
System CYGWIN_NT-5.0, release 1.5.9(0.112/4/2), version 2004-03-18 23:05, machin
e i686.
Libxml version 20423.
Using OpenSSL 0.9.6h 5 Dec 2002.
Using native malloc.
2004-04-13 08:22:26 [0] DEBUG: HTTP: Opening server at port 13000.
2004-04-13 08:22:26 [0] DEBUG: Started thread 1 (gwlib/fdset.c:poller)
2004-04-13 08:22:26 [0] DEBUG: Started thread 2 (gwlib/http.c:server_thread)
2004-04-13 08:22:26 [0] DEBUG: Started thread 3 (gw/bb_http.c:httpadmin_run)
2004-04-13 08:22:26 [0] DEBUG: starting smsbox connection module
2004-04-13 08:22:26 [0] DEBUG: Started thread 4 (gw/bb_boxc.c:smsboxc_run)
2004-04-13 08:22:26 [0] INFO: AT2[VSMSC]: configuration shows modemtype <novatel
>
2004-04-13 08:22:26 [0] DEBUG: AT2[VSMSC]: Reading modem definitions from <../et
c/smskannel.conf>
2004-04-13 08:22:26 [0] DEBUG: AT2[VSMSC]: Found <1> modems in config
2004-04-13 08:22:26 [0] INFO: AT2[VSMSC]: read modem definition for <novatel>
2004-04-13 08:22:26 [5] INFO: AT2[VSMSC]: opening device
2004-04-13 08:22:26 [0] DEBUG: Started thread 5 (gw/smsc/smsc_at2.c:at2_device_t
hread)
2004-04-13 08:22:26 [0] DEBUG: Started thread 6 (gw/bb_smscconn.c:sms_router)
2004-04-13 08:22:26 [6] DEBUG: sms_router: time to sleep
2004-04-13 08:22:26 [5] DEBUG: AT2[VSMSC]: device opened
2004-04-13 08:22:27 [0] INFO: ----------------------------------------
2004-04-13 08:22:27 [0] INFO: Kannel bearerbox II version 1.2.1 starting
2004-04-13 08:22:27 [5] DEBUG: AT2[VSMSC]: device opened
2004-04-13 08:22:27 [5] INFO: AT2[VSMSC]: init device
2004-04-13 08:22:27 [5] INFO: AT2[VSMSC]: speed set to 115200
2004-04-13 08:22:27 [5] DEBUG: AT2[VSMSC]: --> AT^M
2004-04-13 08:22:27 [0] INFO: MAIN: Start-up done, entering mainloop
2004-04-13 08:22:27 [0] DEBUG: AT2[VSMSC]: start called
2004-04-13 08:22:27 [6] DEBUG: sms_router: list_len = 0
2004-04-13 08:22:31 [5] DEBUG: AT2[VSMSC]: --> AT^M
2004-04-13 08:22:35 [5] ERROR: AT2[VSMSC]: no answer from modem
2004-04-13 08:22:35 [5] ERROR: AT2[VSMSC]: Opening failed. Terminating
2004-04-13 08:22:35 [5] INFO: AT2[VSMSC]: closing device
[5] http://www.mail-archive.com/[EMAIL PROTECTED]/msg01367.html
