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

Author: Daniel-Constantin Mierla <[email protected]>
Committer: Daniel-Constantin Mierla <[email protected]>
Date: 2019-02-10T15:16:13+01:00

dispatcher: docs for ds_load_mode parameter

---

Modified: src/modules/dispatcher/doc/dispatcher_admin.xml

---

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

---

diff --git a/src/modules/dispatcher/doc/dispatcher_admin.xml 
b/src/modules/dispatcher/doc/dispatcher_admin.xml
index 493332ab28..d28324f20d 100644
--- a/src/modules/dispatcher/doc/dispatcher_admin.xml
+++ b/src/modules/dispatcher/doc/dispatcher_admin.xml
@@ -986,6 +986,28 @@ modparam("dispatcher", "ds_db_extra_attrs", 
"socket=socket;pref=prefix")
                </example>
        </section>
 
+       <section id="dispatcher.p.ds_load_mode">
+               <title><varname>ds_load_mode</varname> (int)</title>
+               <para>
+               If set to 1, the module throws error when failing to add a 
destination
+               address (e.g., invalid URI). If set to 0, it skips the failing 
address
+               and continues with the next ones.
+               </para>
+               <para>
+               <emphasis>
+                       Default value is <quote>0</quote>.
+               </emphasis>
+               </para>
+               <example>
+               <title>Set the <quote>ds_load_mode</quote> parameter</title>
+ <programlisting format="linespecific">
+ ...
+ modparam("dispatcher", "ds_load_mode", 1)
+ ...
+ </programlisting>
+               </example>
+       </section>
+
        </section>
 
        <section>


_______________________________________________
Kamailio (SER) - Development Mailing List
[email protected]
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to