Hi, Here is the explanation: The callback handlers are supposed to work with the asynchronous queueMessage() methods. The sendMessage() methods are synchronous. So in order to test what happened with your messages, you should check the list of messages you've passed to the sendMessages() method after the latter returns.
On Nov 17, 10:01 am, amasms <[email protected]> wrote: > Ok. Thanks for your reply Thanasis. > I will check the forum as far as my problem is not solved. > regards. > > On Nov 17, 10:10 am, Thanasis <[email protected]> wrote: > > > I've opened an issue for your > > report:http://code.google.com/p/smslib/issues/detail?id=297 > > > On Nov 16, 10:33 am, amasms <[email protected]> wrote: > > > > Hi guys, > > > I have one question: > > > I have been sending sms using smslib. now i want to know which numbers > > > the message was sent successfuly to and to which numbers it failed. I > > > tried to make use of the IOutboundMessageNotification class but i > > > failed. It is not even getting invoked when sending multiple sms at > > > the same time. My expectation was that when ever an sms was sent, the > > > Process method of the IOutboundMessageNotification class would be > > > called so that i would collect the sent numbers there and then > > > subtract them from the total to get the unsuccessful ones. but as i > > > said, outbound notification is not working for multiple sending. > > > at the moment, i am trying to send sms like bellow. > > > > this.srv.SendMessages(msgList) where msgList is List of messages to > > > all the recipient numbers. > > > > I use smslib 3.44, XP operating system, phone 6230i(in the compatible > > > list). > > > Any advice will be appreciated. > > > Thanks in advance.- Hide quoted text - > > > - Show quoted text - -- You received this message because you are subscribed to the Google Groups "SMSLib for Java 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.
