Re: Kannel FAILED Send SMS

2014-02-25 Thread ha...@aeon.pk
You need to enable log-level=0 in config. There are a lot of reasons for SMSC rejecting the message. Can be local kannel config (allow/deny SMSC) or far-end SMSC issue (TON/NPI settings issue, masking, etc). On Tue, Feb 25, 2014 at 10:56 AM, [Digital^Dude] ® wrote: > On Mon, Feb 24, 2014 at 2:3

Message routing for multiple GSM modems

2014-02-25 Thread ha...@aeon.pk
Hi, I have multiple GSM modems connected to single kannel. I need to route the outgoing SMS (from application to handset) to a specific GSM Modem, but unable to force the messages through a defined route by using smsc-id in send_sms table. Is there a parameter like allowed-smsc or denied-smsc in G

Re: Loading kannel config from mysql database

2014-02-25 Thread ha...@aeon.pk
Currently kannel parameters are picked up from kannel.access file. Is it possible to point the kannel to load config from MySQL db instead of the file? On Thu, Feb 20, 2014 at 8:12 PM, Hamid R. Hashmi wrote: > Can you explain it more. > > > > -- > View this message in context: > http://kannel.61

Kannel 1.5 Requirements on CentOS 6.5

2014-02-25 Thread Ali Ansari
Hello All, I would like to install kannel 1.5 (from latest snapshot on svn) on CentOS 6.5. After all the googling I did, I could not find one accurate lift of ALL dependencies/requirements I need to install before proceeding with downloading source and compiling it.

Re: Kannel 1.5 Requirements on CentOS 6.5

2014-02-25 Thread Ali Ansari
Hello All, I would like to install kannel 1.5 (from latest snapshot on svn) on CentOS 6.5. After all the googling I did, I could not find one accurate lift of ALL dependencies/requirements I need to install before proceeding with downloading source and compiling it. Can you please provide me

Re: Kannel 1.5 Requirements on CentOS 6.5

2014-02-25 Thread spameden
it depends what features you need from the kannel. take a look at INSTALL/README files inside the package. 2014-02-26 3:04 GMT+04:00 Ali Ansari : > Hello All, > > I would like to install kannel 1.5 (from latest snapshot on svn) on CentOS > 6.5. After all the googling I did, I could not find one

Re: Loading kannel config from mysql database

2014-02-25 Thread spameden
I'm sure it's possible. But you'd need to provide connection settings to MySQL database before starting kannel and also patch kannel. I know one indian programmer did this but he didnt share any source code. It would be useful to have some of the kannel functionality in the database actually ins

Re: Message routing for multiple GSM modems

2014-02-25 Thread Willy Mularto
Yes you may use allowed-smsc or denied-smsc directive. Share us your configuration. Willy Mularto SMS Gateway, Content Provider, Mobile Solution Specialist M: +62811923464, +62818923464 PIN BBM: 74924429 On Feb 26, 2014, at 3:51 AM, ha...@aeon.pk wrote: > Hi, > > I have multiple GSM modems

MySQL Storage Fails

2014-02-25 Thread Ali Ansari
Hello, When I try to run kannel with "dlr-storage = mysql", it simply doesn't start, and log files don't say anything, I have love level at 0, but the deamon simply doesn't even start, thus no logging, and I don't know what is wrong. I have below for my mysql configuration in kannel.conf: #

Re: Kannel 1.5 Requirements on CentOS 6.5

2014-02-25 Thread Ali Ansari
I read INSTALL and README. There is no mention of dependencies, as far as I looked. I want to install latest version, I need to use mysql, OpenSMPPBox. what other features could I have? And what the dependencies are? Kind Regards, *Ali Ansari* On 2/26/2014 1:46 AM, spameden wrote: it depe

Re: Message routing for multiple GSM modems

2014-02-25 Thread ha...@aeon.pk
Thanks. I managed to do it with denied-smsc directive. The confusion point was that it was not listed in GSM modem config parameters in the userguide. But it works anyway. On Wed, Feb 26, 2014 at 5:18 AM, Willy Mularto wrote: > Yes you may use allowed-smsc or denied-smsc directive. Share us you

Re: MySQL Storage Fails

2014-02-25 Thread John alero
Dear Ali, When you compile the source code use below command. #./configure --with-mysql --with-mysql-dlr=/usr/include/mysql/mysql.h And then check for the same. On Wed, Feb 26, 2014 at 6:04 AM, Ali Ansari wrote: > Hello, > > When I try to run kannel with "dlr-storage = mysql", it simply

Re: Kannel 1.5 Requirements on CentOS 6.5

2014-02-25 Thread ha...@aeon.pk
You would need couple of compiler and MySQL connecter packages, nothing much. Start the process and let me know if you get stuck anywhere. On Wed, Feb 26, 2014 at 5:38 AM, Ali Ansari wrote: > I read INSTALL and README. There is no mention of dependencies, as far as > I looked. > > I want to ins