<!-- 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 -->
- [x ] PR should be backported to stable branches
- [x ] Tested changes locally
- [ ] Related to issue #XXXX (replace XXXX with an open issue number)
#### Description
<!-- Describe your changes in detail -->
topos_redis: contact on A side is never updated on dialog update
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/3044
-- Commit Summary --
* topos_redis: contact on A side is never updated on dialog update
-- File Changes --
M src/modules/topos_redis/topos_redis_storage.c (2)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/3044.patchhttps://github.com/kamailio/kamailio/pull/3044.diff
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/pull/3044
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/pull/3044(a)github.com>
Module: kamailio
Branch: master
Commit: 415f20804e423b503d5e0d1743e28c9f509f9c21
URL: https://github.com/kamailio/kamailio/commit/415f20804e423b503d5e0d1743e28c9…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2022-03-03T09:03:12+01:00
blst: docs - small formatting updates
---
Modified: src/modules/blst/doc/blst_functions.xml
---
Diff: https://github.com/kamailio/kamailio/commit/415f20804e423b503d5e0d1743e28c9…
Patch: https://github.com/kamailio/kamailio/commit/415f20804e423b503d5e0d1743e28c9…
---
diff --git a/src/modules/blst/doc/blst_functions.xml b/src/modules/blst/doc/blst_functions.xml
index 96b4b6c389..48e7d59b6e 100644
--- a/src/modules/blst/doc/blst_functions.xml
+++ b/src/modules/blst/doc/blst_functions.xml
@@ -38,15 +38,15 @@ else
</title>
<para>
Adds the source of the current message to the blocklist for
- the time interval specified in the <emphasis>Retry-After</emphasis>
+ the time interval specified in the <emphasis>Retry-After</emphasis>
header.
- If the <emphasis>Retry-After</emphasis> header is missing, it will
+ If the <emphasis>Retry-After</emphasis> header is missing, it will
fail (returns false).
- If the <emphasis>Retry-After</emphasis> value is less than
- <varname>min</varname>, then <varname>min</varname> seconds will be
+ If the <emphasis>Retry-After</emphasis> value is less than
+ <varname>min</varname>, then <varname>min</varname> seconds will be
used instead.
If the <emphasis>Retry-After</emphasis> value is greater than
- <varname>max</varname>, then <varname>max</varname> seconds will be
+ <varname>max</varname>, then <varname>max</varname> seconds will be
used instead.
</para>
<example>
@@ -117,7 +117,7 @@ if (msg_status==503){ # blocklist 503 source for Retry-After seconds
works for local replies to the current message.
</para>
<para>
- The variants of these functions with no parameters will ignore
+ The variants of these functions with no parameters will ignore
everything (equivalent to passing 0xff).
</para>
<para>
<!--
Kamailio Project uses GitHub Issues only for bugs in the code or feature requests. Please use this template only for bug reports.
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 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
```
apt install kamailio kamailio-*
find /usr/lib/x86_64-linux-gnu/kamailio/modules -name jwt.so
and nothing.
```
<!--
-->
### Troubleshooting
#### Reproduction
<!--
If the issue can be reproduced, describe how it can be done.
-->
#### Debugging Data
<!--
If you got a core dump, use gdb to extract troubleshooting data - full backtrace,
local variables and the list of the code at the issue location.
gdb /path/to/kamailio /path/to/corefile
bt full
info locals
list
If you are familiar with gdb, feel free to attach more of what you consider to
be relevant.
-->
```
(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 fix.
-->
### Additional Information
* **Kamailio Version** - output of `kamailio -v`
```
kamailio5.5.2
```
* **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 `lsb_release -a` and `uname -a`)
-->
```
debian10
```
--
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/issues/2883
Module: kamailio
Branch: 5.5
Commit: 42b80a2cf0fa1b2e7192ade5844df670a49480ff
URL: https://github.com/kamailio/kamailio/commit/42b80a2cf0fa1b2e7192ade5844df67…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2022-03-02T10:15:05+01:00
core: fixed comment typo
(cherry picked from commit c37ccdc6e3bad0af4644941a872f510c51936c58)
---
Modified: src/core/sr_module.h
---
Diff: https://github.com/kamailio/kamailio/commit/42b80a2cf0fa1b2e7192ade5844df67…
Patch: https://github.com/kamailio/kamailio/commit/42b80a2cf0fa1b2e7192ade5844df67…
---
diff --git a/src/core/sr_module.h b/src/core/sr_module.h
index 99c1dc1de1..df47e18965 100644
--- a/src/core/sr_module.h
+++ b/src/core/sr_module.h
@@ -154,7 +154,7 @@ typedef int (*param_func_t)( modparam_t type, void* val);
@warning child_init(PROC_MAIN) is again called
in the same process (main), but latter
(before tcp), so make sure you don't init things
- twice, bot in PROC_MAIN and PROC_INT */
+ twice, both in PROC_MAIN and PROC_INT */
#define PROC_NOCHLDINIT -128 /**< no child init functions will be called
if this rank is used in fork_process() */