Module: kamailio
Branch: master
Commit: 179c536e972f4f8739a4ba3446610161d8cb913f
URL: https://github.com/kamailio/kamailio/commit/179c536e972f4f8739a4ba344661016…
Author: Henning Westerholt <hw(a)skalatan.de>
Committer: Henning Westerholt <hw(a)skalatan.de>
Date: 2019-10-09T22:41:47+02:00
websocket: small doc improvement (use module names instead of file names)
---
Modified: src/modules/websocket/doc/websocket_admin.xml
---
Diff: https://github.com/kamailio/kamailio/commit/179c536e972f4f8739a4ba344661016…
Patch: https://github.com/kamailio/kamailio/commit/179c536e972f4f8739a4ba344661016…
---
diff --git a/src/modules/websocket/doc/websocket_admin.xml b/src/modules/websocket/doc/websocket_admin.xml
index 6b6483d73f..132ede160b 100644
--- a/src/modules/websocket/doc/websocket_admin.xml
+++ b/src/modules/websocket/doc/websocket_admin.xml
@@ -378,11 +378,11 @@ modparam("websocket", "ping_application_data", "WebSockets rock")
</para></listitem>
<listitem><para>
<emphasis>2</emphasis> - msrp (RFC 7977) -
- msrp.so must be loaded before websocket.so
+ the msrp module must be loaded before the websocket module
</para></listitem>
</itemizedlist>
- <para><emphasis>Default value is 1 when msrp.so is not loaded
- 3 when msrp.so is loaded.</emphasis></para>
+ <para><emphasis>Default value is 1 when msrp module is not loaded,
+ 3 when msrp module is loaded.</emphasis></para>
<example>
<title>Set <varname>sub_protocols</varname>
parameter</title>
Module: kamailio
Branch: 5.3
Commit: f581c1360979adf4087b594b4638cec4b945576f
URL: https://github.com/kamailio/kamailio/commit/f581c1360979adf4087b594b4638cec…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: The Root <root(a)kamailio.org>
Date: 2019-10-09T21:31:14+02:00
modules: readme files regenerated - modules ... [skip ci]
---
Modified: src/modules/textopsx/README
---
Diff: https://github.com/kamailio/kamailio/commit/f581c1360979adf4087b594b4638cec…
Patch: https://github.com/kamailio/kamailio/commit/f581c1360979adf4087b594b4638cec…
---
diff --git a/src/modules/textopsx/README b/src/modules/textopsx/README
index bd0328b446..fdd95cd8e9 100644
--- a/src/modules/textopsx/README
+++ b/src/modules/textopsx/README
@@ -92,6 +92,10 @@ Chapter 1. Admin Guide
routing block configurations. It adds new features similar to the
textops module (textops eXtentions).
+ Note: If you add or remove message parts (header, body etc..) it may be
+ required to execute msg_apply_changes() from this module if there are
+ other operations done on the SIP message later on.
+
2. Functions
2.1. msg_apply_changes()