[sr-dev] git:master:fed48b73: dialog: documentation for parameter lreq_callee_headers

Daniel-Constantin Mierla miconda at gmail.com
Mon Jan 5 00:10:56 CET 2015


Module: kamailio
Branch: master
Commit: fed48b73fe11efa680d7950e73667e9d94466307
URL: https://github.com/kamailio/kamailio/commit/fed48b73fe11efa680d7950e73667e9d94466307

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2015-01-05T00:05:06+01:00

dialog: documentation for parameter lreq_callee_headers

---

Modified: modules/dialog/doc/dialog_admin.xml

---

Diff:  https://github.com/kamailio/kamailio/commit/fed48b73fe11efa680d7950e73667e9d94466307.diff
Patch: https://github.com/kamailio/kamailio/commit/fed48b73fe11efa680d7950e73667e9d94466307.patch

---

diff --git a/modules/dialog/doc/dialog_admin.xml b/modules/dialog/doc/dialog_admin.xml
index 0a27161..49c3122 100644
--- a/modules/dialog/doc/dialog_admin.xml
+++ b/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>
 
 




More information about the sr-dev mailing list