Module: kamailio Branch: master Commit: 54036506a005d30e0ea2685ac99d004b416bf0f3 URL: https://github.com/kamailio/kamailio/commit/54036506a005d30e0ea2685ac99d004b...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2021-03-29T15:28:10+02:00
path: docs for received_name parameter
---
Modified: src/modules/path/doc/path_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/54036506a005d30e0ea2685ac99d004b... Patch: https://github.com/kamailio/kamailio/commit/54036506a005d30e0ea2685ac99d004b...
---
diff --git a/src/modules/path/doc/path_admin.xml b/src/modules/path/doc/path_admin.xml index 14c600f2a6..8c4dc8d9fd 100644 --- a/src/modules/path/doc/path_admin.xml +++ b/src/modules/path/doc/path_admin.xml @@ -168,6 +168,26 @@ modparam("path", "use_received", 1) ... modparam("path", "received_format", 1) ... +</programlisting> + </example> + </section> + <section id="path.p.received_name"> + <title><varname>received_name</varname> (str)</title> + <para> + Set the name of the header parameter to add the + <quote>received</quote> value. + </para> + <para> + <emphasis> + Default value is "received". + </emphasis> + </para> + <example> + <title>Set <varname>received_name</varname> parameter</title> + <programlisting format="linespecific"> +... +modparam("path", "received_name", "rcv") +... </programlisting> </example> </section>