Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

29YDeliveredMessage was sent and Delivery Receipt was received
36YExpiredMessage delivery failed and message expired (SMSC will no longer try to deliver it)
42YDeletedMessage was deleted by SMSC

5

4Y

Undeliverable

Message undeliverable as determined by SMSC

85YRejectedMessage rejected by SMSC
107N

Submitted

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

11

8N

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: 1 (en route), 6 (accepted), 7 (invalid, removed in favour of more detailed statuses below). 9 (pending)

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.  

...