Hi, On Dec 14, 9:43 am, "[email protected]" <[email protected]> wrote: > Dear All, > > I am not able to delete messages from the modem. > > I am using service method's deleteMessage(InboundMessage) method to > delete sms. I am calling this method after i read these messages. But > still i am not able to delete them.
Do you get any errors when you try to delete messages, or the command returns with success? It would be good if you can post a log section from the delete command. > I am using Fastrack Supreme 10 modem with smslib. Also, is there any > way to remove the sms from the queue after 5 retries as in case of > advertisement & promotion messages, my modem is trying to reply back > with some text and as these messages wont have any number link with > them my whole program is getting hanged. You should implement special logic for this. For example, check the originator's number: if it is text or something not resembling a real number, you should not reply back. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
