Is there any way I can batch send a larger number of different messages to
kannel. The problem I have is that it takes quite a while to do lots of http
requests to sendsms, so I'm wondering if it would be possible to send several
messages in one http connection some way. I've tried to see if I c
I think it'd be best to use the logrotate daemon if you're hosting on a unix
system (not doing logrotate yet though, but will once I move to production).
See:
http://www.kannel.org/pipermail/users/2007-October/003108.html
/your_path/kannel.log /your_path/sqlbox.log /your_path/smsbox.log {
I think it'd be best to use the logrotate daemon if you're hosting on a unix
system (not doing logrotate yet though, but will once I move to production).
http://www.kannel.org/pipermail/users/2007-October/003108.html
/your_path/kannel.log /your_path/sqlbox.log /your_path/smsbox.log {
dai
wrote:
> Killing the bb process like that could lead to issues if you have a constant
> flow of traffic going through it, as it might kill it while its in the middle
> of processing an SMS.
>
> Am I correct?
>
> On Thu, Dec 8, 2011 at 3:28 PM, Joel Westerberg wrote:
> I