cygwin port of Kannel
Anupama R <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <E73FABD9FF04AC4885C6699163C7A40003B3F2BA@BLRM201E.blr.spcnl.co.in> |
Hello, I am trying to use the cygwin port of Kannel on an NT / 2K machine. I have a problem in using a GSM Modem (Siemens-tc35) as the SMSC. When I try to connect to the com port, the bearer box shuts down saying 2002-08-21 06:36:08 [0] ERROR: Failed to create Smsc wrapper 2002-08-21 06:36:08 [0] PANIC: Cannot start with SMSC connection failing Can anyone help me in this please? Also, although the user guide specifies that I can have a group called modems group = modems, the moment I add this line into the kannel.conf, the bearer box refuses to start. Any help / suggestions in this regard are welcome. Thank you very much and best rgds Anu <<kannel.conf>>
kannel.conf
(application/octet-stream, 517 B)
group = core admin-port = 13000 smsbox-port = 13002 admin-password = bar log-file = "c:/program files/kannel/bin/bearerbox.log" log-level = 1 box-deny-ip = "*.*.*.*" box-allow-ip = "127.0.0.1" #include = "modems.conf" group = smsbox bearerbox-host = localhost sendsms-port = 13003 global-sender = 13003 group = smsc smsc = at modemtype = siemens-tc35 device = com1 group = sendsms-user username = smsuser password = foo group = sms-service keyword = From text = "You asked nothing and I did it!" #group = modems