Ticket #568 (new defect)
Ignoring already seen SMS
| Reported by: | michael | Owned by: | mickey |
|---|---|---|---|
| Priority: | major | Milestone: | fso2-milestone1 |
| Component: | cornucopia/fsogsm | Version: | milestone5.5 |
| Keywords: | Cc: | betheg@… |
Description
Hi,
when i write an sms with *t# as prefix i get an confirmation about this message
from my provider, with the same delivery timestamp of my sms. Ok sometimes i got 2
confirmation messages the first on notreachable and the second then on success, but this
two confirmation messages have the same
service center address, originating address and delivery timestamp and so the same smshash
lib/fsogsm3rdparty.vapi:
'return @"$(sc_addr)_$(oaddr)_$(deliver.scts.to_epoch())_1".replace( "+", "" )
which results in an SMS_ALREADY_SEEN and than in an warning "Ignoring already seen SMS" and the message was lost:(
greets
Michael
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


We might need to add more identification bits into that hash then. Can you post a dump of both PDUs? (as can be seen via fsogsmd.log)