[Freeswitch-trunk] [commit] r3543 - freeswitch/trunk/src/mod/event_handlers/mod_cdr
Freeswitch SVN
mikej at freeswitch.org
Tue Dec 5 13:58:48 EST 2006
Author: mikej
Date: Tue Dec 5 13:58:47 2006
New Revision: 3543
Modified:
freeswitch/trunk/src/mod/event_handlers/mod_cdr/README
Log:
comment this out in the sample to avoid support issues when people use the default config.
Modified: freeswitch/trunk/src/mod/event_handlers/mod_cdr/README
==============================================================================
--- freeswitch/trunk/src/mod/event_handlers/mod_cdr/README (original)
+++ freeswitch/trunk/src/mod/event_handlers/mod_cdr/README Tue Dec 5 13:58:47 2006
@@ -106,7 +106,7 @@
<param name="username" value="test"/>
<param name="password" value="test"/>
<param name="dbname" value="testing"/>
- <param name="chanvars_fixed" value="username=s,The_Kow=t"/>
+ <!-- <param name="chanvars_fixed" value="username=s,The_Kow=t"/> -->
<!-- This previous line logs username as a varchar, and The_Kow as a tiny -->
<param name="chanvars_supp" value="*"/>
<param name="chanvars_supp_repeat_fixed" value="0"/>
More information about the Freeswitch-trunk
mailing list