Hi,

The RefNo takes its values from the SMSC. RefNos change per message
and SMSC (some info can be found here: 
http://code.google.com/p/smslib/wiki/SMSLib_Delivery_Reports).
So if you assign values there, they will be overwritten.

A good candidate for your job would be the "ID" member field of the
Message object, but this is not exposed as much as it should for this
purpose. Could you file an enhancement request (http://code.google.com/
p/smslib/issues/list)?

On Sep 8, 7:30 am, golfdude <[email protected]> wrote:
> I set a "ref number" in OutboundMessage when sending a message. When
> "markMessage" is called after sending, I assumed that the "ref number"
> should be the same as the one sent. But I get a different ref number.
> I use a Http interface and so on markMessage I call a url with this
> ref number. But the ref numbers are different. Am I using the right
> field to track sent messages and their status ?
>
> Thanks
>
> gd
--~--~---------~--~----~------------~-------~--~----~
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