encode by default

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6154 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Anthony Minessale 2007-11-02 21:59:52 +00:00
parent 0bc3be529d
commit 1e5e95376e

View File

@ -17,7 +17,7 @@
<param name="log-dir" value=""/>
<!-- encode the post data may be 'true' for url encoding, 'false' for no encoding or 'base64' for base64 encoding -->
<!--<param name="encode" value="true"/>-->
<param name="encode" value="true"/>
<!-- optional: full path to the error log dir for failed web posts if not specified its the same as log-dir -->
<!-- either an absolute path, a relative path assuming ${prefix}/logs or a blank or omitted value will default to ${prefix}/logs/xml_cdr -->