Hi! Sorry for my english, I’m from Russia.
Russian community forum.asterisk.ru could not help me.
I have asterisk-13.5.0 on debian 8.1
I try start logging cdr on mysql
[code]cdr show status
Call Detail Record (CDR) settings
Logging: Enabled
Mode: Simple
Log unanswered calls: No
Log congestion: No
-
Registered Backends
csv
cdr_manager (suspended)
cdr-custom[/code]
i-asterisk*CLI> module reload cdr_mysql.so
No such module 'cdr_mysql.so'
-- Reloading module 'cdr_mysql.so' (MySQL CDR Backend)
== Parsing '/etc/asterisk/cdr_mysql.conf': Found
-- Found alias start for column calldate
[Sep 17 10:53:10] ERROR[834]: cdr_mysql.c:671 my_load_module: Unable to register MySQL CDR handling
cat /var/log/astersik/full
[Sep 18 11:23:13] VERBOSE[869] loader.c: Reloading module 'cdr_mysql.so' (MySQL CDR Backend)
[Sep 18 11:23:13] VERBOSE[869] config.c: Parsing '/etc/asterisk/cdr_mysql.conf': Found
[Sep 18 11:23:13] VERBOSE[869] cdr_mysql.c: Found alias start for column calldate
[Sep 18 11:23:13] ERROR[869] cdr_mysql.c: Unable to register MySQL CDR handling
[Sep 18 11:23:28] VERBOSE[869] asterisk.c: Remote UNIX connection disconnected
cat cdr_mysql.conf
[global]
hostname=localhost
table=cdr
password=asterisk
user=asterisk
;port=3306
sock=/var/run/mysqld/mysqld.sock
dbname=asteriskcdrdb
"Unable to register MySQL CDR handling"
Pls help me, what is it?