Module: kamailio
Branch: master
Commit: 51dcda9aab961aa86c77c7e0a99bc91aee860d52
URL: https://github.com/kamailio/kamailio/commit/51dcda9aab961aa86c77c7e0a99bc91…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2022-03-22T08:16:22+01:00
modules: readme files regenerated - uac ... [skip ci]
---
Modified: src/modules/uac/README
---
Diff: https://github.com/kamailio/kamailio/commit/51dcda9aab961aa86c77c7e0a99bc91…
Patch: https://github.com/kamailio/kamailio/commit/51dcda9aab961aa86c77c7e0a99bc91…
---
diff --git a/src/modules/uac/README b/src/modules/uac/README
index 3c804906dd..f1a6e6f5e8 100644
--- a/src/modules/uac/README
+++ b/src/modules/uac/README
@@ -595,7 +595,7 @@ modparam("uac", "reg_active", 0)
Timer interval (in seconds) at which remote registrations are cleaned
up in case of failure or removed. When setting it take in consideration
the maximum value for retransmission timeout, this param should be
- greater than it. This value also impacts how ofter the reload for
+ greater than it. This value also impacts how often the reload for
remote registrations table can be executed -- the RPC command will fail
if executed in less than reg_gc_interval value since the last reload.
Module: kamailio
Branch: master
Commit: faefa6ccc3ce9a774ca977aa35b8da07b46daf02
URL: https://github.com/kamailio/kamailio/commit/faefa6ccc3ce9a774ca977aa35b8da0…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2022-03-22T08:11:38+01:00
uac: docs - fixed typo
- GH #3056
---
Modified: src/modules/uac/doc/uac_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/faefa6ccc3ce9a774ca977aa35b8da0…
Patch: https://github.com/kamailio/kamailio/commit/faefa6ccc3ce9a774ca977aa35b8da0…
---
diff --git a/src/modules/uac/doc/uac_admin.xml b/src/modules/uac/doc/uac_admin.xml
index 3ce59d3e11..a15fbbc90b 100644
--- a/src/modules/uac/doc/uac_admin.xml
+++ b/src/modules/uac/doc/uac_admin.xml
@@ -567,7 +567,7 @@ modparam("uac", "reg_active", 0)
Timer interval (in seconds) at which remote registrations are cleaned
up in case of failure or removed. When setting it take in consideration
the maximum value for retransmission timeout, this param should be greater
- than it. This value also impacts how ofter the reload for remote
+ than it. This value also impacts how often the reload for remote
registrations table can be executed -- the RPC command will fail if
executed in less than reg_gc_interval value since the last reload.
</para>
#### 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
- [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:
- [x] PR should be backported to stable branches
- [x] Tested changes locally
- [ ] Related to issue #XXXX (replace XXXX with an open issue number)
#### Description
fixed sinitizer memory leaks
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/3057
-- Commit Summary --
* utils: fixed sinitiser error
-- File Changes --
M utils/kamcmd/kamcmd.c (1)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/3057.patchhttps://github.com/kamailio/kamailio/pull/3057.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3057
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/3057(a)github.com>
<!--
Kamailio Project uses GitHub Issues only for bugs in the code or feature requests. Please use this template only for feature requests.
If you have questions about using Kamailio or related to its configuration file, ask on sr-users mailing list:
* http://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-users
If you have questions about developing extensions to Kamailio or its existing C code, ask on sr-dev mailing list:
* http://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev
Please try to fill this template as much as possible for any issue. It helps the developers to troubleshoot the issue.
If you submit a feature request (or enhancement) add the description of what you would like to be added.
If there is no content to be filled in a section, the entire section can be removed.
You can delete the comments from the template sections when filling.
You can delete next line and everything above before submitting (it is a comment).
-->
### Description
<!--
Explain what you did, what you expected to happen, and what actually happened.
-->
### Expected behavior
$var(s) = "a=1,b=2,c=3";
$var(s1) = $(var(s){param.value,b,,}); /* 2 */
#### Actual observed behavior
#### Debugging Data
```
(paste your debugging data here)
```
#### Log Messages
<!--
Check the syslog file and if there are relevant log messages printed by Kamailio, add them next, or attach to issue, or provide a link to download them (e.g., to a pastebin site).
-->
```
(paste your log messages here)
```
#### SIP Traffic
<!--
If the issue is exposed by processing specific SIP messages, grab them with ngrep or save in a pcap file, then add them next, or attach to issue, or provide a link to download them (e.g., to a pastebin site).
-->
```
(paste your sip traffic here)
```
### Possible Solutions
<!--
If you found a solution or workaround for the issue, describe it. Ideally, provide a pull request with a improvement.
-->
### Additional Information
* **Kamailio Version** - output of `kamailio -v`
```
kamailio 5.5.4
```
* **Operating System**:
<!--
Details about the operating system, the type: Linux (e.g.,: Debian 8.4, Ubuntu 16.04, CentOS 7.1, ...), MacOS, xBSD, Solaris, ...;
Kernel details (output of `uname -a`)
-->
```
debian11
```
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/issues/3060
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/issues/3060(a)github.com>
Module: kamailio
Branch: master
Commit: 16a5234b11f139ec6b2be99499c970234dec90c3
URL: https://github.com/kamailio/kamailio/commit/16a5234b11f139ec6b2be99499c9702…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2022-03-21T15:16:26+01:00
modules: readme files regenerated - auth_db ... [skip ci]
---
Modified: src/modules/auth_db/README
---
Diff: https://github.com/kamailio/kamailio/commit/16a5234b11f139ec6b2be99499c9702…
Patch: https://github.com/kamailio/kamailio/commit/16a5234b11f139ec6b2be99499c9702…
---
diff --git a/src/modules/auth_db/README b/src/modules/auth_db/README
index 287f1517c5..2825c58d2f 100644
--- a/src/modules/auth_db/README
+++ b/src/modules/auth_db/README
@@ -448,7 +448,8 @@ if (!proxy_authorize("$fd", "subscriber)) {
user. All other requests: From header must match the authentication
user. If bit 2 is set as well (flags==3), the ID check is skipped
for INVITE, BYE, PRACK, UPDATE, MESSAGE - these requests can come
- with anonymous caller id.
+ with anonymous caller id. If set to 0, then all user checks are
+ skipped.
Additionally all domains in the checked URIs and the realm in the
authentication header will be checked to match the provided realm
parameter.
Module: kamailio
Branch: master
Commit: c67c568ad476879529cd04f7a5b1b77401a8f428
URL: https://github.com/kamailio/kamailio/commit/c67c568ad476879529cd04f7a5b1b77…
Author: Henning Westerholt <hw(a)gilawa.com>
Committer: Henning Westerholt <hw(a)gilawa.com>
Date: 2022-03-21T14:11:32Z
auth_db: document flag 0 for auth_check function
---
Modified: src/modules/auth_db/doc/auth_db_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/c67c568ad476879529cd04f7a5b1b77…
Patch: https://github.com/kamailio/kamailio/commit/c67c568ad476879529cd04f7a5b1b77…
---
diff --git a/src/modules/auth_db/doc/auth_db_admin.xml b/src/modules/auth_db/doc/auth_db_admin.xml
index 422738e869..e112332b40 100644
--- a/src/modules/auth_db/doc/auth_db_admin.xml
+++ b/src/modules/auth_db/doc/auth_db_admin.xml
@@ -549,7 +549,8 @@ if (!proxy_authorize("$fd", "subscriber)) {
match the authentication user. All other requests: From header must
match the authentication user. If bit 2 is set as well (flags==3),
the ID check is skipped for INVITE, BYE, PRACK, UPDATE, MESSAGE
- - these requests can come with anonymous caller id.
+ - these requests can come with anonymous caller id. If set to 0,
+ then all user checks are skipped.
</para>
<para>
Additionally all domains in the checked URIs and the realm in the