check out these directives: store-type filename Kannel can use store subsystem that means storing messages on hard disk until they are successfully handled. By using this subsystem, no SMS messages are lost in Kannel even by crash, but theoretically some messages can duplicate when system is taken down violently. This variable defines a type of backend used for store subsystem. Now two types are supported: a) file: writes store into one single file b) spool: writes store into spool directory (one file for each message)
store-location filename Depends on store-type option used, it is ether file or spool directory. store-dump-freq seconds Approximated frequency how often the memory dump of current pending messages are stored to store-file, providing something has happened. Defaults to 10 seconds if not set. -- Juan Nin 3Cinteractive / Mobilizing Great Brands http://www.3cinteractive.com On Mon, Apr 27, 2009 at 7:02 PM, BeCauet <[email protected]> wrote: > sorry but even the documentation can only save the DLR in a DB, not the SMS > queue? > > 2009/4/27 Alvaro Cornejo <[email protected]> >> >> you must define a storage type/location in your core config >> >> Regards >> >> 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 Mon, Apr 27, 2009 at 11:37 AM, BeCauet <[email protected]> wrote: >> > Hello, >> > When you stop (or crash) of Kannel, SMS queue is lost .. ? >> > Is there way to fix this problem? >> > mysql table? >> > >> > Mick >> > > >
