提交 a44bd60f authored 作者: Marc Olivier Chouinard's avatar Marc Olivier Chouinard

FS-3736 --resolve

NOTE: This patch might affect xml_cdr, so better check if the output is to your liking after this commit
上级 e30b03ab
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
<!-- true or false if a leg files are prefixed "a_" --> <!-- true or false if a leg files are prefixed "a_" -->
<param name="prefix-a-leg" value="true"/> <param name="prefix-a-leg" value="true"/>
<!-- encode the post data may be 'true' for url encoding, 'false' for no encoding or 'base64' for base64 encoding --> <!-- encode the post data may be 'true' for url encoding, 'false' for no encoding, 'base64' for base64 encoding or 'textxml' for text/xml -->
<param name="encode" value="true"/> <param name="encode" value="true"/>
<!-- optional: set to true to disable Expect: 100-continue lighttpd requires this setting --> <!-- optional: set to true to disable Expect: 100-continue lighttpd requires this setting -->
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
#define ENCODING_NONE 0 #define ENCODING_NONE 0
#define ENCODING_DEFAULT 1 #define ENCODING_DEFAULT 1
#define ENCODING_BASE64 2 #define ENCODING_BASE64 2
#define ENCODING_TEXTXML 2 #define ENCODING_TEXTXML 3
static struct { static struct {
char *cred; char *cred;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论