Module: kamailio
Branch: master
Commit: 5a7ec64237323d9bf402aacd6cb8f4e1921fdfbc
URL:
https://github.com/kamailio/kamailio/commit/5a7ec64237323d9bf402aacd6cb8f4e…
Author: Kamailio Dev <kamailio.dev(a)kamailio.org>
Committer: Kamailio Dev <kamailio.dev(a)kamailio.org>
Date: 2016-06-17T15:31:17+02:00
modules: readme files regenerated - textopsx ...
---
Modified: modules/textopsx/README
---
Diff:
https://github.com/kamailio/kamailio/commit/5a7ec64237323d9bf402aacd6cb8f4e…
Patch:
https://github.com/kamailio/kamailio/commit/5a7ec64237323d9bf402aacd6cb8f4e…
---
diff --git a/modules/textopsx/README b/modules/textopsx/README
index f54c8c2..b3ab14c 100644
--- a/modules/textopsx/README
+++ b/modules/textopsx/README
@@ -123,7 +123,12 @@ Chapter 1. Admin Guide
no longer valid for config processing, like it happens when a broken
message is received from network).
- This function can be used from REQUEST_ROUTE or ONREPLY_ROUTE.
+ This function can be used from REQUEST_ROUTE or core REPLY_ROUTE.
+
+ Note: It must be used before the transaction is created in
+ request_route and not inside the onreply_route[name] executed by tm
+ module. Also, do not used after resuming a suspended request or reply,
+ at that moment the transaction is already created.
Example 1.1. msg_apply_changes() usage
...