more cleanup

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6285 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2007-11-15 18:44:02 +00:00
parent 7482226e87
commit 05ab495265
3 changed files with 2 additions and 34 deletions

View File

@ -771,7 +771,7 @@ static void openmrcp_float_param_tts(switch_speech_handle_t *sh, char *param, do
static switch_status_t do_config()
{
char *cf = "mod_openmrcp.conf";
char *cf = "openmrcp.conf";
switch_xml_t cfg, xml, settings, profiles, xprofile, param;
openmrcp_profile_t *mrcp_profile;
openmrcp_client_options_t *mrcp_options;

View File

@ -48,7 +48,7 @@ CDRContainer::CDRContainer(switch_memory_pool_t *module_pool)
queue_paused = 0;
strcpy(configfile,"mod_cdr.conf");
strcpy(configfile,"cdr.conf");
switch_mod_cdr_newchannel_t *newchannel; // = new switch_mod_cdr_newchannel_t;
newchannel = 0;

View File

@ -1,32 +0,0 @@
<!-- Please see the information in src/mod/event_handlers/mod_cdr/README for an explanation of these settings. -->
<configuration name="mod_cdr.conf" description="CDR Configuration">
<pddcdr>
<param name="path" value="/tmp/pddcdr"/>
<param name="chanvars" value="foo,accountcode"/>
<param name="chanvars_fixed" value="*"/>
</pddcdr>
<!--
<mysqlcdr>
<param name="hostname" value=""/>
<param name="username" value=""/>
<param name="password" value=""/>
<param name="dbname" value=""/>
<param name="chanvars_supp" value="*"/>
</mysqlcdr>
<xmlcdr>
<param name="path" value="/tmp/xmlcdr"/>
</xmlcdr>
-->
<csvcdr>
<param name="path" value="/tmp/csvcdr"/>
</csvcdr>
<sqlitecdr>
<param name="path" value="/tmp/sqlitecdr"/>
<param name="chanvars_fixed" value="The_Kow=i,username=s"/>
<param name="chanvars_supp" value="*"/>
<param name="repeat_fixed_in_supp" value="1"/>
<param name="timezone" value="utc"/>
</sqlitecdr>
</configuration>