Accessing Kannel remotely

2004-06-08 Thread shwong
Kannel Host Kannel 1.1.6 Cobalt Linux release 6.0 (Shinkansen-Decaf) Kernel 2.2.16C32_III on an i586 libxml2-2.4.23-1 Application Host RedHat linux 8 Coldfusion MX Hi, I've just *inherited* a dormant kannel 1.1.6 server and my company just recently produced a bulk

Re: Accessing Kannel remotely

2004-06-08 Thread Guillaume Cottenceau
shwong shwong 'at' sebasasia.com writes: lynx -dump http://[Kannel host IP]:13131/cgi-bin/sendsms?username=spidermanpassword=spiderto=0122821854text=Test+Kannel; Looking up [Kannel host IP]:13131 [Kannel host IP]:13131 Making HTTP connection to [Kannel host IP]:13131 Alert!: Unable to

What does SI need to be for a midlet?

2004-06-08 Thread Eric Carlson
I'm using the sendsms with binary hardcoded hex for udh as posted on this list a while back. It works great I can send links. What I want to to is send the link to a midlet. What should this look like and is there any special requirement for the server the midlet lives on (e.g. can Apache do it

Routing SMS From one SMSC to the other

2004-06-08 Thread Amin Abbaspour
Hi, I am new to kannel, sorry if the answer is vivid. I wanna route SMS coming from one SMSC to the other in kannel 1.2.1. For this purpose I use sms-service and I post the originating message with ...sms=other-smsc again to route it. This method works, but i guess there should be a better way

Re: Siemens TC35 with Solaris setup

2004-06-08 Thread Georg Horn
On Mon, Jun 07, 2004 at 10:09:17PM +0100, Steve Kennedy wrote: Solaris usually uses /dev/cua/a and /dev/cua/b There are known issues with Solaris zs drivers, I forget which but do a google search and you'll find a site with serial resources. You might need to change the eeprom setting for

RE: Does DLR have postgreSQL support?

2004-06-08 Thread Rene Kluwen
Hidden, somewhere in the SQLBOX patch that I recently posted to this list, also is included DLR support for Postgres SQL. If there is interest enough to have it included in HEAD, I am willing to take that part out and post it seperately. I know the SQLBOX patch is big and too risky to

Re: Does DLR have postgreSQL support?

2004-06-08 Thread Guillaume Cottenceau
John Vincent Mombay jvmombay 'at' stanger.com.hk writes: Hi, I'm migrating from MySQL to PostgreSQL. I just wanted to know if DLR supports postgreSQL. I've checked dlr.c and seems to me it only has mySQL in it. just needs clarification. There is no native PostgreSQL driver in Kannel.

MO/MT PSMS

2004-06-08 Thread Hiren
Hi All, I wanted to do MO/MT PSMS. For this I found that there is Stipe's patch on 2003-10-16 for SMPP to use special billing parameters. But i cannot find exact place (link) from where i can download this patch. Also, i download some earlier version having this billing parameters added.

compiling with mysql

2004-06-08 Thread Mesedilla, Fritz C.(Digitel-GSM)
Greetings! I have been trying to compile kannel with mysql using cvs... I can't seem to get past the make. It configures properly but doesn't proceed with make. gcc -D_REENTRANT=1 -I. -Igw -D_XOPEN_SOURCE=600 -D_BSD_SOURCE -DBROKEN_PTHREADS=1 -I/usr/include/libxml2

Re: compiling with mysql

2004-06-08 Thread Alejandro Guerrieri
Look at the line: gw/dlr_mysql.c:74:25: mysql/mysql.h: No such file or directory You are missing the MySQL header file. Maybe it's not on the right place or is really missing. If you are using redhat, you must install the mysql-devel package. Regards, - Original Message - From:

RE: compiling with mysql

2004-06-08 Thread Mesedilla, Fritz C.(Digitel-GSM)
I have mysql.h... locate mysql.h /usr/local/mysql/include/mysql/mysql.h Actually if I change gw/dlr_mysql.c and edit the include line from #include mysql/mysql.h to #include /usr/local/mysql/include/mysql/mysql.h it works but stops somewhere else for another error. Fritz Mesedilla --- +

Re: compiling with mysql

2004-06-08 Thread Alejandro Guerrieri
Add: --with-mysql=/usr/local/mysql/include To your ./configure line If you past this and get more errors, please post them then. Regards, - Original Message - From: Mesedilla, Fritz C.(Digitel-GSM) [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, June 09, 2004 4:02 AM