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 -----Original Message----- From: [email protected] Date: Tue, 28 Apr 2009 16:31:09 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 > <http://www.blogalex.com/archives/88> > don know its status or if it is ready for production > Regards > Alvaro
