Error with SMPP client binding to openSMPPBox in Kannel - Urgently assist

2014-05-15 Thread MOSES KARIUKI
Hi All, THANKS FOR ALL THE GOOD WORK THIS GROUP DOES! I have compiled and set up kannel+opensmppbox+sqlbox to enable users to connect to my Kannel server via SMPP. I have requested a client to connect as an SMPP client using the following parameters: Username catel2014 Password pw14 interface-ver

Re: Throughput Issue

2014-05-15 Thread MOSES KARIUKI
Please post the error that you are getting. Thanks MOses On Wed, Apr 30, 2014 at 9:41 PM, Faizan Mirza 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 i

Using Kannel to send Flash SMS

2014-05-15 Thread Preet
Hi, I am using kannel gateway via SMSC version 3.4. I have to send FLASH message instead to normal message. So I am tring with parameter i.e. &mclass=0 in kannel's MT URL, but normal message is getting deliver on mobile. Can you help me for achieve same. Regards, Preet

Re: Throughput Issue

2014-05-15 Thread Alvaro Cornejo
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 1 (10 secconds) } Depending on the time your stuff takes, you can reduce the sleep time so

Re: Throughput Issue

2014-05-15 Thread Faizan Mirza
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..

Re: Throughput Issue

2014-05-15 Thread Faizan Mirza
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... On Thu, May 15, 2014 at 2:47 PM, MOSES KARIUKI wrote: > Please p

Re: Using Kannel to send Flash SMS

2014-05-15 Thread خان ابو زید
set coding=1 On Thu, May 15, 2014 at 7:15 PM, Preet wrote: > Hi, > > I am using kannel gateway via SMSC version 3.4. > > I have to send FLASH message instead to normal message. > > So I am tring with parameter i.e. &mclass=0 in kannel's MT URL, but normal > message is getting deliver on mobile

Re: Using Kannel to send Flash SMS

2014-05-15 Thread John alero
Dear Preet, Kindly use *mclass=2* On Fri, May 16, 2014 at 10:16 AM, خان ابو زید wrote: > set coding=1 > > > > On Thu, May 15, 2014 at 7:15 PM, Preet wrote: > >> Hi, >> >> I am using kannel gateway via SMSC version 3.4. >> >> I have to send FLASH message instead to normal message. >> >> So I am