Potential problem with dlr-storage in core group

2005-02-01 Thread Alex Judd
Hi everyone Were setting up DLR redirection into mySQL using the dlr-storage parameter in the core group, and it would appear that the octstr_compare in the dlr.c is not behaving as it should do. Three basic tests. Setup for internal (works) [config] dlr-storage =

[Fwd: Requesting DLR for binary messages]

2005-02-01 Thread Enver ALTIN
Hi, Forwarding here with hope to find an answer :) Thanks, Forwarded Message From: Enver ALTIN [EMAIL PROTECTED] To: users@kannel.org Subject: Requesting DLR for binary messages Date: Mon, 31 Jan 2005 16:39:10 +0200 Hi, I'm developing an application which sends binary

[Fwd: Kannel]

2005-02-01 Thread Kalle Marjola
-Forwarded Message- From: Fernando Montenegro [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Kannel Date: Tue, 01 Feb 2005 09:24:53 -0500 Hello, I have been cruising the Kannel source for the SMS Gategay. I am looking for the module that contains the source to send SMPP WAP Push. I was

Re: [Fwd: Kannel]

2005-02-01 Thread Aarno Syvänen
Kannel converts WAP Push to tokenized SMS content, and sends it like any SMS (expect that this SMS comes from wapbox, not from smsbox). So there are no special WAP Push SMSC anywhere, but you can send tokenized doc over SMPP. Aarno On 1.2.2005, at 15:48, Kalle Marjola wrote: -Forwarded

RE: Potential problem with dlr-storage in core group

2005-02-01 Thread Alex Judd
Thanks Alex - yes you're right - the --with-mysql and --with-mysql-directory configuration parameters fixed the issue. Interestingly though I couldn't see any if/defs in the code to stop the check being valid as it was reporting in the tests? /* * assume we are using internal memory in

Re: [PATCH] http client/server timeout

2005-02-01 Thread Alexander Malysh
Hi, as no objections were there, commited to cvs. Alexander Malysh wrote: Hello together, please find attached patch that implements http server client idle timeout. In order to efficient handle timeouts and don't start yet another thread we use already available fdset's threads. With

Re: MMS question

2005-02-01 Thread Søren Hansen
man, 31 01 2005 kl. 18:37 +0100, skrev Pommnitz, Jrg: Hi List, an interesting (and somewhat hypothetical) question: Where to send the m-notifyResp.ind in a MMS client? To the MMS Proxy-Relay as configured on the phone. That is the same place to which it sends M-Send.req, etc. -- Sren Hansen

[FYI] list_XXX - gwlist_XXX commited

2005-02-01 Thread Alexander Malysh
Hi together, a really big patch was commited to cvs... for all external applications that uses gwlib please do: for file in `grep -lrE [^a-z^A-Z^_]list_[a-zA-Z] . | grep -E '\.([ch]) (def)$'`; do sed -e 's/\([^a-z^A-Z^_]\)\(list_\)\([a-zA-Z]\)/\1gwlist_\3/g' $file $file.new mv -v $file.new