Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: updated message statuses and their priority

...

5

Status code

Priority

Final

Meaning

When?

0

1N

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.

1

4N

En route

Last event is "routed" or "re-routed" (after a bind failure)

29YDeliveredMessage was sent and Delivery Receipt was received
386YExpiredMessage delivery failed and message expired (SMSC will no longer try to deliver it)
462Y

Undeliverable

Last event is "unroutable". There's no bind (even among inactive ones) that can accept the message.

7

2Y

Invalid

Last event is "validation failed" (wrong text, recipient, etc.)

87DeletedMessage was deleted by SMSC

5

4Y

Undeliverable

Message undeliverable as determined by SMSC

85YRejectedMessage rejected by SMSC
1037N

Submitted

Last event is "request received". Not yet routed. May be temporarily unroutable.

11

58N

Sent

Last event is "sent"

123YNot deliverableLast event is "unroutable". There's no bind (even among inactive ones) that can accept the message.

Missing status codes: 4 1 (deleteden route), 6 (accepted), 7 (invalid, removed in favour of more detailed statuses below). 9 (pending)

...