Is there any example on 2nd way?

2012/7/17 Rene Kluwen <[email protected]>

> Kannel should re-send the second message part upon receiving a “message
> queue full” message.****
>
> Having said that, the error is on your smsc side. IMHO.****
>
> If you want to add a delay… there’s 1. the option to change the Kannel
> sources. Or 2. (the hard way) split up the message in your php application
> and send each message part separately.****
>
> ** **
>
> == Rene****
>
> ** **
>
> *From:* [email protected] [mailto:[email protected]] *On
> Behalf Of *Amin Mukhaimer
> *Sent:* Tuesday, 17 July, 2012 08:41
> *To:* [email protected]
> *Subject:* how can I add delay between concatenated message parts****
>
> ** **
>
> Dear all,****
>
> ** **
>
> I already searched if there is an option already to add a delay between
> each part of the concatenated SMS, since sending more than 2 SMSs together
> returns *“Message Queue Full”* Error, my SMSC contact says my *throughput
> is 12 but I should add a small delay between each SMS sent, *even 0.1
> second, so the SMSs don’t arrive *in 1 packet.*
>
> *
> *****
>
> It worked in short SMSs I stopped getting the error after I added sleep
> function “usleep(100000)” in my PHP application after calling sendsms page,
> but long messages are still sent together as 1 packet, and no way to add
> delay in my PHP application for those.****
>
> ** **
>
> I hope you guys have an idea of what I’m talking about and maybe there is
> a workaround to solve this problem.****
>
> ** **
>
> Thanks****
>
> Amin****
>

Reply via email to