Queue saving ?

2009-04-27 Thread BeCauet
Hello, When you stop (or crash) of Kannel, SMS queue is lost .. ? Is there way to fix this problem? mysql table? Mick

Re: Queue saving ?

2009-04-27 Thread Alejandro Guerrieri
Mick, Where did you get that from? Kannel won't lose messages if it crashes. It has a persistent storage for that purpose. You may be confused with the in-memory DLR's? Even there, there's an SQL option to overcome that. Regards, Alejandro On Mon, Apr 27, 2009 at 6:37 PM, BeCauet

Re: Queue saving ?

2009-04-27 Thread Alvaro Cornejo
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ú,

Re: Queue saving ?

2009-04-27 Thread BeCauet
sorry but even the documentation can only save the DLR in a DB, not the SMS queue? 2009/4/27 Alvaro Cornejo cornejo.alv...@gmail.com you must define a storage type/location in your core config Regards Alvaro

Re: Queue saving ?

2009-04-27 Thread Juan Nin
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

Re: Queue saving ?

2009-04-27 Thread seikath
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

ability to control smsc charging

2009-04-27 Thread apsf
hello everyone, I'll just assume that there's an imaginary monetary unit u. we have the following service: group = sms-service keyword = help get-url = http://localhost/service/fetch.php?sender=%pmessage=%rinfo=%B; I have two questions: 1. Is there any way to query the

Re: ability to control smsc charging

2009-04-27 Thread Falko Ziemann
Hi, I'm not not sure, if I understood you right: I assume you want to do premium sms / microbilling (say 2,99$ for a SMS). There are to ways of implementation: The first one is large account billing. In this case the 2,99$ are already billed by the provider, when you receive the sms. The