Module: kamailio
Branch: master
Commit: 468a031ee9fa5c576d1abe177102f1fdf373a56c
URL:
https://github.com/kamailio/kamailio/commit/468a031ee9fa5c576d1abe177102f1f…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2021-10-20T14:46:20+02:00
modules: readme files regenerated - textops ... [skip ci]
---
Modified: src/modules/textops/README
---
Diff:
https://github.com/kamailio/kamailio/commit/468a031ee9fa5c576d1abe177102f1f…
Patch:
https://github.com/kamailio/kamailio/commit/468a031ee9fa5c576d1abe177102f1f…
---
diff --git a/src/modules/textops/README b/src/modules/textops/README
index 5f6bf33867..9e5ae3e9e2 100644
--- a/src/modules/textops/README
+++ b/src/modules/textops/README
@@ -774,7 +774,7 @@ set_reply_body("test", "text/plain");
Example 1.23. filter_body usage
...
if (has_body("multipart/mixed")) {
- if (filter_body("application/sdp") {
+ if (filter_body("application/sdp")) {
remove_hf("Content-Type");
append_hf("Content-Type: application/sdp\r\n");
} else {