[sr-dev] git:master:da115fae: dispatcher: Minor documentation improvement for ds_is_from_list()
Mikko Lehto
mslehto at iki.fi
Fri Dec 13 18:38:24 CET 2019
Module: kamailio
Branch: master
Commit: da115fae61f5e1aa5e29edd4a7a9e5a9bcd291f0
URL: https://github.com/kamailio/kamailio/commit/da115fae61f5e1aa5e29edd4a7a9e5a9bcd291f0
Author: Mikko Lehto <mslehto at iki.fi>
Committer: Mikko Lehto <mslehto at 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
More information about the sr-dev
mailing list