Re: Delivery Report Issues

2015-04-24 Thread Ammar Ali
Hello To All, When I'm sending messages on multiple numbers, then I'm not getting all delivery reports. *This is my kannel monitor log:* Kannel bearerbox version `1.4.4'. Build `Feb 20 2015 13:58:20', compiler `4.4.7 20120313 (Red Hat 4.4.7-11)'. System Linux, release 2.6.32-042stab094.7,

Re: Delivery Report Issues

2015-04-24 Thread Tapan Kumar Thapa
Hi, As far as i know, this line DLR: 29 queued, using mysql storage says, that we have sent 29 messages and waiting for their delivery report. As soon as we get delivery report from upstream smsc, this number will come down. Thanks Regards Tapan Thapa On Fri, Apr 24, 2015 at 3:51 PM, Ammar

Re: Fastest method to insert a million MT messages to Kannel

2015-04-24 Thread Daniel Camacho
I have worked with bothBut SQLBox  was slower for me.If MySQL, MyISAM uses to crash whe to much operation or a hardware failure.InnoDB is safest but slower . Http post was my solution.But What application is handling the requests and the way it does, matters a lot.As light as possible the

Re: I/O error or other error. Re-connecting

2015-04-24 Thread ha...@aeon.pk
Connection to SMSC is fluctuating. Check your VPN logs. On Fri, Mar 27, 2015 at 11:50 AM, Ammar Ali ammarali3...@gmail.com wrote: Hello Everyone, I am getting this error when I'm connecting live SMSC connections with my kannel. *I/O error or other error. Re-connecting.* This is the log:

Re: Delivery Report Issue

2015-04-24 Thread ha...@aeon.pk
Take tcpdump on front end and analyze SMPP trace. On Mon, Apr 20, 2015 at 12:50 PM, Ammar Ali ammarali3...@gmail.com wrote: Hello, I'm facing a very serious issue when I'm sending message. When I sent a sms from my application to kannel, kannel route this request to particular connected

Re: dlr-url information

2015-04-24 Thread ha...@aeon.pk
Write a script which takes input parameters. Set dlr-url to the path of this script. The info can be sent anywhere you want. On Fri, Mar 27, 2015 at 6:36 PM, Nestor Durañona nestor.duran...@unnaki.com.py wrote: Hi I'm new in kannel, and I want to know how can I gather all the information of

Re: Fastest method to insert a million MT messages to Kannel

2015-04-24 Thread ha...@aeon.pk
SQLBOX is way faster for bulk traffic. On Fri, Apr 24, 2015 at 1:48 AM, Rene Kluwen rene.klu...@chimit.nl wrote: Unless your database is on another server. Sqlbox keeps a tcp connection open to bearerbox. If you use smsbox, you need to connect each time you send an sms. I don’t have hard