RE: How to handle throttling and message queue full errors

2014-03-10 Thread tolis man
Hello again, Thanks for your responses. I have setup throughput and max-pending submits, but I need to setup this specific behavior on this smsc connection for these two errors, in case I receive them.I know that kannel by default has a stack of messages and the messages that receive an error

Getting the latest version of Kannel from package respositories

2014-03-10 Thread Abdul Munim Kazia
Hi I have been using kannel in my organization as an SMPP gateway for the past two years. We are using the 1.4.3 version, which is the listed as the latest stable version on the website, which is obviously several years old. I just discovered this mailling list, and the SVN repository, and I was

Re: Same SMS, 2 Different MessageIDs

2014-03-10 Thread mydi...@gmail.com
Thanks for your reply. As for the speed, you are right, it doesn't affect my kannel receiving/sending speed, but what happens is sending to 100numbes in the same URL, instead of sending to 100 number in 100urls (1number each url), affects the sending

Re: Same SMS, 2 Different MessageIDs

2014-03-10 Thread mydi...@gmail.com
sorry, forgot to send plain-text. Thanks for your reply. As for the speed, you are right, it doesn't affect my kannel receiving/sending speed, but what happens is sending to 100numbes in the same URL, instead of sending to 100 number in 100urls (1number each url), affects the sending script

Re: Same SMS, 2 Different MessageIDs

2014-03-10 Thread spameden
2014-03-10 17:15 GMT+04:00 mydi...@gmail.com mydi...@gmail.com: Thanks for your reply. As for the speed, you are right, it doesn't affect my kannel receiving/sending speed, but what happens is sending to 100numbes in the same URL, instead of sending to 100 number in 100urls (1number each

Re: Getting the latest version of Kannel from package respositories

2014-03-10 Thread spameden
You should convince your guy to build a package for CentOS based on the recent SVN build. You can try to use this packaging script to build on CentOS (as well as any RH-based distro): https://github.com/blinohod/kannel-altlinux 2014-03-10 15:31 GMT+04:00 Abdul Munim Kazia munim2...@gmail.com:

how to support extended ASCII ?

2014-03-10 Thread Qqblog Qqblog
I added alt-charset = ASCII  to my smsc configuration  to fix the problem of @.   When message contain character code range from 128 to 255 (extended ascii), empty will be showed in mobile. What parameter should be set to smsc configuration ? pls advise.