Re: Reconciliation of DLR with original message?
"Bas A. Schulte" <[email protected]>
| Newsgroups | gmane.comp.mobile.kannel.devel |
|---|---|
| Message-ID | <[email protected]> |
Jason, On Wednesday, March 12, 2003, at 10:25 AM, [email protected] wrote: > I was reading in the architectural documentation that the internal DLR > storage, has > a possibility of losing information in a crash situation. > > Is this still the case, or should I use a Database DLR to overcome > this. If I should > use a database, can I use a Oracle database instead of an MySQL one. > The > reason I ask, is that the rest of my application is a large enterprise > oracle > application, and I would not want to ask my clients to install MySQL as > well. > > If there is no Oracle connectivity, I would be interested in assisting > with > the development of such functionality, but would need pointers for where > to start. From the user guide, it appears Kannel supports using LibSDB for DLR storage. LibSDB itself (freshmeat.net/projects/libsdb) supports Oracle. In theory, this should allow you to store DLR information inside Oracle. I haven't done anything with this though so I don't know how mature this all is. Regards, Bas.