There are some things that are not that clear to me : When I want to write CDR-info to an external MySQL-DB - do I need to install the asterisk-addons prior to installing Asterisk or after having installed Asterisk ?? - How do I tell Asterisk not to write CDR-info to the Master.csv file but into the remote MySQL-DB ? By editing cdr_mysql.conf and pointing to an external MySQL-server it seems to me that this is not enough to tell Asterisk to stop writing CDR-info also to the Master.csv-file. Thanks for the feedback. Jonas. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090618/b467dea5/attachment.htm
On Thursday 18 June 2009 10:08:44 jonas kellens wrote:> There are some things that are not that clear to me : > > When I want to write CDR-info to an external MySQL-DB > > - do I need to install the asterisk-addons prior to installing Asterisk > or after having installed Asterisk ??After. Addons uses the headers from the Asterisk install to compile itself correctly.> - How do I tell Asterisk not to write CDR-info to the Master.csv file > but into the remote MySQL-DB ? By editing cdr_mysql.conf and pointing to > an external MySQL-server it seems to me that this is not enough to tell > Asterisk to stop writing CDR-info also to the Master.csv-file.In modules.conf: noload => cdr_csv.so -- Tilghman
On Thu, 2009-06-18 at 11:52 -0500, Tilghman Lesher wrote:> > In modules.conf: noload => cdr_csv.so >Are there other modules I need to load or unload ?? asterisk*CLI> module show like cdr Module Description Use Count cdr_addon_mysql.so MySQL CDR Backend 0 app_setcdruserfield.so CDR user field apps 0 func_cdr.so CDR dialplan function 0 app_cdr.so Tell Asterisk to not maintain a CDR for 0 cdr_manager.so Asterisk Manager Interface CDR Backend 0 app_forkcdr.so Fork The CDR into 2 separate entities 0 cdr_csv.so Comma Separated Values CDR Backend 0 cdr_custom.so Customizable Comma Separated Values CDR 0 8 modules loaded asterisk*CLI> module show like odbc Module Description Use Count 0 modules loaded asterisk*CLI> module show like sql Module Description Use Count cdr_addon_mysql.so MySQL CDR Backend 0 app_addon_sql_mysql.so Simple Mysql Interface 0 res_config_mysql.so MySQL RealTime Configuration Driver 0 3 modules loaded modules.conf : autoload=yes noload=pbx_gtkconsole.so load=res_musiconhold.so load=cdr_addon_mysql.so noload=chan_alsa.so Why is there a res_mysql.conf and a cdr_mysql.conf ?? They both look alike... -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090619/5c28f997/attachment.htm