[sr-dev] git:master:43f91aa7: path: fixed the name of the parameter in enable_r2 example

Daniel-Constantin Mierla miconda at gmail.com
Tue Jun 27 16:43:52 CEST 2017


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

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date: 2017-06-27T16:43:38+02:00

path: fixed the name of the parameter in enable_r2 example

---

Modified: src/modules/path/doc/path_admin.xml

---

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

---

diff --git a/src/modules/path/doc/path_admin.xml b/src/modules/path/doc/path_admin.xml
index 4712a09716..a623e55d95 100644
--- a/src/modules/path/doc/path_admin.xml
+++ b/src/modules/path/doc/path_admin.xml
@@ -192,10 +192,10 @@ modparam("path", "received_format", 1)
 		</emphasis>
 		</para>
 		<example>
-		<title>Set <varname>use_received</varname> parameter</title>
+		<title>Set <varname>enable_r2</varname> parameter</title>
 		<programlisting format="linespecific">
 ...
-modparam("path", "use_received", 1)
+modparam("path", "enable_r2", 1)
 ...
 </programlisting>
 		</example>




More information about the sr-dev mailing list