Clarification: The only non-persistent storage in kannel is the default setting for DLR's (but you can configure a DB storage engine for this, of course).
The messaging queues ARE persistent and there's no way to change that. Regards, Alejandro On Tue, Apr 28, 2009 at 3:58 PM, Alvaro Cornejo <[email protected]>wrote: > A precision to comment by Eduardo. Kannel queue IS persistent if you > configure store type/location (currently spool & file). The default > is, as Eduardo said, not > persistent > > Alvaro > > > |-----------------------------------------------------------------------------------------------------------------| > Envíe y Reciba Datos y mensajes de Texto (SMS) hacia y desde cualquier > celular y Nextel > en el Perú, México y en mas de 180 paises. Use aplicaciones 2 vias via > SMS y GPRS online > Visitenos en www.perusms.NET www.smsglobal.com.mx y > www.pravcom.com > > > > On Tue, Apr 28, 2009 at 8:45 AM, Eduardo Raad > <[email protected]> wrote: > > As far as I know Kannel does not support database logging for MO messages > > out of the box. > > > > To work around this you may create an SMS service (with php, python or > > whatever language you like) that stores MO messages in a database and > serves > > the content (or forwards it to an external provider). > > > > The lastes Kannel version supports SMS service message queuing so you > don't > > worry about loosing messages if your http site is down for some time, > > although this queue is not persistent (it will be erased if Kannel is > > shutdown). > > > > Look up for sms-service configuration in the user guide. > > > > Hope this helps you. > > > > Eduardo > > > > Sent from my BlackBerry® wireless device > > > > ________________________________ > > From: [email protected] > > Date: Tue, 28 Apr 2009 16:31:09 +0300 > > To: <[email protected]> > > Subject: Re[2]: Queue saving ? > > > > Why Kannel does not created mysql support but only file and dir support ? > > > > Tuesday, April 28, 2009, 4:25:35 PM, you wrote: > > > >> If you want mysql storage for MT you can use either sqlbox and/or use > > > >> a patch from Alejandro Guerreri http://www.blogalex.com/archives/88 > > > >> don know its status or if it is ready for production > > > >> Regards > > > >> Alvaro > > > >
