Kannel 1.4.0 not compiling !

2006-07-28 Thread Vaibhav Solanki
Hello, Am compiling Kannel 1.4.0 on Red Hat Linux release 9 (Shrike). The steps are as follows. But after configure when i do make am getting following errors, 1. ./configure --enable-start-stop-daemon Doesnt give any errors 2. make Gives error: gcc -D_REENTRANT=1 -I. -Igw -D_XOPEN_SOURCE=600

RE: error code 0x00000045

2006-07-28 Thread Rajendra rait
Gotta, its working now, got the correct system type/system-id from my smsc provider and corrected it. Cheers, Raj. From: Rajendra rait [EMAIL PROTECTED] To: users@kannel.org Subject: error code 0x0045 Date: Tue, 25 Jul 2006 15:27:42 +0530 Hi, I get this error while sending an SMS

Receiving SMS

2006-07-28 Thread Rajendra rait
Hi, I have an SMSC connection and i have a list of MSISDN's which is configured to my SMPP account. I am using kannel 1.4.0 and would like to know how do i receive sms through kannel. I can successfully send sms, but need help in configuring kannel to receive sms. Thanks. Raj.

Re: Kannel 1.4.0 not compiling !

2006-07-28 Thread francesco emmi
It doesn't find kerberos inc file. Look in your machine for krb5.h. If, just for example, you find it, let say, in /usr/kerberos/include/ repeat configure in this way: $ ./configure --with-cflags=-I/usr/kerberos/include --your-options Hope it helps you Francesco Il giorno ven, 28/07/2006

kannel and mbuni

2006-07-28 Thread Tharanga
Dear All, Iam new to this Mbuni gateway. i have sccessfully configured the latest kannel. i can send sms and receive sms. But now i need to add MMS feature to my gateway. so..according to the documentation i pathced the kannel and installed other relevant packages. actaull to send and receive

Re: Kannel 1.4.0 not compiling !

2006-07-28 Thread Vaibhav Solanki
Hi, Thanks Francesco and Thomas. I compiled it successfully. Am thinking to compile the same on fc4. Thanks for the help Vaibhav On 7/28/06, francesco emmi [EMAIL PROTECTED] wrote: It doesn't find kerberos inc file.Look in your machine for krb5.h. If, just for example, you find it, let say, in

Re: value of timestamp

2006-07-28 Thread Chronis N.
You get %T from kannel in GMT, so, you have just to add the timezone difference when adding into your database. Regards, CHRONIS N. - Original Message - From: Jyothi rao To: Chronis Nikos Sent: Wednesday, July 26, 2006 1:43 PM Subject: Re: value of timestamp

Re: Receiving SMS

2006-07-28 Thread Alejandro Guerrieri
Start reading the user guide, checking for the demo configuration files on the kannel source tree and browsing the mailing list archives. If after all that you're still needing help (I seriously doubt it), ask the list for the specific problem you're facing. Hope it helps, On 7/28/06, Rajendra