|
@@ -616,6 +616,83 @@ P-Hint: My hint
|
|
</section>
|
|
</section>
|
|
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
+ <section>
|
|
|
|
+ <title>Exported MI Functions</title>
|
|
|
|
+
|
|
|
|
+ <section id="debugger.m.set_dbg_mod_level mod_name level">
|
|
|
|
+ <title><function moreinfo="none">set_dbg_mod_level mod_name level</function></title>
|
|
|
|
+ <para>
|
|
|
|
+ Set the module log level.
|
|
|
|
+ If module does not exist in kamailio, the entry in the level hashtable is still added for the bogus module.
|
|
|
|
+ </para>
|
|
|
|
+ <example>
|
|
|
|
+ <title><function moreinfo="none">set_dbg_mod_level</function> usage</title>
|
|
|
|
+ <programlisting format="linespecific">
|
|
|
|
+...
|
|
|
|
+$ &ctltool; fifo set_dbg_mod_level core 2
|
|
|
|
+$ &ctltool; fifo set_dbg_mod_level debugger 3
|
|
|
|
+...
|
|
|
|
+ </programlisting>
|
|
|
|
+ </example>
|
|
|
|
+ </section>
|
|
|
|
+
|
|
|
|
+ <section id="debugger.m.set_dbg_mod_facility mod_name facility">
|
|
|
|
+ <title><function moreinfo="none">set_dbg_mod_facility mod_name facility</function></title>
|
|
|
|
+ <para>
|
|
|
|
+ Set the mod_name log facility.
|
|
|
|
+ If mod_name does not exist in kamailio, the entry in the facility hashtable is still added for the bogus mod_name.
|
|
|
|
+ </para>
|
|
|
|
+ <example>
|
|
|
|
+ <title><function moreinfo="none">set_dbg_mod_facility</function> usage</title>
|
|
|
|
+ <programlisting format="linespecific">
|
|
|
|
+...
|
|
|
|
+$ &ctltool; fifo set_dbg_mod_facility core LOG_LOCAL1
|
|
|
|
+$ &ctltool; fifo set_dbg_mod_facility debugger LOG_LOCAL0
|
|
|
|
+...
|
|
|
|
+ </programlisting>
|
|
|
|
+ </example>
|
|
|
|
+ </section>
|
|
|
|
+
|
|
|
|
+ <section id="debugger.m.get_dbg_mod_level mod_name">
|
|
|
|
+ <title><function moreinfo="none">get_dbg_mod_level mod_name</function></title>
|
|
|
|
+ <para>
|
|
|
|
+ Get the mod_name log level.
|
|
|
|
+ If mod_name does not exist in the level hashtable, returns the config file value.
|
|
|
|
+ </para>
|
|
|
|
+ <example>
|
|
|
|
+ <title><function moreinfo="none">get_dbg_mod_level</function> usage</title>
|
|
|
|
+ <programlisting format="linespecific">
|
|
|
|
+...
|
|
|
|
+$ &ctltool; fifo get_dbg_mod_level core
|
|
|
|
+$ &ctltool; fifo get_dbg_mod_level debugger
|
|
|
|
+...
|
|
|
|
+ </programlisting>
|
|
|
|
+ </example>
|
|
|
|
+ </section>
|
|
|
|
+
|
|
|
|
+ <section id="debugger.m.get_dbg_mod_facility mod_name">
|
|
|
|
+ <title><function moreinfo="none">get_dbg_mod_facility mod_name</function></title>
|
|
|
|
+ <para>
|
|
|
|
+ Get the mod_name log facility.
|
|
|
|
+ If mod_name does not exist in the facility hashtable, returns the config file value.
|
|
|
|
+ </para>
|
|
|
|
+ <example>
|
|
|
|
+ <title><function moreinfo="none">get_dbg_mod_facility</function> usage</title>
|
|
|
|
+ <programlisting format="linespecific">
|
|
|
|
+...
|
|
|
|
+$ &ctltool; fifo get_dbg_mod_facility core
|
|
|
|
+$ &ctltool; fifo get_dbg_mod_facility debugger
|
|
|
|
+...
|
|
|
|
+ </programlisting>
|
|
|
|
+ </example>
|
|
|
|
+ </section>
|
|
|
|
+
|
|
|
|
+ </section>
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
<section>
|
|
<section>
|
|
<title>Exported RPC Functions</title>
|
|
<title>Exported RPC Functions</title>
|
|
|
|
|