Module: kamailio
Branch: 5.6
Commit: e07c2288053a21f5fc758f359a60ffaceb687f35
URL:
https://github.com/kamailio/kamailio/commit/e07c2288053a21f5fc758f359a60ffa…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2022-08-16T12:00:47+02:00
xhttp: docs - listed http_reply_parse core setting
(cherry picked from commit 36b0da00b9fc08be9e855d5dd4cc878b6e3c88bf)
---
Modified: src/modules/xhttp/doc/xhttp_admin.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/e07c2288053a21f5fc758f359a60ffa…
Patch:
https://github.com/kamailio/kamailio/commit/e07c2288053a21f5fc758f359a60ffa…
---
diff --git a/src/modules/xhttp/doc/xhttp_admin.xml
b/src/modules/xhttp/doc/xhttp_admin.xml
index 507283b90f4..f0e6d3fdeb8 100644
--- a/src/modules/xhttp/doc/xhttp_admin.xml
+++ b/src/modules/xhttp/doc/xhttp_admin.xml
@@ -85,13 +85,23 @@
<section>
<title>&kamailio; Core Settings</title>
<para>
- SIP requires a Content-Length header for TCP transport. But most HTTP clients do not
- set the content length for normal GET requests. Therefore, the core must be configured
- to allow incoming requests without content length header:
+ Related core settings:
<itemizedlist>
<listitem>
<para>
- <emphasis>tcp_accept_no_cl=yes</emphasis>
+ <emphasis>tcp_accept_no_cl=yes</emphasis> - SIP requires the
+ Content-Length header for TCP transport. But most HTTP clients
+ do not set the content length for normal GET requests. Therefore,
+ the core must be configured to allow incoming requests without
+ content length header.
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ <emphasis>http_reply_parse=yes</emphasis> - various Kamailio
+ modules may parse what it is sent out (e.g., for replication,
+ topology management). In such case errors are printed if the
+ outgoing message is not SIP and this parameter is not set.
</para>
</listitem>
</itemizedlist>