...
Status code | Priority | Final | Meaning | When? |
---|---|---|---|---|
0 | 1 | N | Unknown | Message with the given id not found. It is possible that the message was submitted, but not yet processed by a worker. Or that such a message doesn't exist. |
2 | 9 | Y | Delivered | Message was sent and Delivery Receipt was received as sent to us by the Mobile Network |
3 | 6 | Y | Expired | Message delivery failed and message expired (SMSC will no longer try to deliver it) as notified by Mobile Network |
4 | 2 | Y | Deleted | Message was deleted by SMSCdeleted by Mobile Network |
5 | 4 | Y | Undeliverable | Message undeliverable as determined by SMSCMobile Network |
8 | 5 | Y | Rejected | Message rejected by SMSCMobile Nework |
10 | 7 | N | Submitted | Last event is "Send request received ". Not from customer but not yet routed and sent to mobile network. May be temporarily unroutable due into inactive outbound bind. |
11 | 8 | N | SentLast event is "sent" | Message has been sent to mobile network - delivery notification not yet received. |
12 | 3 | Y | Not deliverable | Last event is "unroutable". There's no bind (even among inactive ones) that can accept the messageRouting defined for the destination address to send the message to the mobile network. |
Priority relates to the status returned when a single message sent to us is longer than 160 characters and is sent as multiple parts to the SMSC making it possible for each message part to have a different status.
...