Module: kamailio
Branch: master
Commit: 8bd3b8ff291d4f59d7aa8a3a4dd674437e77e8b5
URL: https://github.com/kamailio/kamailio/commit/8bd3b8ff291d4f59d7aa8a3a4dd6744…
Author: Mikko Lehto <mslehto(a)iki.fi>
Committer: Mikko Lehto <mslehto(a)iki.fi>
Date: 2016-12-04T17:05:53+02:00
modules/rtpproxy: documentation typo fix and rephrase
---
Modified: modules/rtpproxy/doc/rtpproxy_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/8bd3b8ff291d4f59d7aa8a3a4dd6744…
Patch: https://github.com/kamailio/kamailio/commit/8bd3b8ff291d4f59d7aa8a3a4dd6744…
---
diff --git a/modules/rtpproxy/doc/rtpproxy_admin.xml b/modules/rtpproxy/doc/rtpproxy_admin.xml
index 49edff7..d0db7d8 100644
--- a/modules/rtpproxy/doc/rtpproxy_admin.xml
+++ b/modules/rtpproxy/doc/rtpproxy_admin.xml
@@ -456,7 +456,7 @@ rtpproxy_offer();
So, for example if a SIP requests is processed with 'ie' flags, the corresponding
response must be processed with 'ie' flags.
</para><para>
- Note: As rtpproxy in bridge mode s per default asymmetric, you have to specify
+ Note: As rtpproxy in bridge mode is asymmetric per default, you have to specify
the 'w' flag for clients behind NAT! See also above notes!
</para></listitem>
<listitem><para>
@@ -764,7 +764,7 @@ rtpproxy_manage();
...
if (is_method("INVITE")) {
rtpproxy_offer();
- if (detect_hold()) {
+ if (is_audio_on_hold()) {
rtpproxy_stream2uas("/var/rtpproxy/prompts/music_on_hold", "-1");
} else {
rtpproxy_stop_stream2uas();
Module: kamailio
Branch: master
Commit: eaded8a4c90e7d35c91a9101190ff79f161bea51
URL: https://github.com/kamailio/kamailio/commit/eaded8a4c90e7d35c91a9101190ff79…
Author: Mikko Lehto <mslehto(a)iki.fi>
Committer: Mikko Lehto <mslehto(a)iki.fi>
Date: 2016-11-15T00:01:30+02:00
modules/[tm|db2_ops]: use consistent naming for route names in documentation
---
Modified: modules/db2_ops/doc/db2_ops.xml
Modified: modules/tm/doc/functions.xml
---
Diff: https://github.com/kamailio/kamailio/commit/eaded8a4c90e7d35c91a9101190ff79…
Patch: https://github.com/kamailio/kamailio/commit/eaded8a4c90e7d35c91a9101190ff79…
---
diff --git a/modules/db2_ops/doc/db2_ops.xml b/modules/db2_ops/doc/db2_ops.xml
index 95a1156..9e979f2 100644
--- a/modules/db2_ops/doc/db2_ops.xml
+++ b/modules/db2_ops/doc/db2_ops.xml
@@ -277,7 +277,7 @@
</title>
<para>
Hack which enables using db_ops queries in failure route.
- Call it at the beginning of <emphasis>failure_route</emphasis> block.
+ Call it at the beginning of FAILURE_ROUTE block.
</para>
<example>
<title><function>db_proper</function> usage</title>
diff --git a/modules/tm/doc/functions.xml b/modules/tm/doc/functions.xml
index 4ad34fc..ddc7dd9 100644
--- a/modules/tm/doc/functions.xml
+++ b/modules/tm/doc/functions.xml
@@ -787,8 +787,7 @@ route {
<para>
Returns true if the failure route is executed for a branch that did
timeout. It can be used from
- <emphasis>failure_route</emphasis> and
- <emphasis>branch-failure</emphasis> event route.
+ FAILURE_ROUTE and BRANCH_FAILURE_ROUTE event route.
</para>
<example>
<title><function>t_branch_timeout</function> usage</title>
@@ -1289,7 +1288,7 @@ if (!t_next_contacts()) {
was empty and thus there was
nothing to do, and returns -1 in case of an error (see
syslog).
- This function can be used from a BRANCH_FAILURE event route.
+ This function can be used from a BRANCH_FAILURE_ROUTE event route.
</para>
<example>
<title><function>t_next_contact_flow</function> usage</title>
Module: kamailio
Branch: master
Commit: 72f28fdcfd88b4f915156a992a6b1f12db79edc5
URL: https://github.com/kamailio/kamailio/commit/72f28fdcfd88b4f915156a992a6b1f1…
Author: Mikko Lehto <mslehto(a)iki.fi>
Committer: Mikko Lehto <mslehto(a)iki.fi>
Date: 2016-11-14T15:51:07+02:00
modules/dispatcher: fixed typo in documentation
---
Modified: modules/dispatcher/doc/dispatcher_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/72f28fdcfd88b4f915156a992a6b1f1…
Patch: https://github.com/kamailio/kamailio/commit/72f28fdcfd88b4f915156a992a6b1f1…
---
diff --git a/modules/dispatcher/doc/dispatcher_admin.xml b/modules/dispatcher/doc/dispatcher_admin.xml
index d857f28..53fe4fb 100644
--- a/modules/dispatcher/doc/dispatcher_admin.xml
+++ b/modules/dispatcher/doc/dispatcher_admin.xml
@@ -1167,7 +1167,7 @@ if(ds_select("1", "$var(a)")) {
addition to one of the previous flags - the last destination
will be set to probing. This mean the destination will be pinged
with SIP OPTIONS requests from time to time to detect if it is
- up running or down.</para>
+ up or down.</para>
</listitem>
</itemizedlist>
<para>
Module: kamailio
Branch: master
Commit: 06535e342c729584999693fbb3bef72d2b2ea07d
URL: https://github.com/kamailio/kamailio/commit/06535e342c729584999693fbb3bef72…
Author: Mikko Lehto <mslehto(a)iki.fi>
Committer: Mikko Lehto <mslehto(a)iki.fi>
Date: 2016-11-11T01:46:24+02:00
core, modules: typos
---
Modified: cfg_parser.h
Modified: modules/corex/doc/corex_admin.xml
Modified: modules/drouting/doc/drouting_admin.xml
Modified: sr_module.h
---
Diff: https://github.com/kamailio/kamailio/commit/06535e342c729584999693fbb3bef72…
Patch: https://github.com/kamailio/kamailio/commit/06535e342c729584999693fbb3bef72…
---
diff --git a/cfg_parser.h b/cfg_parser.h
index 5ca2065..1883563 100644
--- a/cfg_parser.h
+++ b/cfg_parser.h
@@ -69,7 +69,7 @@ typedef enum cfg_flags {
CFG_PREFIX = (1 << 3),
/*! \brief The result of cfg_parse_str_val will be in a buffer allocated by
- * pkg_malloc, if the destination varaiable contains a pointer to a buffer
+ * pkg_malloc, if the destination variable contains a pointer to a buffer
* already then it will be freed with pkg_free first.
*/
CFG_STR_PKGMEM = (1 << 4),
diff --git a/modules/corex/doc/corex_admin.xml b/modules/corex/doc/corex_admin.xml
index b018b66..7db5c74 100644
--- a/modules/corex/doc/corex_admin.xml
+++ b/modules/corex/doc/corex_admin.xml
@@ -522,7 +522,7 @@ if(file_write("/tmp/data.txt", "Data is: $var(data)")) { ... }
the message for on-wire communication, e.g. to do custom encryption or
decryption, compression/decompression etc. of the message sent to or
received from remote host. Therefore, except text operations,
- no module fucntions or pseudo variables are available in this event route.
+ no module functions or pseudo variables are available in this event route.
</para>
</section>
</section>
diff --git a/modules/drouting/doc/drouting_admin.xml b/modules/drouting/doc/drouting_admin.xml
index f3cffd9..e3769c0 100644
--- a/modules/drouting/doc/drouting_admin.xml
+++ b/modules/drouting/doc/drouting_admin.xml
@@ -985,7 +985,7 @@ modparam("drouting", "sort_order", 2)
<title><varname>ruri_avp</varname> (str)</title>
<para>
The name of the avp for storing Request URIs to be later used
- (alternative destiantions for the current one).
+ (alternative destinations for the current one).
</para>
<para>
<emphasis>Default value is <quote>NULL</quote>.
diff --git a/sr_module.h b/sr_module.h
index e42ccdf..2cbed65 100644
--- a/sr_module.h
+++ b/sr_module.h
@@ -607,7 +607,7 @@ int get_int_fparam(int* dst, struct sip_msg* msg, fparam_t* param);
* @param s_dst string destination
* @param msg SIP message
* @param param function parameters
- * @param flags flags to indicate destiantions
+ * @param flags flags to indicate destinations
* @return 0 on success, 1 on error, e.g. cannot get value
*/
int get_is_fparam(int* i_dst, str* s_dst, struct sip_msg* msg, fparam_t* param, unsigned int *flags);
another lump of documentation or code comment typo fixes I've collected
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/881
-- Commit Summary --
* core, modules: typos
* modules/dispatcher: fixed typo in documentation
* modules/[tm|db2_ops]: use consistent naming for route names in documentation
* modules/rtpproxy: documentation typo fix and rephrase
* modules/mohqueue: documentation typo fix
-- File Changes --
M cfg_parser.h (2)
M modules/corex/doc/corex_admin.xml (2)
M modules/db2_ops/doc/db2_ops.xml (2)
M modules/dispatcher/doc/dispatcher_admin.xml (2)
M modules/drouting/doc/drouting_admin.xml (2)
M modules/mohqueue/doc/mohqueue_admin.xml (39)
M modules/rtpproxy/doc/rtpproxy_admin.xml (4)
M modules/tm/doc/functions.xml (5)
M sr_module.h (2)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/881.patchhttps://github.com/kamailio/kamailio/pull/881.diff
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/881