...
Status code | Priority | Final | Meaning | When? |
---|---|---|---|---|
0 | 1 | N | Unknown | A message with the given id was 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 | The message was sent and the Delivery Receipt was received as sent to us by the Mobile Network |
3 | 6 | Y | Expired | Message delivery failed and the message expired (SMSC will no longer try to deliver it) as notified by Mobile Network |
4 | 2 | Y | Deleted | The message was deleted by the Mobile Network |
5 | 4 | Y | Undeliverable | Message undeliverable as determined by Mobile Network |
8 | 5 | Y | Rejected | Message rejected by Mobile Network |
9 | - | Y | Failed to charge sender | Failed to change MMS message sender |
10 | 7 | N | Submitted | Send request received from the customer but not yet routed and sent to a mobile network. May be temporarily unroutable due to inactive outbound bind. |
11 | 8 | N | Sent | The message has been sent to the mobile network - delivery notification has not yet been received. |
12 | 3 | Y | Not deliverable | There's no Routing defined for the destination address to send the message to the mobile network. |
13 | 4 | Y | OA Whitelist | Origin Address whitelist validation failed |
14 | 4 | Y | Content filter block | The message has been blocked by the content filter |
15 | 4 | Y | Invalid content | Message content does not include the originator's name |
16 | - | N | Submitted to outbound | MMS message sent from worker to MMS outbound |
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.
If message parts have different statuses, the status returned in the query process will be the lowest priority status within the relevant message parts. It is possible for one message part to show as delivered while the others show as sent. A multipart message will not display on a handset until all message parts are delivered so the valid total message status is sent and this is what your message status query will return. You can log into the user web application on MC5 and view the status of the individual message parts as each Outbound message to the SMSC shows as a separate entry in the SMS Out Volume Report
Validation failure status codes
...