Module: kamailio Branch: master Commit: f6f8b802749b2234e700fbd9cde8b847a54cab83 URL: https://github.com/kamailio/kamailio/commit/f6f8b802749b2234e700fbd9cde8b847a54cab83
Author: Ovidiu Sas <[email protected]> Committer: Ovidiu Sas <[email protected]> Date: 2017-10-03T11:02:27-04:00 xhttp_pi: fix documentation examples --- Modified: src/modules/xhttp_pi/doc/xhttp_pi_admin.xml --- Diff: https://github.com/kamailio/kamailio/commit/f6f8b802749b2234e700fbd9cde8b847a54cab83.diff Patch: https://github.com/kamailio/kamailio/commit/f6f8b802749b2234e700fbd9cde8b847a54cab83.patch --- diff --git a/src/modules/xhttp_pi/doc/xhttp_pi_admin.xml b/src/modules/xhttp_pi/doc/xhttp_pi_admin.xml index 523fd2bc66..4fbe320003 100644 --- a/src/modules/xhttp_pi/doc/xhttp_pi_admin.xml +++ b/src/modules/xhttp_pi/doc/xhttp_pi_admin.xml @@ -314,7 +314,7 @@ modparam("xhttp_pi", "xhttp_pi_root", "pi") <title>Set <varname>xhttp_pi_buf_size</varname> parameter</title> <programlisting format="linespecific"> ... -modparam("xhttp", "xhttp_pi_buf_size", 1024) +modparam("xhttp_pi", "xhttp_pi_buf_size", 1024) ... </programlisting> </example> @@ -333,7 +333,7 @@ modparam("xhttp", "xhttp_pi_buf_size", 1024) <title>Set <varname>framework</varname> parameter</title> <programlisting format="linespecific"> ... -modparam("xhttp", "framework", "/usr/local/etc/kamailio/pi_framework.xml") +modparam("xhttp_pi", "framework", "/usr/local/etc/kamailio/pi_framework.xml") ... </programlisting> </example> @@ -359,7 +359,7 @@ loadmodule "sl.so" loadmodule "xhttp.so" loadmodule "xhttp_pi.so" ... -modparam("xhttp", "framework", "/usr/local/etc/kamailio/pi_framework.xml") +modparam("xhttp_pi", "framework", "/usr/local/etc/kamailio/pi_framework.xml") ... event_route[xhttp:request] { $var(xhttp_root) = $(hu{s.substr,0,3}); _______________________________________________ Kamailio (SER) - Development Mailing List [email protected] https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
