Module: kamailio
Branch: master
Commit: 7385c1dcfe8c7a31047a2b44c650874b49624b71
URL: https://github.com/kamailio/kamailio/commit/7385c1dcfe8c7a31047a2b44c650874…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2018-09-24T10:46:34+02:00
modules: readme files regenerated - uac_redirect ... [skip ci]
---
Modified: src/modules/uac_redirect/README
---
Diff: https://github.com/kamailio/kamailio/commit/7385c1dcfe8c7a31047a2b44c650874…
Patch: https://github.com/kamailio/kamailio/commit/7385c1dcfe8c7a31047a2b44c650874…
---
diff --git a/src/modules/uac_redirect/README b/src/modules/uac_redirect/README
index db105862b0..0da60f08ad 100644
--- a/src/modules/uac_redirect/README
+++ b/src/modules/uac_redirect/README
@@ -196,12 +196,12 @@ modparam("uac_redirect","accept_filter",".*(a)siphub\.net")
4.4. acc_function (string)
- Specifies the accounting function to be used. Just be defining this
+ Specifies the accounting function to be used. Just by defining this
parameter, the accounting support will not be enabled. Accounting may
only be enabled via two parameters set_accept_filter() scripting
function.
- Its values my be:
+ Its values may be:
* acc_log_request
* acc_db_request
* acc_rad_request
@@ -217,7 +217,7 @@ modparam("uac_redirect","acc_function","acc_db_request")
4.5. acc_db_table (string)
Specifies the accounting table to be used if DB accounting was chosen
- (acc_function was set to “acc_db_request”). Just be defining this
+ (acc_function was set to “acc_db_request”). Just by defining this
parameter, the accounting support will not be enabled. Accounting may
only be enabled via two parameters set_accept_filter() scripting
function.
Module: kamailio
Branch: master
Commit: f788766522cb0f9bb8bca42954337889198462ee
URL: https://github.com/kamailio/kamailio/commit/f788766522cb0f9bb8bca4295433788…
Author: Mikko Lehto <mslehto(a)iki.fi>
Committer: Mikko Lehto <mslehto(a)iki.fi>
Date: 2018-09-24T11:34:12+03:00
uac_redirect: fix documentation typo
---
Modified: src/modules/uac_redirect/doc/uac_redirect_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/f788766522cb0f9bb8bca4295433788…
Patch: https://github.com/kamailio/kamailio/commit/f788766522cb0f9bb8bca4295433788…
---
diff --git a/src/modules/uac_redirect/doc/uac_redirect_admin.xml b/src/modules/uac_redirect/doc/uac_redirect_admin.xml
index e983c0d8c6..7e80126482 100644
--- a/src/modules/uac_redirect/doc/uac_redirect_admin.xml
+++ b/src/modules/uac_redirect/doc/uac_redirect_admin.xml
@@ -211,14 +211,14 @@ modparam("uac_redirect","accept_filter",".*(a)siphub\.net")
<section>
<title><varname>acc_function</varname> (string)</title>
<para>
- Specifies the accounting function to be used. Just be defining
+ Specifies the accounting function to be used. Just by defining
this parameter, the accounting support will not be enabled.
Accounting may only be enabled via two parameters
<function moreinfo="none">set_accept_filter()</function>
scripting function.
</para>
<para>
- Its values my be:
+ Its values may be:
</para>
<itemizedlist>
<listitem>
@@ -253,7 +253,7 @@ modparam("uac_redirect","acc_function","acc_db_request")
<para>
Specifies the accounting table to be used if DB accounting was
chosen (<varname>acc_function</varname> was set to
- <quote>acc_db_request</quote>). Just be defining
+ <quote>acc_db_request</quote>). Just by defining
this parameter, the accounting support will not be enabled.
Accounting may only be enabled via two parameters
<function moreinfo="none">set_accept_filter()</function>
Module: kamailio
Branch: master
Commit: f7ac556e699d323e816c14a554122c87d38b3a83
URL: https://github.com/kamailio/kamailio/commit/f7ac556e699d323e816c14a554122c8…
Author: Mikko Lehto <mslehto(a)iki.fi>
Committer: Mikko Lehto <mslehto(a)iki.fi>
Date: 2018-09-24T11:34:12+03:00
rtpproxy: fix comment typo
---
Modified: src/modules/rtpproxy/rtpproxy.c
---
Diff: https://github.com/kamailio/kamailio/commit/f7ac556e699d323e816c14a554122c8…
Patch: https://github.com/kamailio/kamailio/commit/f7ac556e699d323e816c14a554122c8…
---
diff --git a/src/modules/rtpproxy/rtpproxy.c b/src/modules/rtpproxy/rtpproxy.c
index b0b7a67fcf..b2c9f5c0b6 100644
--- a/src/modules/rtpproxy/rtpproxy.c
+++ b/src/modules/rtpproxy/rtpproxy.c
@@ -2641,7 +2641,7 @@ force_rtp_proxy(struct sip_msg* msg, char* str1, char* str2, int offer,
LM_DBG("alter port body1='%.*s'\n", body1.len, body1.s);
#endif
/* do not do it if old port was 0 (means media disable)
- * - check if actually should be better done in rtpptoxy,
+ * - check if actually should be better done in rtpproxy,
* by returning also 0
* - or by not sending to rtpproxy the old port if 0
*/
Module: kamailio
Branch: master
Commit: 62790cc279550fef9ce3f7a6c0ee8dcc055f9625
URL: https://github.com/kamailio/kamailio/commit/62790cc279550fef9ce3f7a6c0ee8dc…
Author: Mikko Lehto <mslehto(a)iki.fi>
Committer: Mikko Lehto <mslehto(a)iki.fi>
Date: 2018-09-24T11:34:12+03:00
src: Fix misspelled Kamailio
---
Modified: src/core/sr_module.h
Modified: src/modules/erlang/cnode.c
Modified: src/modules/erlang/erlang_mod.c
Modified: src/modules/xcap_server/xcap_misc.h
---
Diff: https://github.com/kamailio/kamailio/commit/62790cc279550fef9ce3f7a6c0ee8dc…
Patch: https://github.com/kamailio/kamailio/commit/62790cc279550fef9ce3f7a6c0ee8dc…
---
diff --git a/src/core/sr_module.h b/src/core/sr_module.h
index 4dd6523f3b..5571a76c44 100644
--- a/src/core/sr_module.h
+++ b/src/core/sr_module.h
@@ -218,7 +218,7 @@ struct ser_cmd_export_ {
};
-/** kamailo/openser version */
+/** kamailio/openser version */
struct kam_cmd_export_ {
char* name; /**< null terminated command name */
cmd_function function; /**< pointer to the corresponding function */
diff --git a/src/modules/erlang/cnode.c b/src/modules/erlang/cnode.c
index ce24c1dff4..b3e7892899 100644
--- a/src/modules/erlang/cnode.c
+++ b/src/modules/erlang/cnode.c
@@ -49,7 +49,7 @@ csockfd_handler_t *csocket_handler = NULL;
erlang_pid *cnode_reply_to_pid = NULL;
/**
- * @brief Initialize Kamailo as C node by active connect as client.
+ * @brief Initialize Kamailio as C node by active connect as client.
*/
int cnode_connect_to(cnode_handler_t *phandler, ei_cnode *ec, const str *nodename )
{
diff --git a/src/modules/erlang/erlang_mod.c b/src/modules/erlang/erlang_mod.c
index 83d007aa68..5bf7633283 100644
--- a/src/modules/erlang/erlang_mod.c
+++ b/src/modules/erlang/erlang_mod.c
@@ -164,7 +164,7 @@ static pv_export_t pvs[] = {
/* exported parameters */
static param_export_t parameters[] =
{
- /* Kamailo C node parameters */
+ /* Kamailio C node parameters */
{ "no_cnodes", PARAM_INT, &no_cnodes },
{ "cnode_alivename", PARAM_STR, &cnode_alivename },
{ "cnode_host", PARAM_STR, &cnode_host },
diff --git a/src/modules/xcap_server/xcap_misc.h b/src/modules/xcap_server/xcap_misc.h
index 4873da2bda..0f461744f9 100644
--- a/src/modules/xcap_server/xcap_misc.h
+++ b/src/modules/xcap_server/xcap_misc.h
@@ -7,12 +7,12 @@
*
* This file is part of kamailio, a free SIP server.
*
- * Kamailo is free software; you can redistribute it and/or modify
+ * Kamailio is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version
*
- * Kamailo is distributed in the hope that it will be useful,
+ * Kamailio is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
- ability to count reply groups for each SIP method added.
- statistics for 2xx and 4xx replies on invite added
<!-- Kamailio Pull Request Template -->
<!--
IMPORTANT:
- for detailed contributing guidelines, read:
https://github.com/kamailio/kamailio/blob/master/.github/CONTRIBUTING.md
- pull requests must be done to master branch, unless they are backports
of fixes from master branch to a stable branch
- backports to stable branches must be done with 'git cherry-pick -x ...'
- code is contributed under BSD for core and main components (tm, sl, auth, tls)
- code is contributed GPLv2 or a compatible license for the other components
- GPL code is contributed with OpenSSL licensing exception
-->
#### Pre-Submission Checklist
<!-- Go over all points below, and after creating the PR, tick all the checkboxes that apply -->
<!-- All points should be verified, otherwise, read the CONTRIBUTING guidelines from above-->
<!-- If you're unsure about any of these, don't hesitate to ask on sr-dev mailing list -->
- [ ] Commit message has the format required by CONTRIBUTING guide
- [ ] Commits are split per component (core, individual modules, libs, utils, ...)
- [ ] Each component has a single commit (if not, squash them into one commit)
- [ ] No commits to README files for modules (changes must be done to docbook files
in `doc/` subfolder, the README file is autogenerated)
#### Type Of Change
- [ ] Small bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds new functionality)
- [ ] Breaking change (fix or feature that would change existing functionality)
#### Checklist:
<!-- Go over all points below, and after creating the PR, tick the checkboxes that apply -->
- [ ] PR should be backported to stable branches
- [ ] Tested changes locally
- [ ] Related to issue #XXXX (replace XXXX with an open issue number)
#### Description
<!-- Describe your changes in detail -->
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/1646
-- Commit Summary --
* kex: Extend kamailio rcv_replies statistics
-- File Changes --
M src/modules/kex/core_stats.c (57)
M src/modules/kex/core_stats.h (2)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/1646.patchhttps://github.com/kamailio/kamailio/pull/1646.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/1646