Thank you for your help in this matter. [EMAIL PROTECTED] gave me help with the initialization string I was using. Now messages are saved in the SIM while messages are queued to be sent. I'm still getting a couple errors here and there and am working with AIRDESK (Wavecom Reseller) to hopefully solve them.
-----Original Message----- From: Chandana Bandara Date: 2/14/04 1:04 am To: [EMAIL PROTECTED] Subj: Re: Re: Sending and receiving sms simutlaneously i did it , using a Nokia 30 GSM modem .It was success . I think u r also trying to same thing....is it ? i used a perl script and php to send and receive that sms thnanx chandana ----- Original Message ----- From: "Nicholas Calugar" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "'Yulianto Z'" <[EMAIL PROTECTED]> Sent: Tuesday, February 03, 2004 12:55 AM Subject: RE: Re: Sending and receiving sms simutlaneously > Yulianto, > > I am having the exact same problem as Thom: I wrote a script that sends > 15 messages, which loads up the queue. While there are messages queued, > I send a message to the GSM modem. This causes several messages to fail > sending. > > Can you setup a similar test and update us with the results? > > Here is my configuration: > > ################################################################ > group = core > admin-port = 13000 > admin-password = ******** > admin-deny-ip = "*.*.*.*" > admin-allow-ip = "192.168.1.*;65.36.154.35" > smsbox-port = 13001 > log-file = "/var/log/kannel/bearerbox.log" > box-deny-ip = "*.*.*.*" > box-allow-ip = "192.168.1.*;65.36.154.35;127.0.0.1" > > #SMSC CONNECTIONS > > group = smsc > smsc = at2 > smsc-id = 16195192314 > modemtype = wavecom > device = /dev/ttyS0 > keepalive = 60 > sim-buffering = true > > #MODEM DEFINITIONS > group = modems > id = wavecom > name = Wavecom > detect-string = "WAVECOM" > init-string = "AT+CNMI=2,2,0,1,0" > sendline-sleep = 200 > keepalive-cmd = "AT+CSQ" > > #SMSBOX SETUP > > group = smsbox > bearerbox-host = localhost > sendsms-port = 13013 > log-file = "/var/log/kannel/smsbox.log" > http-request-retry = 6 >
