Re: Kannel expert needed!

2007-01-07 Thread Stipe Tolj
Mi Reflejo wrote: And me! i'm in south america yep!... sorry I didn't mention Martin. Stipe --- Kölner Landstrasse 419 40589 Düsseldorf, NRW, Germany tolj.org system architecture Kannel Software Foundation (KSF)

Error during compile

2007-01-07 Thread Stuart Steele
I am having trouble compiling kannel, I get the following configure error C compiler cannot create executables Thanks in advance Stuart -- Stuart Steele StuWeb Race Management Services www.stuweb.co.uk

Re: Error during compile

2007-01-07 Thread Mi Reflejo
It's a problem related to your compiler and compiler options/flags. Which compiler/version are you using? Please post your config.log M On 1/7/07, Stuart Steele [EMAIL PROTECTED] wrote: I am having trouble compiling kannel, I get the following configure error C compiler cannot create

Re: Error during compile

2007-01-07 Thread Mi Reflejo
Your config.log is saying: /usr/bin/ld: crt1.o: No such file: No such file or directory When gcc tries to compile conftest.c Short: You need build-essential in your Ubuntu. # sudo apt-get install build-essential M On 1/7/07, Stuart Steele [EMAIL PROTECTED] wrote: I hope this list takes

Re: [Fwd: oci.h not found]

2007-01-07 Thread Mi Reflejo
This file is included when you Install the Oracle Development packages there is an option in the Oracle Client CD to install this. On 1/3/07, Stipe Tolj [EMAIL PROTECTED] wrote: forwarded to the list. Stipe --- Kölner Landstrasse

internal dlr storage

2007-01-07 Thread Iain Dooley
hi, i've written a couple of times about how to access internal dlr storage and there have been no responses. am i missing something very obviuous here? i can't find anything in the userguide or google which tells me how to access the delivery reports... is it not possible? cheers iain

Re: internal dlr storage

2007-01-07 Thread seik
Hi, In case you want to work with delivery reports, there is no usage of dealing with the internal dlr storage. Instead, when sending the message, set dlr-mask to something useful value as 31, and set dlr-url value to an accusable by Kannel URL: example:

Re: internal dlr storage

2007-01-07 Thread Iain Dooley
hi seik, In case you want to work with delivery reports, there is no usage of dealing with the internal dlr storage. hmm what is internal then? it does'nt say this in the manual Instead, when sending the message, set dlr-mask to something useful value as 31, and set dlr-url value to an

possibly a bug: smsbox log

2007-01-07 Thread Ady Wicaksono
Using loglevel parameters in HTTP interface allow us to change log-level of log-files? However, seems it's only work with core group log-files, I have separated smsbox log and using this command not change log-level of smsbox log Any information? I use kannel 1.4.1

Re[2]: internal dlr storage

2007-01-07 Thread seik
Hi Iain, The internal dlr storage is called internal for a reason I dont know, I assume the developers called it in such way because it keeps the internal Kannel statuses of the message in the internal Kannel queue, as SENT, FAILED, QUEUED. It does not keep the statuses of the message received

How can i use kannel to get messages from various clients over SMPP running SMPP Server in kannel ?

2007-01-07 Thread Amritpal Singh
Dear Friends, Would expect a few inputs from Kannel experts.Have the following queries :- Does kannel support SMPP Server Functionality ? ( If yes, does it allow multiple client support ?) Do we have any specific doccument explaining the SMPP Implementation Architecture in kannel ? Looking