Module: kamailio
Branch: master
Commit: 97c9aca6d2e7300b295c5cc7f9cd405d563d31b2
URL: 
https://github.com/kamailio/kamailio/commit/97c9aca6d2e7300b295c5cc7f9cd405d563d31b2

Author: Daniel-Constantin Mierla <mico...@gmail.com>
Committer: Daniel-Constantin Mierla <mico...@gmail.com>
Date: 2024-11-28T08:22:15+01:00

async: docs for mode parameter

---

Modified: src/modules/async/doc/async_admin.xml

---

Diff:  
https://github.com/kamailio/kamailio/commit/97c9aca6d2e7300b295c5cc7f9cd405d563d31b2.diff
Patch: 
https://github.com/kamailio/kamailio/commit/97c9aca6d2e7300b295c5cc7f9cd405d563d31b2.patch

---

diff --git a/src/modules/async/doc/async_admin.xml 
b/src/modules/async/doc/async_admin.xml
index f11e28540ed..4bfa5da48e7 100644
--- a/src/modules/async/doc/async_admin.xml
+++ b/src/modules/async/doc/async_admin.xml
@@ -129,6 +129,27 @@ modparam("async", "ms_timer", 10)
 ...
 modparam("async", "return", 1)
 ...
+</programlisting>
+               </example>
+       </section>
+       <section id="async.p.mode">
+               <title><varname>mode</varname> (int)</title>
+               <para>
+                       Control if the module should bind (0) to tm or not (1). 
It may not
+                       be needed to use tm functions (e.g., when needing 
async_tkv_emit()
+                       only).
+               </para>
+               <para>
+               <emphasis>
+                       Default value is 0 (bind to tm module).
+               </emphasis>
+               </para>
+               <example>
+               <title>Set <varname>mode</varname> parameter</title>
+               <programlisting format="linespecific">
+...
+modparam("async", "mode", 1)
+...
 </programlisting>
                </example>
        </section>

_______________________________________________
Kamailio - Development Mailing List -- sr-dev@lists.kamailio.org
To unsubscribe send an email to sr-dev-le...@lists.kamailio.org
Important: keep the mailing list in the recipients, do not reply only to the 
sender!

Reply via email to