Question on full message queue (SMPP)
Rachman Chavik <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Hello, I encountered an error: received a ESME_RMSGQFUL (0x00000014) in response for a submit_sm. After this error, kannel will go loop trying to send this same message. Shouldn't this message be queued somehow, at least like ESME_RTHROTTLED ? Furthermore, In smsc_smpp.c, I see that this 0x00000014 error is not currently handled. Instead I see some code handling this in a generic_nack. Correct me if I'm wrong but: does kannel expects ESME_RMSGQFUL in a generic_nack in response for a submit_sm? Regards Rachman