Tughralkhan / smscgateway

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

Add delivery report (status) for Mo SMS #7

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
SMSC should send back status of received SMS.

1) Send back PENDING as soon as SMSC receives the SMS
2) Send back DELIVERED as soon as SMS is delivered to intended user.

The status should be taken care only if Submit PDU's StatusReportRequest is set 
to true.

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

GoogleCodeExporter commented 9 years ago
Also FAILURE in case of ERROR

1  : delivery success
2  : delivery failure
4  : message buffered

is what we handle in kannel from external DLR
and 

8  : smsc submitted
16 : smsc rejected

is handled internally

Original comment by wasimb...@gmail.com on 23 Apr 2012 at 12:41

GoogleCodeExporter commented 9 years ago

Original comment by amit.bha...@gmail.com on 29 Apr 2012 at 9:48