Re: Kannel 1.5.0 Debian packages

2011-03-24 Thread Milan P. Stanic
Hi, [ Sorry for X-post ] On Thu, 2011-03-24 at 10:26, Alan McNatty wrote: > Hi Alex, > > Thanks for rolling us a new deb. > > Thanks also for building with Postgres support - that will save me > rolling my own :) > > Just a couple of questions: > > 1) I notice we have the usual binaries ... b

DLRs for concatenated messages

2011-03-24 Thread Toby Phipps
Hi all, I'm seeing some strangeness with DLR handling of concatenated messages sent via SMPP in Kannel 1.5.0. I'm using MySQL for DLR storage and only the first message of the set generates a DLR in the database. My provider, however, follows the specs and returns a DLR for each part. Kannel rec

Re: DLRs for concatenated messages

2011-03-24 Thread Alvaro Cornejo
Hi That is the way kannel handles dlr for concatenated messages. There has been several threads regarding how to improve this but nothing has been done. |-| EnvĂ­e y Reciba Datos y mens

RE: DLRs for concatenated messages

2011-03-24 Thread Toby Phipps
Hi Alvaro, Thanks for the feedback. Any insight into why it was implemented this way? i.e. is there reason why each of the submit_sm_resp PDUs shouldn't generate a separate DLR in the DB? The only reason I can come up with offhand is that the current way probably handles misbehaving SMPP servers b

NoSQL and Kannel

2011-03-24 Thread Toby Phipps
Hi all, Has anyone put any thought into implementing Kannel DLR storage (and the basics of sqlbox MT injection) in a NoSQL datastore? We are using Redis (http://redis.io) for other projects and are very happy with it. Its key-based storage/retrieval and strong support for arrays as atomic queu

Re: NoSQL and Kannel

2011-03-24 Thread Alejandro Guerrieri
I've been playing with kannel and memcached a little bit, but nothing worth posting so far. The "unreliable" nature of memcached (because of its unreplicated horizontal scaling) doesn't make it very suitable for DLR's in fact (e.g., a node going down and zapping all the dlrs stored in it). Other n

Re: DLRs for concatenated messages

2011-03-24 Thread Alvaro Cornejo
Hi >From my understanting - I'm not a developper- the issue is what to do when only one part of the concatenated fails -resend the whole/failed part- and how/when to validate the "original" full initial message. it seems that type of messafe handling will require to have a separate queue/buffer fo

Re: NoSQL and Kannel

2011-03-24 Thread Garth Patil
I have written DLR storage adapters for Redis, Memcache and Tokyo Tyrant, but these were for consulting and are not open source. I will check to see if any of the customers will allow them to be published. However, they were fairly trivial to implement using the gw/dlr_* sources as a template. Doin

How to start Kannel

2011-03-24 Thread Komil Gulboev
I need to some manual for start Kannel because I`m new in Kannel and it`s difficult for me. I hope to understand, thanks.