keyword-regex and matching spaces

2007-08-31 Thread Aaron Simmons
I've run into a problem with keyword-regexp and matching spaces. Kannel won't match spaces. Though it doesn't appear to be documented (clearly?) in the Kannel User's Guide, its mentioned a couple times on this mailing list. My question is: why? Does Kannel throw out everything past the first

RE: Unicode Problem

2007-08-31 Thread Peter Lum
Hi Seik Yes, you are right. It is just a config setting in the kannel.conf file. Just set mo-recode to true and everything is fine now. Thank you so much!!! Peter -Original Message- From: seik [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 29, 2007 8:48 PM To: Peter Lum Cc:

How to Stop/Start Kannel using a script

2007-08-31 Thread Hillel
Hi Stephane and Kannel Users, Stephane we have been using your great script below as /etc/init.d/kannel for a while now on Centos. Thanks for providing a great script to work with. About a month ago, we moved to the latest CVS and now we can only stop the wapbox and sometimes the smsbox with

Re: keyword-regex and matching spaces

2007-08-31 Thread Rodrigo Cremaschi
Hello Aaron, This seems to be kind of a philosofical discussion, but at some point in time, you will find much easier to modify a script than to modify the config file and restart kannel just for a minor change. Best regards, Rodrigo On 8/31/07, Aaron Simmons [EMAIL PROTECTED] wrote:

Re[2]: keyword-regex and matching spaces

2007-08-31 Thread seik
exactly sqlbox to handle all the traffic ONE default service and the services routing rules are applied upon db insert much easier to implement any new service without touching kannel instance at all -Original Message- From: Rodrigo Cremaschi [EMAIL PROTECTED] Sent: 31 ?? 2007 ?.

Re: How to receive MO on an SMPP link

2007-08-31 Thread lekkie
How do I route incoming messages from SMPP Link? Rodrigo Cremaschi wrote: In that case, you must declare transceiver-mode variable to true. Omit receive-port variable. Check the userguide, under SMPP 3.4 section. Regards. On 8/29/07, lekkie omotayo [EMAIL PROTECTED] wrote: Thanks

Re: How to receive MO on an SMPP link

2007-08-31 Thread Rodrigo Cremaschi
Hi Lekkie, Tell us what have you done so far, and what problems have you encountered. If you talked to the the carrier guys, what did they say? So we can find out if Kannel, or the connection, or the SMSC has any kind of problem. Regards, Rodrigo. On 8/31/07, lekkie [EMAIL PROTECTED]

Question about MYSQL Support

2007-08-31 Thread Sarfaraz Jamal
Hi We are installing kannel on windows, and wish to use a MYSQL Server on another server (not the localhost) Do we still need to configure with --with-mysql, and --with-mysql-dir? Also, if we do need to install mysql, should we do a cygwin compile or a windows binary of mysql? (and whats the

Re: How to receive MO on an SMPP link

2007-08-31 Thread lekkie
Hi, Below is my config file. However, what'd like is a single HTTP connection to an application to send and receive SMS from the application I'd also like 3 links to 3 telcos over SMPP binding as transceivers, so that they can receive and send messages. How can I make sure a message coming

Re: Question about MYSQL Support

2007-08-31 Thread Alejandro Guerrieri
Hi, First of all, Kannel is not production-ready on Windows, you'll lose messages under moderate load because of a buggy threads implementation on Cygwin. You can use it for testing purposes, but don't rely on it on a live environment. Being said that, if you wish to connect to an external mysql

unsubscribe

2007-08-31 Thread Joonyoung Park
unsubscribe _ Invite your mail contacts to join your friends list with Windows Live Spaces. It's easy! http://spaces.live.com/spacesapi.aspx?wx_action=createwx_url=/friends.aspxmkt=en-us

Re: Question about MYSQL Support

2007-08-31 Thread Frank Hablawi
Can Kannel be installed on a Lynux server running MYSQL? As I've said elsewhere on this list - I'm a novice user attempting to install this program on my simple little Godaddy hosted site. Any help would be appreciated. On 8/31/07, Alejandro Guerrieri [EMAIL PROTECTED] wrote: Hi, First of

Re: Question about MYSQL Support

2007-08-31 Thread Alejandro Guerrieri
You'll probably need shell access and the ability to compile and install the source code. You'll also need to run the services (usually that means shell access). I don't know the subtleties regarding your particular hosting service, but if you have only web control panel access it would be quite

Re: How to receive MO on an SMPP link

2007-08-31 Thread lekkie
Please, I need a help here. I want to to be able to receive message from a telco's SMPP SMSC and only pass it to a url. I also need another SMPP SMSC that will only deliver mesage to the same telco. Is this possible? lekkie wrote: Hi, Below is my config file. However, what'd like is

Re: How to receive MO on an SMPP link

2007-08-31 Thread Rodrigo Cremaschi
YES, it is possible. PLEASE, take some time to read the userguide AND the following document: http://www.kannel.org/download/1.3.2/arch-1.3.2/arch.html Many of the terms defined there apply also to SMS. Then, come back with any problems that may araise. Regards, R. On 8/31/07, lekkie [EMAIL

Configuring Kannel to Work with Apache, MySql on Windows

2007-08-31 Thread Tinatsei Mhazi
Hi guys, I'm quite new to Kannel and I would be glad if someone could help me with configuring Kannel with Apache and MySql on Windows XP. I have installed Apache and MySQL on WinXP. Your input will be greatly appreciated. Tinatsei