Hello,

After adding throughput it does not show any error.. I am keep watching
logs for each modem there is nothing showing throughput etc.. but when i
open log of smpp connection there throughput showing and working very
fine...

regarding PHP and DB, yes i am using php form and submit.php file.. form
has fields like name number and message.. when someone submit it send sms
from submit.php file where i have added API, and it add records to mysql
database which i have hosted in my hosting.

i am nob about php thats why unable to add myself limits.. if possible
anyhow in kannel please teach me..


On Thu, May 15, 2014 at 8:30 PM, Alvaro Cornejo <cornejo.alv...@gmail.com>wrote:

> Hi
>
> Do it at your application level. If you use a DB you can do a loop like
>
> while true
> {
>   select * from table where xxx limit 1
>   ... do stuff...
>   send it to kannel cgi
>   ... do more stuff ...
>   sleep 10000 (10 secconds)
> }
>
> Depending on the time your stuff takes, you can reduce the sleep time
> so you get "exactly" the 10 seconds required
>
> Regards
>
> Alvaro
>
> |-----------------------------------------------------------------------------------------------------------------|
> Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier
> celular y Nextel
> en el Perú, México y en mas de 180 paises. Use aplicaciones 2 vias via
> SMS y GPRS online
>               Visitenos en www.perusms.com
>
>
> On Thu, May 15, 2014 at 4:47 AM, MOSES KARIUKI <kariuk...@gmail.com>
> wrote:
> > Please post the error that you are getting.
> >
> > Thanks
> > MOses
> >
> >
> > On Wed, Apr 30, 2014 at 9:41 PM, Faizan Mirza <efuz...@gmail.com> wrote:
> >>
> >> Hello,
> >>
> >> I have updated kannel with 1.5 version, but still i am getting
> throughput
> >> error i have 3 gsm devices i have added throughput = 0.1 because  i
> want one
> >> sms per device in 10 sec or 100 sms in 15 minutes please help ..
> >
> >
>

Reply via email to