Jayriq / smscgateway

Automatically exported from code.google.com/p/smscgateway
0 stars 0 forks source link

Handle undelivered SMS #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In case of Mt Forward SMS, if HLR replies user not available or no memory in 
user hand-set, SMSC should persist the SMS and register user with HLR waiting 
list (ReportSMDeliveryStatusRequest).

Once HLR notifies about availability of user (AlertServiceCentreRequest), SMSC 
should try to send SMS again (Mt Forward SMS) 

Original issue reported on code.google.com by amit.bha...@gmail.com on 23 Mar 2012 at 11:19

GoogleCodeExporter commented 9 years ago
I think in any case, SMSC should store MO message before deliver for some 
reasons:
- System crash may sweep out the MOs
- System overload
- MT messages should be delivered in order. Thinking of receiver B having 
message still in SMSC queue, and new MO for him coming should be put in the 
waiting list.

Original comment by vutamh...@gmail.com on 7 Apr 2012 at 3:23