I was thinking of this for long, to keep notes of my different works on Asterisk and A2billing in different time.
Many different problem I'd faced and put them in various places, that quite difficult to find now.
So, now I thought to put them in together and keep updating everytime, I'm updating anything. Which means, this blog, is elastic.
1. Today I was installing asterisk CDR viewer, the simplest CDR viewer for asterisk, and faced a problem like -
my_load_module: Failed to connect to mysql database asteriskcdrdb on localhost.This problem is just placed in /etc/asterisk/cdr_mysql.conf
[global]
hostname=localhost
dbname=asteriskcdrdb
table=cdr
password=kikori2015
user=root
port=3306
;sock=/tmp/mysql.sock



