Hi all!

We use a Siemens MC35i modem with smslib-3.3.3. We send a SMS with the
following parameters:

OutboundMessage msg = new OutboundMessage(recNo, text);
msg.setEncoding(MessageEncodings.ENC7BIT);
msg.setStatusReport(true);
msg.setValidityPeriod(8);

We do not use message notification but the application reads the modem
every 500 ms. If the message was sent, the next reading cycle "hangs"
and we get a timeout. The modem is marked for restart. After
restarting the modem, we get the status report message.

If we disable status reports (msg.setStatusReport(false)) everything
works fine and the modem is never marked for restart.

So, what went wrong?

Thanks for answers.

Greetings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"SMSLib User Group" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/SMSLib?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to