Dear Gustavo, The failed to submit to smsc dlr is generated by the gateway itself, so, when ypu submit a message to kannel use a dlr-url (with dlr-mask=16) which will make kannel request this url when a failed send sms is happen. and don't forget to encode your dlr-url string before submitting it. I can post some code, if you are using java. also you can check the source code for this in "bb_smscconn.c" Regards.
On Mon, Sep 22, 2008 at 4:19 PM, Gustavo Mohme C. <[EMAIL PROTECTED]> wrote: > Hi Monim, > My SMSC doesn't support dlr. And even if it did, this won't make kannel > resend the sms but only store it as failed, right? Is there a way to > automatically resend this sms? > Regards > > > On Mon, Sep 22, 2008 at 3:07 AM, Monim Benaiad <[EMAIL PROTECTED]> wrote: > >> Hi Gustavo, >> >> use dlr-mask=16 to handle this type of failed send sms. >> >> regards >> >> >> On Sun, Sep 21, 2008 at 7:37 PM, Gustavo Mohme C. <[EMAIL PROTECTED]>wrote: >> >>> Hi All, >>> My SMSC randomly returns this error: >>> >>> ERROR: SMSC returned error code 0x000000fe (Transaction Delivery Failure) >>> in response to submit_sm. >>> >>> My question is, after this error is received, is the message resent? And >>> if not, why not? >>> Thanks, >>> Gustavo Mohme C. >>> >> >> >
