Did you compile kannel with mysql support?
Post your bearerbox logs for more info
Regards
|-----------------------------------------------------------------------------------------------------------------|
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 www.smsglobal.com.mx y
www.pravcom.com
On Thu, Mar 25, 2010 at 10:00 AM, pogui <[email protected]> wrote:
> Hi, i cant make kannel to log on my mysql database, when i enable
> "dlr-storage=mysql" kannel crash, its work great when i use the
> "dlr-storage=internal", i have been traing without sucseed.
> Here is my conf file extract:
>
> ############################
> ### KANNEL CONFIGURATION ###
> ############################
> group = core
> admin-port = 13000
> admin-password = ****
> status-password = ****
> admin-allow-ip = *.*.*.*
> smsbox-port = 13000
> box-deny-ip = *.*.*.*
> box-allow-ip = 127.0.0.1
> wdp-interface-name = *
> log-file = /var/log/kannel/bearerbox.log
> log-level = 0
> access-log= /var/log/kannel/accesslog_nextel.log
> access-log-format=|%l|%i|%n|%A|%B|%p|%P|%m:%c:%M:%C:%d|%a|%U:%u
> #dlr-storage=internal
> dlr-storage=mysql
>
> group = mysql-connection
> id = mydlr
> host = 192.168.10.10
> username = ***********
> password = ************
> database = kannel_log
> max-connections = 1
>
> group = dlr-db
> id = mydlr
> table = dlr
> field-smsc = smsc
> field-timestamp = ts
> field-destination = destination
> field-source = source
> field-service = service
> field-url = url
> field-mask = mask
>
>
> Im reading the bearerbox log, but no mention of some database failure (debug
> log level). There is something i missing out? i have read like 100 times
> the kannel user's manual.
> Should i use some spesific flags in compilation time?
> Thanks for your time.
>
>
>
>