Yes that is right. When i use QueueMessage(), outgoingCallNotification
is being called when ever an SMS is sent.
Thanks.

On Dec 7, 12:29 pm, amasms <[email protected]> wrote:
> Ok thanks as usual.
> So my understanding is that i will have to queue my outgoing sms
> messages to be notified after each message is sent.
> I read in this forum that queuing messages is not as robust as just
> sending using SendMessages() methods. anyways it is ok if it will work
> with queueMessage().
> will post the outcome incase some one needs it.
> regards
>
> On Nov 28, 10:29 pm, Thanasis <[email protected]> wrote:
>
>
>
> > 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 sendingsmsusing 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 multiplesmsat
> > > > > the same time. My expectation was that when ever ansmswas 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 tosendsmslike 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 -- Hide quoted text -
>
> > - Show quoted text -- 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.


Reply via email to