- we can enable kamctl test by setting `KAMCTL_TEST=true kamctl`
instead of setting TEST variable in kamctl script.
<!-- 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 -->
- [X] Commit message has the format required by CONTRIBUTING guide
- [X] Commits are split per component (core, individual modules, libs, utils, ...)
- [X] Each component has a single commit (if not, squash them into one commit)
- [X] 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
- [X] 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/1977
-- Commit Summary --
* kamctl: enable kamctl test from shell variable.
-- File Changes --
M utils/kamctl/kamctl (7)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/1977.patchhttps://github.com/kamailio/kamailio/pull/1977.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/1977
Module: kamailio
Branch: 5.2
Commit: dd21d3eab5024e351c06ea3ae7b0e427dbd38701
URL: https://github.com/kamailio/kamailio/commit/dd21d3eab5024e351c06ea3ae7b0e42…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2019-07-28T22:01:44+02:00
modules: readme files regenerated - modules ... [skip ci]
---
Modified: src/modules/db_text/README
---
Diff: https://github.com/kamailio/kamailio/commit/dd21d3eab5024e351c06ea3ae7b0e42…
Patch: https://github.com/kamailio/kamailio/commit/dd21d3eab5024e351c06ea3ae7b0e42…
---
diff --git a/src/modules/db_text/README b/src/modules/db_text/README
index eb4cfe1304..a43bf8087c 100644
--- a/src/modules/db_text/README
+++ b/src/modules/db_text/README
@@ -10,14 +10,10 @@ Ovidiu Sas
<osas(a)voipembedded.com>
-Edited by
-
Daniel-Constantin Mierla
<miconda(a)gmail.com>
-Edited by
-
Olle E. Johansson
<oej(a)edvina.net>
@@ -355,7 +351,7 @@ modparam("module_name", "db_url", "text:///path/to/dbtext/database")
Here are definitions for the most important tables as well as a basic
configuration file to use db_text with Kamailio. The table structures
may change in time and you will have to adjust these examples. Check
- the source code directory “utils/kamctl/dbtxt/kamailio” for current
+ the source code directory “utils/kamctl/dbtext/kamailio” for current
definitions.
You have to populate the table 'subscriber' by hand with user profiles
Module: kamailio
Branch: 5.1
Commit: 9961bd66f277e721d6a080d45bb254096537e017
URL: https://github.com/kamailio/kamailio/commit/9961bd66f277e721d6a080d45bb2540…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2019-07-28T22:01:30+02:00
modules: readme files regenerated - modules ... [skip ci]
---
Modified: src/modules/db_text/README
---
Diff: https://github.com/kamailio/kamailio/commit/9961bd66f277e721d6a080d45bb2540…
Patch: https://github.com/kamailio/kamailio/commit/9961bd66f277e721d6a080d45bb2540…
---
diff --git a/src/modules/db_text/README b/src/modules/db_text/README
index eb4cfe1304..a43bf8087c 100644
--- a/src/modules/db_text/README
+++ b/src/modules/db_text/README
@@ -10,14 +10,10 @@ Ovidiu Sas
<osas(a)voipembedded.com>
-Edited by
-
Daniel-Constantin Mierla
<miconda(a)gmail.com>
-Edited by
-
Olle E. Johansson
<oej(a)edvina.net>
@@ -355,7 +351,7 @@ modparam("module_name", "db_url", "text:///path/to/dbtext/database")
Here are definitions for the most important tables as well as a basic
configuration file to use db_text with Kamailio. The table structures
may change in time and you will have to adjust these examples. Check
- the source code directory “utils/kamctl/dbtxt/kamailio” for current
+ the source code directory “utils/kamctl/dbtext/kamailio” for current
definitions.
You have to populate the table 'subscriber' by hand with user profiles
Module: kamailio
Branch: master
Commit: d6249edf97a30863a656f3d8c6ea62b55d30e0d9
URL: https://github.com/kamailio/kamailio/commit/d6249edf97a30863a656f3d8c6ea62b…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2019-07-28T21:46:42+02:00
modules: readme files regenerated - db_text ... [skip ci]
---
Modified: src/modules/db_text/README
---
Diff: https://github.com/kamailio/kamailio/commit/d6249edf97a30863a656f3d8c6ea62b…
Patch: https://github.com/kamailio/kamailio/commit/d6249edf97a30863a656f3d8c6ea62b…
---
diff --git a/src/modules/db_text/README b/src/modules/db_text/README
index eb4cfe1304..a43bf8087c 100644
--- a/src/modules/db_text/README
+++ b/src/modules/db_text/README
@@ -10,14 +10,10 @@ Ovidiu Sas
<osas(a)voipembedded.com>
-Edited by
-
Daniel-Constantin Mierla
<miconda(a)gmail.com>
-Edited by
-
Olle E. Johansson
<oej(a)edvina.net>
@@ -355,7 +351,7 @@ modparam("module_name", "db_url", "text:///path/to/dbtext/database")
Here are definitions for the most important tables as well as a basic
configuration file to use db_text with Kamailio. The table structures
may change in time and you will have to adjust these examples. Check
- the source code directory “utils/kamctl/dbtxt/kamailio” for current
+ the source code directory “utils/kamctl/dbtext/kamailio” for current
definitions.
You have to populate the table 'subscriber' by hand with user profiles