<!--
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
We send all traffic to a Homer (HEPv3) server for monitoring and SIP diagnostics, using the siptrace module. Config below:
modparam("siptrace", "duplicate_uri","sip:IP_ADDR:9060")
modparam("siptrace", "hep_mode_on",1)
modparam("siptrace", "trace_to_database",0)
modparam("siptrace", "trace_on", 1)
modparam("siptrace", "hep_version", 3)
modparam("siptrace", "trace_flag",22)
modparam("siptrace", "trace_mode", 1)
It works just fine of course, but the moment the Homer server goes down or needs to be rebooted, Kamailio doesn't seem to want to "reconnect" to the HEP server - It just stops reporting packets altogether. Kamailio requires a restart.
### Troubleshooting
#### Reproduction
Set up a Homer server with kamailio tracing HEP packets to it. Then, restart Homer. You will no longer receive packets, until the next time you restart Kamailio.
We're using CentOS 7 x64 on all servers. There is no log information I can provide to assist with this.
Thanks!
--
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/2411
#### Type Of Change
- [x] Updated build examples, tested with recent version of dependencies
Updated documentation to simplify usage using docker
You can view, comment on, or merge this pull request online at:
https://github.com/kamailio/kamailio/pull/2398
-- Commit Summary --
* rtp_media_server: update to mediastreamer 4.4.0
-- File Changes --
M src/modules/rtp_media_server/Makefile (2)
M src/modules/rtp_media_server/doc/rtp_media_server_admin.xml (13)
M src/modules/rtp_media_server/docker/Dockerfile (32)
M src/modules/rtp_media_server/docker/build.sh (9)
-- Patch Links --
https://github.com/kamailio/kamailio/pull/2398.patchhttps://github.com/kamailio/kamailio/pull/2398.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/2398
Module: kamailio
Branch: master
Commit: f292e79274f4b9878360bb60a4af9c243d65664f
URL: https://github.com/kamailio/kamailio/commit/f292e79274f4b9878360bb60a4af9c2…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2020-07-24T22:31:23+02:00
modules: readme files regenerated - tls ... [skip ci]
---
Modified: src/modules/tls/README
---
Diff: https://github.com/kamailio/kamailio/commit/f292e79274f4b9878360bb60a4af9c2…
Patch: https://github.com/kamailio/kamailio/commit/f292e79274f4b9878360bb60a4af9c2…
---
diff --git a/src/modules/tls/README b/src/modules/tls/README
index 81eb47590b..a0e1f48d8d 100644
--- a/src/modules/tls/README
+++ b/src/modules/tls/README
@@ -1432,7 +1432,7 @@ end
10.34. rand_engine (str)
- Set the ranondom number generator engine for libssl.
+ Set the random number generator engine for libssl.
Note: the default random number generator (PRNG) engine of libssl
v1.1.x is not designed for multi-process applications and can result in