Tell Kannel to stop receiving SMSs

2006-06-13 Thread Cyrus Patel
Hi all, I'm running Kannel with a SMPP SMSC and it's all working well. There's a feature I need and I'm not sure if Kannel supports it. Is it possible to tell Kannel to stop receiving SMSs and let the SMSC buffer them (as opposed to receiving them and buffering them locally)? I saw it option

Re: running makefile errors

2006-06-13 Thread Stipe Tolj
raymond tsang wrote: I am using 1.40 version of kannel source in cygwin, after running ./configure, it's Ok, but when try to make, it got over 100 errors ../Makefile: line 10: SHELL: command not found ../Makefile: line 13: srcdir: command not found The following is part of Makefile.

Re: Tell Kannel to stop receiving SMSs

2006-06-13 Thread Stipe Tolj
Cyrus Patel wrote: Hi all, I'm running Kannel with a SMPP SMSC and it's all working well. There's a feature I need and I'm not sure if Kannel supports it. Is it possible to tell Kannel to stop receiving SMSs and let the SMSC buffer them (as opposed to receiving them and buffering them

Re[2]: GSM modem stop working after 1000 sms

2006-06-13 Thread Евгений Сидоров
Thank you, Stipe Tolj. Should it help if I will use maximal_error_count parameter from smsc group and reset-string from modems group to resolve my problem? Could you please explain to me how to get exactly 1.4.1RC version of Kannel from CVS? -Original Message- From: Stipe Tolj

trouble with platform

2006-06-13 Thread sarwat jabeen
hello everyone I ve been tryin 2 compile kannel. ./compile command runs fine bt the ./make command gives n error. cd there b a prob with the platform?im using redhat 9.if im switching 2 some other distribution wht is the best option? The error is : [EMAIL PROTECTED] gateway-1.4.0]# ./make

Re: trouble with platform

2006-06-13 Thread Rodrigo Cremaschi
Try make not dotslashmake On 6/13/06, sarwat jabeen [EMAIL PROTECTED] wrote: hello everyone I ve been tryin 2 compile kannel. ./compile command runs fine bt the ./make command gives n error. cd there b a prob with the platform?im using redhat 9.if im switching 2 some other distribution wht

Re: trouble with platform

2006-06-13 Thread Mi Reflejo
Hi sarwat, It seems like you need to read more into the manual :). I suggest you take a good, long hard look at INSTALL file. Basic steps are: # ./configure (Maybe you should look ./configure --help for your needs.) # make # make install (Without # of course) M. On 6/13/06, sarwat jabeen

PPG wap push not sent

2006-06-13 Thread Luis Valencia
Hi everybody, I have just implemented my WAP and PPG services on Kannel, im using test_ppg and users guide .xmls pap and si files, but I dont receive the push, Im sure there is something in my conf that its not well, but at this point I dont know what can be. Can anybody give a light

make error

2006-06-13 Thread sarwat jabeen
the following error occurs with the make command : [EMAIL PROTECTED] gateway-1.4.0]# make gcc -D_REENTRANT=1 -I. -Igw -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -I/usr/include/libxml2 -I/usr/include/openssl -o gw/bb_alog.o -c gw/bb_alog.c In file included from /usr/include/openssl/ssl.h:179,

Re: make error

2006-06-13 Thread Linkas
You need to install some more libraries to compile, check docs for minimum requirements. Julien sarwat jabeen ha scritto: the following error occurs with the make command : [EMAIL PROTECTED] gateway-1.4.0]# make gcc -D_REENTRANT=1 -I. -Igw -D_XOPEN_SOURCE=600 -D_BSD_SOURCE

RE: make error

2006-06-13 Thread Rene Kluwen
I once fixed this error (on some systems) with: CFLAGS=-I/path/to/krb5.h ./configure [configure options] Rene Kluwen Chimit -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of sarwat jabeen Sent: dinsdag 13 juni 2006 19:38 To: users@kannel.org Subject: make

sqlbox make patch

