Hi
I have installed asterisk from cvs properly. I have try to store the billing information in the mysql database.
I had used this
cd /usr/src cvs checkout asterisk-addons
And also copy sample configuration file to /etc/asterisk/cdr_mysql.conf & edit it according to my requirements.
I had edit the modules.conf to load cdr_addon_mysql.so
my cdr_mysql.conf file is like
[global] hostname=localhost dbname=asteriskcdrdb password=password user=asteriskcdruser port=3306 sock=/var/lib/mysql/mysql.sock
And also I had added one line in the module.conf file
load => cdr_addon_mysql.so
and again I make and make install in the asterisk
But when I have using this command "./asterisk -vvvvc"
I got an error message and stop
[cdr_addon_mysql.so]Aug 20 15:18:38 WARNING[1076245120]: loader.c:242 ast_load_resource: /usr/lib/asterisk/modules/cdr_addon_mysql.so: cannot open shared object file: No such file or directory
Aug 20 15:18:38 WARNING[1076245120]: loader.c:374 load_modules: Loading module cdr_addon_mysql.so failed!
Please any body help me.
Thanks in advanced.
Dipak Kumar Paul
_________________________________________________________________
Get the best deals. Electronics, Mobiles, Jewellery�..! http://go.msnserver.com/IN/54178.asp Click Here!
_______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
