On Tue, Aug 09, 2005 at 07:38:45PM +0200, Mia Sullivan wrote:
> 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.
you may try my newer at driver available through
http://tar.gzipped.org/gateway.tar.bz2
please see the ml archive on further information.

> 
> 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.
> 
there are url-encode and decode functions in most web related scripting
languages, such as php, java,perl, c# and so on. take a look at them,
pass the string through such a function.

> 

-- 

Reply via email to