The commit seems to remove the existing error log messages and they are useful with the systems that monitor syslog and trigger alerts. While the commit adds text to rpc response, that is visible on client app and it might not be easily caught by server devops team. The error logs should be reintroduced.
--
Reply to this email directly or view it on GitHub:
https://github.com/kamailio/kamailio/commit/559b52b194f813c0c8584b3becbac9b…
You are receiving this because you are subscribed to this thread.
Message ID: <kamailio/kamailio/commit/559b52b194f813c0c8584b3becbac9b2ab8e0343/62841330(a)github.com>
Module: kamailio
Branch: master
Commit: b108bd6aaa7f25f91bd058c92103e9f0910bba0e
URL: https://github.com/kamailio/kamailio/commit/b108bd6aaa7f25f91bd058c92103e9f…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2022-01-03T16:31:27+01:00
modules: readme files regenerated - rtp_media_server ... [skip ci]
---
Modified: src/modules/rtp_media_server/README
---
Diff: https://github.com/kamailio/kamailio/commit/b108bd6aaa7f25f91bd058c92103e9f…
Patch: https://github.com/kamailio/kamailio/commit/b108bd6aaa7f25f91bd058c92103e9f…
---
diff --git a/src/modules/rtp_media_server/README b/src/modules/rtp_media_server/README
index 511263f880..769af84350 100644
--- a/src/modules/rtp_media_server/README
+++ b/src/modules/rtp_media_server/README
@@ -85,11 +85,9 @@ Chapter 1. Admin Guide
1. Overview
- rtp_media_server module is adding RTP and media processing
- functionalities to Kamailio
-
- Kamailio is providing SIP signaling including and enpoint with Dialog
- state, SDP parsing and scripting language
+ rtp_media_server module adds RTP and media processing functionalities
+ to Kamailio. Kamailio is providing SIP signaling including an endpoint
+ with Dialog state, SDP parsing and scripting language.
oRTP: is providing Real-time Transport Protocol (RFC 3550)
@@ -106,10 +104,11 @@ Chapter 1. Admin Guide
2.1. Building on Debian, Dockerfile and docker image
- The module includes Dockerfile that can also be use as a reference on
- how to build everything from source on Debian, the of libmediastreamer
- on Linux is usually outdated. A docker image is also available from
- dockerhub https://hub.docker.com/r/jchavanton/rtp_media_server
+ The module includes Dockerfile that can also be used as a reference on
+ how to build everything from source on Debian, the package of
+ libmediastreamer on Linux is usually outdated. A Docker image is also
+ available from dockerhub
+ https://hub.docker.com/r/jchavanton/rtp_media_server
3. Dependencies
@@ -118,9 +117,9 @@ Chapter 1. Admin Guide
3.1. Kamailio Modules
- The module depends on the following modules (in the other words the
- listed modules must be loaded before this module):
- * tm - accounting module
+ The module depends on the following modules (in other words the listed
+ modules must be loaded before this module):
+ * tm - transaction module
3.2. External Libraries or Applications
@@ -129,7 +128,7 @@ Chapter 1. Admin Guide
If you want to build oRTP and mediastreamer from source, you can use
the provided script for Debian "install_bc.sh".
- * oRTP git://git.linphone.org/ortp.git
+ * oRTP git clone git://git.linphone.org/ortp.git
oRTP is a library implemeting Real-time Transport Protocol (RFC
3550), distributed under GNU GPLv2 or proprietary license.
* mediastreamer2 git clone git://git.linphone.org/mediastreamer2.git
@@ -167,7 +166,7 @@ modparam("rtp_media_server", "log_file_name", "/var/log/rms/rms_ortp.log")
5.1. rms_answer (event_route)
- Create a call leg : with a SIP dialog and an RTP session call the
+ Create a call leg with a SIP dialog and an RTP session call the
event_route
This function can be used from REQUEST_ROUTE, REPLY_ROUTE and
@@ -201,7 +200,7 @@ route {
5.2. rms_hangup ()
- Send a BYE, delete the RTP session and the media ressources.
+ Send a BYE, delete the RTP session and the media resources.
This function can be used from EVENT_ROUTE.
@@ -245,7 +244,7 @@ e in-dialog request needs to be handled by it.
5.4. rms_dialog_check ()
Returns true if the current SIP message it handled/known by the RMS
- module, else it may be handle in any other way by Kamailio.
+ module, else it may be handled in any other way by Kamailio.
This function can be used from REQUEST_ROUTE, REPLY_ROUTE and
FAILURE_ROUTE.