Quellcode durchsuchen

dialog: documentation for parameter lreq_callee_headers

Daniel-Constantin Mierla vor 10 Jahren
Ursprung
Commit
fed48b73fe
1 geänderte Dateien mit 22 neuen und 0 gelöschten Zeilen
  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>
 	</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>