Re: Kannel Redis Dlr

2014-11-10 Thread Tapan Kumar Thapa
Hi, I have not heard anything from anyone on this (Good or Bad). Does this means that no-one is using Redis as DLR storage? I have compiled latest kannel (svn-r5110) from svn with Redis DLR support. Everything is working fine as i have tested 5-10 messages and DLRs are getting stored under Redis

Re: Kannel 1.5 on a 64-bit OS

2014-11-10 Thread spameden
2014-11-10 21:30 GMT+03:00 Lamasuta Franck : > Hi all, > > > > We are running Kannel 1.5 on a server with RHEL4 (32 bits) and we are > using the SMPP, CIMD2 and HTTP interfaces. > > We would like to upgrade the server to RHEL 6.4 (64 bits). > > Is Kannel fully compatible with a 64-bit OS? > It's

Re: auto set coding for various charset in message

2014-11-10 Thread spameden
You need to do this on your application level or you can modify kannel's source code to get this ability. 2014-11-10 18:28 GMT+03:00 Mi Ke : > Dear All, > > I'm using kannel smsbox and http requests for message sending. When coding > is set to 2 and charset to UTF-8 I have all latin-based message

Re: Kannel 1.5 on a 64-bit OS

2014-11-10 Thread RK Krishnas
Yes, I am working on 64 bit centos 6.5 from past 1 year. No issues at all. *Rajeev Krishna* Operations Manager Krishnas Software Technologies www.krishnasoft.in mobile :+91 888 5815 888 Sales :+91 888 5813 888 Support :+91 888 5817 888 On Tue, Nov 11, 2014 at 12:00 AM, Lamasuta Franck < f.

Kannel 1.5 on a 64-bit OS

2014-11-10 Thread Lamasuta Franck
Hi all, We are running Kannel 1.5 on a server with RHEL4 (32 bits) and we are using the SMPP, CIMD2 and HTTP interfaces. We would like to upgrade the server to RHEL 6.4 (64 bits). Is Kannel fully compatible with a 64-bit OS? Regards, Franck

auto set coding for various charset in message

2014-11-10 Thread Mi Ke
Dear All,   I'm using kannel smsbox and http requests for message sending. When coding is set to 2 and charset to UTF-8 I have all latin-based messages always treated as Unicode which waste half of it's 160 characters length. My question is: is there an elegant/easy way to save capacity for messa

Re: Configure --with-ssl

2014-11-10 Thread Milan P. Stanic
On Mon, 2014-11-10 at 13:23, spameden wrote: > 2014-11-10 13:14 GMT+03:00 Milan P. Stanic : > > On Mon, 2014-11-10 at 13:09, spameden wrote: > > > You need to install libssl-dev on Ubuntu. > > You answered to wrong person. > I'm sorry but I'm just answering to the latest message in this thread. Do

Re: Configure --with-ssl

2014-11-10 Thread Willy Mularto
Found the solution —with-ssl=/dir/to/ssl Thanks > On Nov 10, 2014, at 4:43 PM, Milan P. Stanic wrote: > > On Mon, 2014-11-10 at 16:24, Willy Mularto wrote: >> I have checked *ssl* package that’s already installed in my Ubuntu, and >> found libssl, libssl-dev, libssl0.9.8, libssl08-dev, libssl0

Re: Configure --with-ssl

2014-11-10 Thread spameden
2014-11-10 13:14 GMT+03:00 Milan P. Stanic : > On Mon, 2014-11-10 at 13:09, spameden wrote: > > You need to install libssl-dev on Ubuntu. > > You answered to wrong person. > I'm sorry but I'm just answering to the latest message in this thread. Of course, my message was directed to Willy. > > >

Re: Configure --with-ssl

2014-11-10 Thread Milan P. Stanic
On Mon, 2014-11-10 at 13:09, spameden wrote: > You need to install libssl-dev on Ubuntu. You answered to wrong person. > And depends on the Ubuntu version OpenSSL will be 0.9.8 or 1.0.0 line. > Kannel compiles fine with both 0.9.8 and 1.0.0+. OP (Willy) wrote in his mail that he is already inst

Re: Configure --with-ssl

2014-11-10 Thread spameden
You need to install libssl-dev on Ubuntu. And depends on the Ubuntu version OpenSSL will be 0.9.8 or 1.0.0 line. Kannel compiles fine with both 0.9.8 and 1.0.0+. 2014-11-10 12:43 GMT+03:00 Milan P. Stanic : > On Mon, 2014-11-10 at 16:24, Willy Mularto wrote: > > I have checked *ssl* package tha

Re: Configure --with-ssl

2014-11-10 Thread Milan P. Stanic
On Mon, 2014-11-10 at 16:24, Willy Mularto wrote: > I have checked *ssl* package that’s already installed in my Ubuntu, and found > libssl, libssl-dev, libssl0.9.8, libssl08-dev, libssl09-dev, libssl095a-dev, > libssl096-dev, openssl, and still got this error “Configuring OpenSSL > support ...

Re: Configure --with-ssl

2014-11-10 Thread Willy Mularto
I have checked *ssl* package that’s already installed in my Ubuntu, and found libssl, libssl-dev, libssl0.9.8, libssl08-dev, libssl09-dev, libssl095a-dev, libssl096-dev, openssl, and still got this error “Configuring OpenSSL support ... configure: error: Unable to find OpenSSL libs and/or direc

Re: Configure --with-ssl

2014-11-10 Thread Milan P. Stanic
On Mon, 2014-11-10 at 08:09, Willy Mularto wrote: > I don't think the package is exist in Ubuntu. All I found is openssl, > libnssl-dev, is there any other? On Debian derived distribution (Ubuntu, ...) there is no openssl-devel package. > On Mon, 10 Nov 2014 15:03 Tapan Kumar Thapa > wrote: > >

Re: Configure --with-ssl

2014-11-10 Thread Willy Mularto
I don't think the package is exist in Ubuntu. All I found is openssl, libnssl-dev, is there any other? On Mon, 10 Nov 2014 15:03 Tapan Kumar Thapa wrote: > Have you also installed openssl-devel package? > > On Mon, Nov 10, 2014 at 1:27 PM, Willy Mularto > wrote: > >> Hi, >> Just tried to instal

Re: Configure --with-ssl

2014-11-10 Thread Tapan Kumar Thapa
Have you also installed openssl-devel package? On Mon, Nov 10, 2014 at 1:27 PM, Willy Mularto wrote: > Hi, > Just tried to install Kannel with SSL enabled on Ubuntu, already installed > openssl and libssl-dev, the configure returns error “Unable to find OpenSSL > libs and/or directories at yes”