2006-06-13 Thread Hofferek Attila
Hi all! I've got newly checkouted gateway and sqlbox source trees, and I get these errors when I try to patch the gateway source with the sqlbox patch (make patch) machine:~/kannel/sqlbox# make patch patch -p0 -d ../gateway sqlbox.patch patching file Makefile.in patching file configure Hunk #1

Re: sqlbox make patch

2006-06-13 Thread Mi Reflejo
There is a new configure file on gateway module. We need to do a new sqlbox.patch for it. Hold on. I'll do it. Martin. On 6/13/06, Hofferek Attila [EMAIL PROTECTED] wrote: Hi all! I've got newly checkouted gateway and sqlbox source trees, and I get these errors when I try to patch the

Re: sqlbox make patch

2006-06-13 Thread Mi Reflejo
put this file into sqlbox/ directory and try make patch again. Please tell me if it's working for you. M. On 6/13/06, Hofferek Attila [EMAIL PROTECTED] wrote: Hi all! I've got newly checkouted gateway and sqlbox source trees, and I get these errors when I try to patch the gateway source with

Re: sqlbox make patch

2006-06-13 Thread Hofferek Attila
Mi Reflejo írta: put this file into sqlbox/ directory and try make patch again. Please tell me if it's working for you. Looks like working, thanks. machine:~/kannel/sqlbox# make patch patch -p0 -d ../gateway sqlbox.patch patching file Makefile.in patching file configure patching file

Re: make error

2006-06-13 Thread Stipe Tolj
sarwat jabeen wrote: the following error occurs with the make command : [EMAIL PROTECTED] gateway-1.4.0]# make gcc -D_REENTRANT=1 -I. -Igw -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -I/usr/include/libxml2 -I/usr/include/openssl -o gw/bb_alog.o -c gw/bb_alog.c In file included from

Re: trouble with platform

2006-06-13 Thread Stipe Tolj
sarwat jabeen wrote: hello everyone I ve been tryin 2 compile kannel. ./compile command runs fine bt the ./make command gives n error. cd there b a prob with the platform?im using redhat 9.if im switching 2 some other distribution wht is the best option? The error is : [EMAIL PROTECTED]

Re: trouble with platform

2006-06-13 Thread Stipe Tolj
Mi Reflejo wrote: Hi sarwat, It seems like you need to read more into the manual :). I suggest you take a good, long hard look at INSTALL file. Basic steps are: # ./configure (Maybe you should look ./configure --help for your needs.) # make # make install (Without # of course) Thanks

Re: make error

2006-06-13 Thread Mi Reflejo
I don't know if this is your case, but i have been seen in some redhat machines that kerberos include file is in /usr/kerberos/include. so. 1. Make sure you have the krb5-devel and krb5-libs rpms installed. and do: # ln -s /usr/kerberos/include/com_err.h /usr/include/ # ln -s

mysql issue

2006-06-13 Thread Willy
Hi, Does Kannel needsa server and client installation of MySQL to enable MySQL support? Or just the MySQL Client libs are needed? Any MySQL ./configure options tips? To make Kannel's installation running well with MySQL support? Thanks for your replies. Regards Willy

missmatch DLR status

2006-06-13 Thread Willy
Hi, I just installed latest Kannel snapshot and connected to my GSM operator via SMPP protocol. Why does many DLR status from Kannel are missmatch with DLR status from my operator? I also have used the same message-id type as the operator used. Thank you for replies. Regards Willy

Re: mysql issue

2006-06-13 Thread Wayne Khan
You need mysql-devel to enable mysql support, as well as running ./configure --with-mysql=/path/to/mysql. If you run into any issues with ./configure alone, it might be a path issue so you prepend the path for whatever you is required before ./configure. Say you get the error that 'ar' is not

Re: mysql issue

2006-06-13 Thread Willy
Hi Wayne, Thanks for the reply. Well I have sucessfully do ./configure and make with MySQL support, the problem occurs when I make check, all checks are error if I enable MySQL support during the ./configure or make process, but runs well without it. Thanks again. Regards Willy - Original