Hi,
i use 3 modem Siemens MC35i to sending SMS. I send about 100 sms to
this modems each other with
Service.getInstance().queueMessage(msg) and implemented listeners
ICallNotification, IGatewayStatusNotification,
IInboundMessageNotification, IOutboundMessageNotification.
The first problem is that after few SMS i get following error:
SEVERE [org.openide.util.Exceptions]
java.lang.StringIndexOutOfBoundsException: String index out of range:
-1
at java.lang.String.substring(String.java:1937)
at org.smslib.modem.ModemGateway.readMessagesPDU(ModemGateway.java:
544)
at org.smslib.modem.ModemGateway.readMessages(ModemGateway.java:210)
[catch] at org.smslib.modem.AModemDriver
$AsyncMessageProcessor.run(AModemDriver.java:879)
Second is that it runs very very slow (2 SMS per minute per modul!!!).
Should I use Router, Balancing explicit? What do I wrong?
Regards
Pancypir
--
You received this message because you are subscribed to the Google Groups
"SMSLib Discussion 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.