In the odd cases when the GSM modem fails to send an SMS message through kannel, is there a way for kannel to resend it?
When reading bearerbox's access log, sometimes a message queued for sending fails to send and my configuration in kannel doesn't keep trying to send the SMS message that failed. It just seems to ignore that the program failed to send, showing only as error through the standard output. I would like to know if it's possible to have bearerbox try to send the message when something like that happens, maybe at a latter time, maybe immediately, for a specified period of time, or even to persist till it manages to successfully send it. And as an added question, I was wondering if there's an easy way to convert the http-like message output that kannel from "group sms-service" %s I think, to a plain text output to execute as arguments to a binary executable. Perhaps someting inherently built from kannel where I can pass as an argument, or write to a file, or simply display via standard output. I basically want to convert the %##s for symbols and the use of + for spaces and other things.
