Hi, Just a note to avoid confusion. In the cvs modems.conf id, wavecom is in lower case:
group = modems id = wavecom name = Wavecom detect-string = "WAVECOM" Therefore if working with that, modemtype in group smsc should also be: modemtype = wavecom as well. BR, Nikos ----- Original Message ----- From: Kenny Orisanaiye To: [email protected] Cc: [email protected] Sent: Wednesday, October 07, 2009 1:08 AM Subject: Re: problem with GSM Modem Hi Elvis, I also use Wavecom Fastrack Supreme and after much trial and errors with the setting i discoved that the default settings works just fine for us. Below is an extract from our config. ######################## group = modems id = WAVECOM name = "WAVECOM" detect-string = "WAVECOM" ######################## ######################## group = smsc smsc = at smsc-id = mSmsc modemtype = WAVECOM device = /dev/ttyS0 my-number = ************ connect-allow-ip = ****** log-level = 0 ######################## Additionally, you need to be sure your modem is on /dev/ttyS0 . If you are using Linux, run # wvdialconf /etc/wvdial.conf This will do a scan and give you a visual display of the available modem and 'location'. -- Kenny e: [email protected] w: www.nuObjects.com Bulk SMS Solutions | Managed Hosting | Enterprise Application Development On Tue, Oct 6, 2009 at 2:50 PM, Elvis Manuel Jorge <[email protected]> wrote: I did that you told me Alejandro but It didn't work I'm having the same error, somebody that has worked with Wavecom modem help me. Thanks On Mon, 2009-10-05 at 23:10 +0200, Alejandro Guerrieri wrote: > Try changing "wavecom" for "WAVECOM" on the detect-string. > > > Regards, > > > Alex > > On Mon, Oct 5, 2009 at 10:58 PM, Elvis Manuel Jorge > <[email protected]> wrote: > Hello all... > > I had configured kannel to use my cellphone (Sony Ericsson > P1i) as > modem, but know I bought a Wavecom Fastrack Supreme 20 modem > and I've > couldn't configure correctly, here they are the errors and my > configuration file. Please I need you to help me. > > 2009-10-05 16:49:18 [3143] [6] DEBUG: AT2[gsm]: --> ATI^M > 2009-10-05 16:49:18 [3143] [6] DEBUG: AT2[gsm]: <-- WAVECOM > WIRELESS CPU > 2009-10-05 16:49:18 [3143] [6] DEBUG: AT2[gsm]: <-- MULTIBAND > G850 > 1900 > 2009-10-05 16:49:18 [3143] [6] DEBUG: AT2[gsm]: <-- OK > 2009-10-05 16:49:18 [3143] [6] DEBUG: AT2[gsm]: Cannot detect > modem, > using generic > 2009-10-05 16:49:18 [3143] [6] DEBUG: AT2[gsm]: Reading modem > definitions from <smskannel2.conf> > 2009-10-05 16:49:18 [3143] [6] DEBUG: AT2[gsm]: Found <1> > modems in > config > 2009-10-05 16:49:18 [3143] [6] PANIC: AT2[gsm]: Cannot detect > modem and > generic not found > 2009-10-05 16:49:18 [3143] [6] PANIC: ./bearerbox(gw_panic > +0xc2) > [0x80cbf72] > 2009-10-05 16:49:18 [3143] [6] PANIC: ./bearerbox [0x806ca22] > 2009-10-05 16:49:18 [3143] [6] PANIC: ./bearerbox [0x806d5b1] > 2009-10-05 16:49:18 [3143] [6] PANIC: ./bearerbox [0x80c2831] > 2009-10-05 16:49:18 [3143] [6] PANIC: /lib/libpthread.so.0 > [0x72b50b] > 2009-10-05 16:49:18 [3143] [6] PANIC: /lib/libc.so.6(clone > +0x5e) > [0x66cb2e] > > group = core > admin-port = 13000 > smsbox-port = 13001 > admin-password = bar > admin-allow-ip = "*.*.*.*" > log-file = "/var/log/kannel/kannel.log" > log-level = 0 > access-log = "/var/log/kannel/access.log" > > group = modems > id = wavecom > name = "wavecom" > detect-string = "wavecom" > init-string = "ATZ" > init-string = "ATQ0 V1 E1 S0=0 &C1 &D2 +FCLASS=0" > > group = smsc > smsc = at > modemtype = auto > smsc-id = gsm > device = /dev/ttyS0 > my-number = +18298666697 > sms-center = +18098599999 > log-level = 0 > > group = sendsms-user > username = tester > password = foobar > user-allow-ip = "*.*.*.*" > > group = sms-service > keyword = nop > text = "You asked nothing and I did it!" > > group = sms-service > keyword = default > catch-all = yes > accept-x-kannel-headers = true > assume-plain-text = true > text = "No service specified" > -- INSERT -- > > > > > > >
