Index: res/res_smdi.c =================================================================== --- res/res_smdi.c (revision 89077) +++ res/res_smdi.c (working copy) @@ -712,7 +712,7 @@ if (res < 0) { return res; } else if (res == 1) { - ast_log(LOG_WARNING, "No SMDI interfaces are available to listen on, not starting SMDI listener.\n"); + ast_log(LOG_NOTICE, "No SMDI interfaces are available to listen on, not starting SMDI listener.\n"); return AST_MODULE_LOAD_DECLINE; } else return AST_MODULE_LOAD_SUCCESS; Index: configs/cdr_adaptive_odbc.conf.sample =================================================================== --- configs/cdr_adaptive_odbc.conf.sample (revision 89114) +++ configs/cdr_adaptive_odbc.conf.sample (working copy) @@ -17,20 +17,20 @@ ; table names, you will get duplicate records in that table. So be careful. ; -[first] -connection=mysql1 -table=cdr +;[first] +;connection=mysql1 +;table=cdr -[second] -connection=mysql1 -table=extracdr +;[second] +;connection=mysql1 +;table=extracdr -[third] -connection=sqlserver -table=AsteriskCDR -alias src => source -alias channel => source_channel -alias dst => dest -alias dstchannel => dest_channel +;[third] +;connection=sqlserver +;table=AsteriskCDR +;alias src => source +;alias channel => source_channel +;alias dst => dest +;alias dstchannel => dest_channel Index: configs/res_odbc.conf.sample =================================================================== --- configs/res_odbc.conf.sample (revision 89114) +++ configs/res_odbc.conf.sample (working copy) @@ -10,7 +10,7 @@ ; All other sections are arbitrary names for database connections. [asterisk] -enabled => yes +enabled => no dsn => asterisk ;username => myuser ;password => mypass