Re: how to clear input and outbox sms? programmatically
November 1, 2011 at 12:54 am
#3484
Christopher Rivera
Participant
FYI, I use this method to do a few things.
– Clear the outbox.
– Clear the job queue when it gets late at night.
– Get statistics for each of the servers and modems. I pull data for signal strength and a few other things. Pulling stats does require some cleansing of the code, and parsing.
This could also be done for clearing the inbox as well, and I guess some other operations if you wanted to. The best way to go about figuring our what you need to do is to use LiveHTTPHeaders with Firefox and watch the data that goes back and forth between the client and server. Also note, I believe the order of the parameters sent is important when communicating with the server.