You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 [email protected] on 23 Mar 2012 at 11:30
The text was updated successfully, but these errors were encountered:
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 issue reported on code.google.com by
[email protected]
on 23 Mar 2012 at 11:30The text was updated successfully, but these errors were encountered: