If application is going to send huge number of messages via kannel than i think we should not configure kannel anyhow with MySQL (Or Any other database) as All databases actually slow the performance of kannel due to select/insert/update/delete operations.
We should make our own application in front of kannel for logging and any other operations. On Wed, Apr 15, 2015 at 3:54 AM, Alberto Mijares <[email protected]> wrote: > Hi guys, > > I'd like to send bearerbox access logs directly to a MySQL table. I > think I could try > > group = core > ... > access-log = "/path/to/any/socket" > ... > > and have a script reading the socket, etc... > > Have anyone done this before? Any advise before I put my hands on > would be appretiated. > > Thanks in advance, > > > Alberto Mijares > >
