the docs mean the MT traffic queued between the SMSC and the bearerbox, not the MT DLR status info coming after the MT has been ACK-ed by the SMSC.
its a bit confusing, i know. check out http://kannel.org/download/kannel-userguide-snapshot/userguide.html#AEN2934 so based on the above, as the previous posts recommended, either use external DB or just set something like the following in the core config : store-file = "/opt/kannel/var/kannel.store" you may then check the status of NON SENT TO SMSC MT traffic via the web admin ... examples: http://10.9.0.157:13000/store-status?user=seik&password=passwd http://10.9.0.157:13000/store-status.txt?user=seik&password=s31k http://10.9.0.157:13000/store-status.xml?user=seik&password=s31k the reason of external DB based storage is simple: file corruption on box/kannel crash cheers BeCauet 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] > <mailto:[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 <http://www.perusms.NET> > www.smsglobal.com.mx <http://www.smsglobal.com.mx> y > www.pravcom.com <http://www.pravcom.com> > > > > On Mon, Apr 27, 2009 at 11:37 AM, BeCauet <[email protected] > <mailto:[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 > > > >
