Module: kamailio
Branch: master
Commit: 670742de0f2cef5ad9d478780bbeacec6597ae30
URL: https://github.com/kamailio/kamailio/commit/670742de0f2cef5ad9d478780bbeace…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2023-09-12T13:16:26+02:00
modules: readme files regenerated - app_lua ... [skip ci]
---
Modified: src/modules/app_lua/README
---
Diff: https://github.com/kamailio/kamailio/commit/670742de0f2cef5ad9d478780bbeace…
Patch: https://github.com/kamailio/kamailio/commit/670742de0f2cef5ad9d478780bbeace…
---
diff --git a/src/modules/app_lua/README b/src/modules/app_lua/README
index c4697435ee0..f8891270e1a 100644
--- a/src/modules/app_lua/README
+++ b/src/modules/app_lua/README
@@ -149,7 +149,7 @@ Chapter 1. Admin Guide
Set the path to the Lua script to be loaded at startup. Then you can
use lua_run(function, params) to execute a function from the script at
- runtime.
+ runtime. The script can be in Lua-source or bytecode.
Default value is ���null���.
Module: kamailio
Branch: master
Commit: a8747aa02ff3fbffd7a63bdc1e5c06188472edfa
URL: https://github.com/kamailio/kamailio/commit/a8747aa02ff3fbffd7a63bdc1e5c061…
Author: �������������������� �������������������������������� <git-dpa(a)aegee.org>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2023-09-12T13:06:53+02:00
[app_lua] clarify the file scripts can be in source or bytecode
---
Modified: src/modules/app_lua/doc/app_lua_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/a8747aa02ff3fbffd7a63bdc1e5c061…
Patch: https://github.com/kamailio/kamailio/commit/a8747aa02ff3fbffd7a63bdc1e5c061…
---
diff --git a/src/modules/app_lua/doc/app_lua_admin.xml b/src/modules/app_lua/doc/app_lua_admin.xml
index adcb91caeeb..0c2841ea0f7 100644
--- a/src/modules/app_lua/doc/app_lua_admin.xml
+++ b/src/modules/app_lua/doc/app_lua_admin.xml
@@ -117,7 +117,7 @@
<para>
Set the path to the Lua script to be loaded at startup. Then you
can use lua_run(function, params) to execute a function from the
- script at runtime.
+ script at runtime. The script can be in Lua-source or bytecode.
</para>
<para>
<emphasis>
<!-- 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/3562
-- Commit Summary --
* core: Format changes
-- File Changes --
M src/main.c (2630)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/3562.patchhttps://github.com/kamailio/kamailio/pull/3562.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3562
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/3562(a)github.com>
<!-- 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
- [ ] Small bug fix (non-breaking change which fixes an issue)
- [X] 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 -->
some kemi exports for ims_qos and ims_dialog. Currently testing them, will add comment afterwards.
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/3544
-- Commit Summary --
* ims_qos: kemi export
* ims_dialog: kemi export some functions
-- File Changes --
M src/modules/ims_dialog/ims_dialog.c (96)
M src/modules/ims_qos/ims_qos_mod.c (72)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/3544.patchhttps://github.com/kamailio/kamailio/pull/3544.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3544
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/3544(a)github.com>
A user reached me to add a way to add the custom labels into the statsd
module, so a better way to report metrics to the observability platform.
I keep the same old functions and add a new parameter to the statsd
modules to both interfaces cfg and kemi.
The full documentation can be found here:
https://docs.datadoghq.com/developers/dogstatsd/datagram_shell/?tab=metrics
So, each function can be used like this: ``` statsd_set("fooo", 1,
"inbound"); statsd_gauge("NotFound", "+1", "outbound,carrierFoo");
statsd_gauge("AuthFailed", "+1", "carrier=foo,priority=10"); ```
Signed-off-by: Eloy Coto <eloy.coto(a)acalustra.com>
Tested-by: Alex Antonevych <alex.antonevych(a)replicant.ai>
<!-- Kamailio Pull Request Template -->
#### Pre-Submission Checklist
- [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
- [ ] Small bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds new functionality)
- [ ] Breaking change (fix or feature that would change existing functionality)
#### Checklist:
- [ ] PR should be backported to stable branches
- [x] Tested changes locally
I'm waiting until first review on function arguments to create the docs
changes.
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/3529
-- Commit Summary --
* statsd: Add labels to metrics.
-- File Changes --
M src/modules/statsd/lib_statsd.c (102)
M src/modules/statsd/lib_statsd.h (10)
M src/modules/statsd/statsd.c (129)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/3529.patchhttps://github.com/kamailio/kamailio/pull/3529.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3529
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/3529(a)github.com>