Setting up SMMP with kannel

2011-03-29 Thread Joseph Koech
Dear kannel users, I have been playing around with kannel for sometime now. I want to setup smpp on my Ubuntu box but don't know exactly how the smpp works and it's benefits. If anyone has an easy to follow tutorial please help. The userguide is quite a hard nut to crack. Thanks. Tarik Koech.

Kannel SMS Parking Application

2011-06-20 Thread Joseph Koech
development process. Thank you all, KR, Joseph Koech.

Re: Kannel SMS Parking Application

2011-06-20 Thread Joseph Koech
tanic wrote: > On Tue, 2011-06-21 at 08:16, Joseph Koech wrote: >> I am trying to build a simple SMS parking application. I am relatively >> well off with kannel but I wanted to know if anyone has tried this >> before and maybe point out some other tools / s/w that are required. I

Re: Kannel SMS Parking Application

2011-06-21 Thread Joseph Koech
e) years and Kannel was/is really valuable element of some of > the systems we developed. > >> - Original Message - From: "Joseph Koech" >> >> To: >> Sent: Tuesday, June 21, 2011 9:47 AM >> Subject: Re: Kannel SMS Parking Application >>

Accessing kannel from a remote server

2011-06-23 Thread Joseph Koech
I have been actively developing kannel on my local machine. Since I don't have much experience with accessing it remotely, could someone point out on how this can be achieved? Thanks. Joseph.

Restricting Kannel to send SMS only to one operator in one country

2011-06-23 Thread Joseph Koech
Hello Kannel users, Is it possible to restrict kannel to allow sending of SMS to only one network operator in one country? For example, I want kannel to send SMS to network X only and ignore Y and Z in say Kenya. Thanks. KR Joseph.

Using Huawei Ideos Android phone with Kannel

2011-08-20 Thread Joseph Koech
Greetings, I have been using kannel with Huawei Modems, specifically E160. It's working perfectly well in both sending and receiving messages. It occured to me at some point that I needed to connect my kannel gateway with an Adnroid Phone, Huawei Ideos to be specific. What i don't understand are th

Re: Using Huawei Ideos Android phone with Kannel

2011-08-20 Thread Joseph Koech
ee if your phone supports CNMI at all, using > minicom or another serial communication program, issue at the prompt: > > AT+CNMI? > BR, > Nikos > On Sat, Aug 20, 2011 at 6:55 PM, Joseph Koech > wrote: >> >> Greetings, >> I have been using kannel with Huawei Mo

Re: Free Libya

2011-08-24 Thread Joseph Koech
Congratulations indeed, we wish you all the best. On Aug 24, 2011 10:12 AM, "Nyika Alex" wrote: > Congratulations > > On 24 August 2011 09:54, Amritesh Rachelwar wrote: > >> Hi Friend, >> >> Congrats to all Libyan, Now its your responsibility to prevent any one to >> become next Moammar Gaddaf.

BulkSMS using kannel as gateway

2011-09-07 Thread Joseph Koech
Hi Kannelers, I have been using kannel for a while and everything works well. I am able to send/receive SMS via browser. What I would like to know is, if I want to run a simple bulk SMS service, what are the requirements and best practices? Since this could be beyond kannel, a few ideas/recommendat

Re: BulkSMS using kannel as gateway

2011-09-07 Thread Joseph Koech
Thanks for the response Milan P. I will read about sqlbox. KR, Joseph. On Wed, Sep 7, 2011 at 6:07 PM, Milan P. Stanic wrote: > On Wed, 2011-09-07 at 15:42, Joseph Koech wrote: >> Hi Kannelers, >> I have been using kannel for a while and everything works well. I am >> abl

Re: New to Kannel

2011-10-06 Thread Joseph Koech
Hi Wanjiku, To start off, please read the UG intensively.Check the examples directory for kannel.conf and modems.conf files. Those two will get you going. Then when you are stuck, users will help you. Good luck! KR, Joseph Kowech. On Thu, Oct 6, 2011 at 12:01 AM, Wanjiku Mwangi wrote: > Hello f

Re: MySQL Storage

2011-12-07 Thread Joseph Koech
Hi, I know of one Emmanuel Chanson. He could really be helpful in matters pertaining PlaySMS. One question to the Kannelers, is it ok to discuss here about Kannel integration scripts like PlaySMS? Kind Regards, Joseph Koech On Wed, Dec 7, 2011 at 7:27 PM, Supporto Tecnico - Crazy Network < s

Re: Motorola Razer V3i with kannel on Ubuntu

2012-06-06 Thread Joseph Koech
Hi, You could try using PlaySMS with kannel. Have a look at http://www.playsms.org Regards, J Tintale On Wed, Jun 6, 2012 at 9:31 AM, Mahtab Rasheed wrote: > Dear All, > I need help from you guys .. I have configured kannel > 1.4.3 successfully in Red Hat which is running in VMV

Re: php script

2012-06-10 Thread Joseph Koech
Try the following code and tell if it works: prepare("INSERT INTO tablename (number,message) VALUES (:sender,:message)"); $stmt->bindParam(':sender',$sender); $stmt->bindParam(':message',$text); $stmt->execute(); $cmd = null; if($stmt->rowCount()>0)

Re: php script

2012-06-11 Thread Joseph Koech
Check your get-url. Remove amp; so it looks like this: get-url = " http://localhost/smsreceive.php?sender=%p&text=%b"; On Mon, Jun 11, 2012 at 12:54 PM, Mfawa Alfred Onen wrote: > As mentioned before, your script shows that you are binding the sms text > to message (as in :message) instead of tex

Re: about USSD;

2012-07-29 Thread Joseph Koech
Hey, As a newbie in USSD stuff that has caught my interest, mind explaining further like you do to a 2 year old? I know just a bit about USSD and how it works but haven't really worked with it in real world apps. How do I get started? Any simulators around? Regards, Kowech. On Fri, Jul 27, 2012

Re: Could not fetch content, sorry.

2012-09-11 Thread Joseph Koech
If you get such a response, try to make sure kannel fetches the required content. Don't try to hack the core files as this will be overridden in future versions of kannel when you upgrade. You can leave the reply-couldnotfetch string empty if you don't want a response (as suggested by Rudy) or pass

Re: HTTP Encoding

2012-10-03 Thread Joseph Koech
Post more info. Are you fetching the data using some kind of script? (PHP, Python...?) On Wed, Oct 3, 2012 at 2:51 PM, Ombongi Moraa Fe wrote: > I'm having trouble in how some special characters are received on the > phone. Currently Ive tested with several and found out that @, $ , ^ are

Re: Is wondering what third party SMS provider you recommend ?

2013-01-07 Thread Joseph Koech
Hi Amin, I've enjoyed great services from http://www.panaceamobile.com. Their rates are friendly and also have Unicode support. The supported languages are listed here http://www.panaceamobile.com/sms-gateway/unicode-sms/. Regards, Joseph K. On Mon, Jan 7, 2013 at 12:31 PM, Amin Mukhaimer < ami.

Re: Kannel Web interface - Help

2014-05-27 Thread Joseph Koech
Try Play SMS On Tuesday, May 27, 2014, spameden wrote: > there is no such tool available for public use. > > the only tool you can use is kannel web monitor written in php, look into > contrib folder on SVN you'll find it there. > > > 2014-05-27 16:46 GMT+04:00 Hatem Sabrey > > >: > >> Hello