2014-03-31 20:15 GMT+04:00 SAMSUDDOZA SK <[email protected]>: > Thhaks to all again > > So, > If i configure 2 sqlbox and 2 smsbox with different smpp and i push 10000 > sms on each sqlbox for different smpp then how kannel manage the queues ? >
The latter messages you push goes first, if you push 10000 messages simultaneously i think bearerbox will work in LIFO way. > Is these sending sms parallely from both the boxes ? > It would work fine. > Is it possible to manually manage the queues according to the sqlboxes? > It's possible if you alter sqlbox query to get specific set of MT records (e.g. WHERE time<=UNIX_TIMESTAMP(NOW())) > is these increasing the tps and delivery reports? > no, speed will be same. > > > ------------------------------ > Date: Sat, 29 Mar 2014 16:24:58 +0400 > Subject: Re: Sending Voice SMS through Kannel > From: [email protected] > To: [email protected] > CC: [email protected] > > > > > > 2014-03-28 18:26 GMT+04:00 SAMSUDDOZA SK <[email protected]>: > > Hi Dear All > > Is it possible configuring more then one sqlbox and smsbox with kannel ? > if yes, what is the benefits ? > > > Yes you can. Benefit is you can have multiple QUEUEs and multiple tables > for different sqlbox instances. > > Make sure you specify different ports and tables in the sqlbox config > files or you might result in sending twice same messages. > > > Is it possible to send Voice sms through kannel ? If yes, Please explain a > little how.. > > > Don't think so. > > > > > Thanks in Advance > > Regards > SK > > >
