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

Author: Mikko Lehto <msle...@iki.fi>
Committer: Mikko Lehto <msle...@iki.fi>
Date: 2019-12-13T19:37:21+02:00

dispatcher: Minor documentation improvement for ds_is_from_list()

---

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

---

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

---

diff --git a/src/modules/dispatcher/doc/dispatcher_admin.xml 
b/src/modules/dispatcher/doc/dispatcher_admin.xml
index 87a7735b1d..4c9430a630 100644
--- a/src/modules/dispatcher/doc/dispatcher_admin.xml
+++ b/src/modules/dispatcher/doc/dispatcher_admin.xml
@@ -1568,14 +1568,14 @@ if(ds_list_exists("10")) {
                <listitem>
                        <para><emphasis>groupid</emphasis> (optional) - if not 
given or its
                                value is -1, the matching will be done over all 
addresses in
-                               all dispacher groups. Otherwise the matching 
will be done only
+                               all dispatcher groups. Otherwise the matching 
will be done only
                                against the addresses in the specific group id. 
The parameter
                                can be an integer or a variable holding an 
integer value.
                        </para>
                </listitem>
                <listitem>
                        <para><emphasis>mode</emphasis> - (optional) - a 
bitmask to specify
-                               how the matching should be done. If is 0, all 
ip, port and
+                               how the matching should be done. If parameter 
is 0, all ip, port and
                                proto are matched and active status is ignored.
                                If bit one is set, then port is ignored.
                                If bit two is set, then protocol is ignored.
@@ -1585,7 +1585,7 @@ if(ds_list_exists("10")) {
                        </para>
                </listitem>
         <listitem>
-            <para><emphasis>uri</emphasis> (optional) - if is empty or missing,
+            <para><emphasis>uri</emphasis> (optional) - if parameter is empty 
or missing,
                 the matching is done against source IP, port and protocol.
                 Otherwise the value has to be a valid SIP URI, used to match
                 against addresses in the dispatcher list. Only IP, port and


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

Reply via email to