Re: about bearerbox start up

2004-04-06 Thread Phuah Yee Keat
Could you attach your /tmp/bearerbox.log also? summer wrote: >I use the software of vmware to install Red Hat Linux release 9 (Shrike) Kernel > 2.4.20-8 as client system ,the host system is Windows 2000 server at the same PC. > And I install kannel-1.2.0-5.i386.rpm into Red Hat 9. My Kanne

Re: about bearerbox start up

2004-04-05 Thread Phuah Yee Keat
Post your configuration file, and the whole log. Also the version of kannel that you are using. summer wrote: > hi all > I installed the gateway into RedHat9.0 ,and then start the bearerbox in the > directory gw . The instruction as follows "./bearerbox -v 1 kannel.conf". But this > progra

Re: Kannel v1.3.1 on RedHat v9 configuration problem

2004-02-17 Thread Phuah Yee Keat
Well, try to snapshot version on RH9.0, just change the parameter "smsc=at2" to "smsc=at", other configurations should remain the same. Cheers, Phuah Yee Keat Jan wrote: Hi, I hope someone can really help me on this. I still cannot send or receive SMS from the RH9 machin

Re: Kannel v1.3.1 on RedHat v9 configuration problem

2004-02-17 Thread Phuah Yee Keat
like "daemon"... No solution for your for this one, as I am struggling myself in this area too! Cheers, Phuah Yee Keat BK wrote: Hi, I have a RedHat v7.2 i386 machine running on gateway v1.0.3. I have tried to send unicode SMS messages but it failed to work. I tried to install the ga

Unicode in SMPP

2004-02-12 Thread Phuah Yee Keat
Unicode supported in the smpp module? Thanks, Phuah Yee Keat

Re: pls help........!!!!!!!

2004-01-14 Thread Phuah Yee Keat
I think kannel does not support sending messages to multiple numbers at one go, you need to invoke the script 3 times in order to send 3 messages. Cheers. [EMAIL PROTECTED] wrote: hi dear Friends , when i try to send a message to more than one numbers smsbox saying like this error msg. where

[Fwd: Re: Problems with Debian Startup Scripts]

2003-12-29 Thread Phuah Yee Keat
A 3rd option (which I am using now) is to make your 'kannel' user a member of the group of your /dev/ttyS0, so you can leave the permission of the device file as it is, and only kannel (not ordinary users) can access the device file. Cheers. Rene Kluwen wrote: Without saying anything about whethe

Re: Radius-acct config error

2003-12-22 Thread Phuah Yee Keat
Just checked, kannel 1.2.1 and 1.3.1 does not support radius-acct. Please upgrade to the snapshot or CVS version. There is no mentioning of radius in the 1.2.1 and 1.3.1 user manuals from kannel's web page. Cheers, Phuah Yee Keat mahmut akcay wrote: I tried it both on 1.2.1 and 1.3

Re: Radius-acct config error

2003-12-21 Thread Phuah Yee Keat
Can you attach your full kannel.conf? Which version of kannel are you using? 1.3.1? 1.2.1? or cvs? Cheers, Phuah Yee Keat mahmut akcay wrote: I inserted radius-acct config in the configuration file as described in the user guide. group = radius-acct our-port = 1646 secret-nas = radius when I ran

Re: libxml2 version for RedHat 7.3

2003-12-14 Thread Phuah Yee Keat
go for the compilation way it seems. Cheers, Phuah Yee Keat

Re: Problem compiling on RedHat 7.3

2003-12-09 Thread Phuah Yee Keat
against glibc 2.3, but you are running glibc 2.2. Cheers, Phuah Yee Keat Fausto Zorzi - NetiX s.r.l. wrote: Hi, I'm trying to install Kannel 1.2.1 on a RedHat 7.3. I've installed the libxml2 and libxml2-devel libraries, version 2.6.2-1, as rpm packages. I also had to install mysql-libs

Re: smsbox crashes using smpp

2003-12-07 Thread Phuah Yee Keat
Can you try just by putting 'text = test' first in the sms-service, without the get-url parameter? If it works, then you will know its something wrong with the url, if not, probably some other configuration parameters. Cheers, Phuah Yee Keat Chin Kok Joon wrote: hi, thanks fo