Re: submit_sm_resp
Davy Chan <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
**>From: Alexandre Barbeitos <[email protected]> **>To: [email protected] **>Subject: submit_sm_resp **>Date: Fri, 7 Jan 2005 15:17:15 +0100 **> **>Hi all, **> **>Can u tell me if there is an error code in a submit_sm_resp permit to **>resubmit the msg; like "Queue Full Error" but with a frequency less **>important. **> **>Indeed I have an operator that want to **>send vendor error code in submit_sm_resp; then we submit again the msg. This is actually a question that should go to the [email protected] mailing list. Please follow-up in that mailing list...not the [email protected] mailing list. The Kannel's bearerbox recognizes the following SMPP Error as recoverable errors: ESME_RMSGQFUL : 0x00000014: Message Queue Full ESME_RTHROTTLED: 0x00000058: Throttling error (ESME has exceeded allowed message limits) ESME_RX_T_APPN : 0x00000064: ESME Receiver Temporary App Error Code ESME_RSYSERR : 0x00000008: System Error It will re-attempt a submit_sm immediately unless it received a ESME_RTHROTTLED which will cause a 15 second delay before re-attempting a submit_sm. See ya... d.c.