Skip to content

Commit

Permalink
app_python3s: docs - section about kemi usage
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Dec 5, 2022
1 parent 637517e commit 38eca19
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/modules/app_python3s/doc/app_python3s_admin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -212,5 +212,27 @@ def mod_init():
</section>
</section>

<section id="app_python3s.kemi_usage">
<title>KEMI Usage</title>
<para>
The module exports KEMI engine with id "python".
</para>
<para>
Example:
</para>
<programlisting format="linespecific">
...
loadmodule "app_python3s.so"
...
cfgengine "python"
...
</programlisting>
<para>
For more details about KEMI, see:
<ulink url="https://www.kamailio.org/docs/tutorials/devel/kamailio-kemi-framework/">https://www.kamailio.org/docs/tutorials/devel/kamailio-kemi-framework/</ulink>
</para>

</section>

</chapter>

0 comments on commit 38eca19

Please sign in to comment.