Delivery Reports
The Route Mobile Messaging Platform will return a delivery report (Intermediate and/or final depending on the route) for a specific message to the client application when the registered_delivery field, while submitting the message, is set to 1. In order to retrieve the delivery report from our server the client will have to connect to the Route Mobile Messaging Platform in the receiver or transceiver mode.
| Status | Description |
|---|---|
| DELIVRD | Message delivered to handset |
| FAILED | Message could not be delivered |
| EXPIRED | Message validity period expired, before any successful tries of submission |
| UNDELIV | Message is Undeliverable |
| REJECTD | Message REJECTD |
Adding status and error code which can be returned by Messaging Platform.
| Status | Error | Description |
|---|---|---|
| 000 | DELIVRD | Delivered to SIM. |
| 001 | UNDELIV | Unidentified subscriber. |
| 005 | EXPIRED | Unidentified subscriber. |
| 009 | UNDELIV | Illegal subscriber |
| 011 | UNDELIV | Tel |
| 012 | UNDELIV | Illegal Equipment |
| 013 | UNDELIV | Call Barred |
| 021 | UNDELIV | Facility not supported |
| 027 | EXPIRED | Absent subscriber |
| 031 | EXPIRED | Subscriber busy for MT_SMS |
| 032 | EXPIRED | SM |
| 034 | EXPIRED | System failure |
| 035 | UNDELIV | Data missing |
| 036 | UNDELIV | Unexpected Data value |
| 144 | UNDELIV | Unrecognized component |
| 145 | UNDELIV | Mistyped Component |
| 146 | UNDELIV | Body structured component |
| 160 | EXPIRED | Duplicate invoke ID |
| 161 | UNDELIV | Unrecognized Operation |
| 162 | UNDELIV | Mistyped Parameter |
| 163 | EXPIRED | Resource Limitation |
| 164 | EXPIRED | Initiating release |
| 165 | EXPIRED | Unrecognized linked ID |
| 166 | EXPIRED | Linked Response expected |
| 167 | EXPIRED | Unexpected linked operation |
| 176 | UNDELIV | Unrecognized invoke ID |
| 177 | EXPIRED | Return result expected |
| 178 | UNDELIV | Mistyped Parameter |
| 192 | EXPIRED | Unrecognized invoke ID |
| 193 | EXPIRED | Return Error unexpected |
| 194 | UNDELIV | Unrecognized error |
| 195 | UNDELIV | Unexpected Error |
| 196 | UNDELIV | Mistyped parameter |
| 200 | UNDELIV | Unable to decode response |
| 201 | EXPIRED | Provider Abort |
| 202 | UNDELIV | User Abort |
| 203 | EXPIRED | Timeout |
| 204 | UNDELIV | API error |
| 205 | UNDELIV | Unknown Error |
| 404 | REJECTD | Invalid message content |
| 408 | REJECTD | DND error code |
| 409 | REJECTD | Source/template error code |
| 410 | REJECTD | Source/Template long message error code |
| 411 | REJECTD | Duplicate Submission |
| 412 | REJECTD | Destination Barred/Source Barred |

Updated 19 days ago
Did this page help you?