瀏覽代碼

dialog: documentation for parameter lreq_callee_headers

Daniel-Constantin Mierla 10 年之前
父節點
當前提交
fed48b73fe
共有 1 個文件被更改,包括 22 次插入0 次删除
  1. 22 0
      modules/dialog/doc/dialog_admin.xml

+ 22 - 0
modules/dialog/doc/dialog_admin.xml

@@ -1306,6 +1306,28 @@ modparam("dialog", "track_cseq_updates", 1)
 		</example>
 		</example>
 	</section>
 	</section>
 
 
+	<section id="dialog.p.lreq_callee_headers">
+		<title><varname>lreq_callee_headers</varname> (string)</title>
+		<para>
+			SIP headers to be added when sending local generated requests
+			(e.g., BYE) to callee. It can be useful when you use topoh module
+			with call-id masking (see the docs of topoh module).
+		</para>
+		<para>
+		<emphasis>
+			Default value is <quote>null</quote>.
+		</emphasis>
+		</para>
+		<example>
+		<title>Set <varname>lreq_callee_headers</varname> parameter</title>
+		<programlisting format="linespecific">
+...
+modparam("dialog", "lreq_callee_headers", "TH: dlh\r\n")
+...
+</programlisting>
+		</example>
+	</section>
+
 	</section>
 	</section>