Module: kamailio Branch: master Commit: 9c01580fd858f995dc8e680545f628f4716a77a4 URL: https://github.com/kamailio/kamailio/commit/9c01580fd858f995dc8e680545f628f4...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2017-12-06T20:00:50+01:00
benchmark: documentation for register parameter
---
Modified: src/modules/benchmark/doc/benchmark_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/9c01580fd858f995dc8e680545f628f4... Patch: https://github.com/kamailio/kamailio/commit/9c01580fd858f995dc8e680545f628f4...
---
diff --git a/src/modules/benchmark/doc/benchmark_admin.xml b/src/modules/benchmark/doc/benchmark_admin.xml index e666d105d2..2216dc219b 100644 --- a/src/modules/benchmark/doc/benchmark_admin.xml +++ b/src/modules/benchmark/doc/benchmark_admin.xml @@ -156,6 +156,29 @@ modparam("benchmark", "loglevel", 4) </para> </section>
+ <section id="benchmark.p.register"> + <title><varname>register</varname> (str)</title> + <para> + Register a timer id at startup. Required when using the start/log + functions via Kemi framework. This parameter can be set many + times to register several timer ids. + </para> + <para> + <emphasis> + Default value is <quote>NONE</quote>. + </emphasis> + </para> + <example> + <title>Set <varname>register</varname> parameter</title> + <programlisting format="linespecific"> +... +modparam("benchmark", "register", "test") +modparam("benchmark", "register", "auth") +... +</programlisting> + </example> + </section> + </section> <section> <title>Functions</title>