Re: Help - Stable release 1.4.0 - Compile Error any inputsss.?

2005-02-09 Thread Tech mark
export CPPFLAGS=-I/usr/kerberos/includebefore ./configureRedhat 9 puts the Kerberos libs in a different place!   or edit Makefile in kannel folderTecExperts <[EMAIL PROTECTED]> wrote: ---Thank you for using Kannel.> makeMakefile:315: .depend: No such file or directoryfor dir in gw gw/smsc g

SMS Delivery problem

2005-02-09 Thread Pieter Natte
Dear List, We are connected with several carriers. Since we moved to Kannel 1.4.0 form 1.2.1 we have run in several problems. So far none related to Kannel. All problems we detected had to do with the set up by the carrier and they have been good in solving them. The suggestions I received

problem installing kannel

2005-02-09 Thread Chamal De Silva
Hi, I downloaded kannel. But I can't install it. What I did first was to unarchive it with tar -zxvf gateway*.tar.gz Then ./configure This worked without any errors. Then touch .depend Than I typed make depend This command keeps on giving the same output without ending. This output keep

Re: need help on SMSC hhtp

2005-02-09 Thread Davy Chan
**>Date: Tue, 8 Feb 2005 22:59:54 +0200 **>From: CosmoStation <[EMAIL PROTECTED]> **>To: users@kannel.org **>Subject: need help on SMSC hhtp **> **>Dear users/developers, **> **>I use kannel for SMS (MO/MT) using smpp connection to SMSC. **> **>I want to receive/send messages via an http api, becau

Re: smpp DLR problem

2005-02-09 Thread tom
Just for completeness should someone ever come across the same problem , i've done a quick hack(!) to dlr_find in smsc_smpp.c to make it work ; if (octstr_ncompare(smpp->conn->id,octstr_imm(""),6) == 0) { warning(0,"smsc id changed"); dlrmsg = dlr_find(octstr_imm(""), tmp,

unsubscribe

2005-02-09 Thread Holger Janning
unsubscribe smime.p7s Description: S/MIME Cryptographic Signature

Re: wap push problem

2005-02-09 Thread Marko Helle
Hi Mauricio, I guess You should send following data first: POST /cgi-bin/wap-push.cgi HTTP/1.1 Host: localhost //or what ever Your host is X-Kannel-SMSC: YOURSMSC // add X-Kannel-Headers if needed If You need to send username and password, You can add those in POST url: POST /cgi-bin/wap-push.c