[sr-dev] git:5.1:d57e47ea: modules: readme files regenerated - modules ... [skip ci]

Kamailio Dev kamailio.dev at kamailio.org
Wed Apr 3 09:17:09 CEST 2019


Module: kamailio
Branch: 5.1
Commit: d57e47ea5e6ab26258ca596ff85c3fa7e5b0ded6
URL: https://github.com/kamailio/kamailio/commit/d57e47ea5e6ab26258ca596ff85c3fa7e5b0ded6

Author: Kamailio Dev <kamailio.dev at kamailio.org>
Committer: Kamailio Dev <kamailio.dev at kamailio.org>
Date: 2019-04-03T09:16:45+02:00

modules: readme files regenerated - modules ... [skip ci]

---

Modified: src/modules/uac/README

---

Diff:  https://github.com/kamailio/kamailio/commit/d57e47ea5e6ab26258ca596ff85c3fa7e5b0ded6.diff
Patch: https://github.com/kamailio/kamailio/commit/d57e47ea5e6ab26258ca596ff85c3fa7e5b0ded6.patch

---

diff --git a/src/modules/uac/README b/src/modules/uac/README
index ba1c3d1bb7..34d11daab0 100644
--- a/src/modules/uac/README
+++ b/src/modules/uac/README
@@ -208,6 +208,13 @@ Chapter 1. Admin Guide
      * The “uac_replace_*” functions can only be run once on the same SIP
        request. Try to save needed changes in a pseudovariable and apply
        them once.
+       There is also a limitation regarding the use of the
+       “msg_apply_changes()” function together with the “uac_replace_*”
+       functions for messages that are loose-routed (e.g. Re-INVITE
+       requests). In this case you need to call the “loose_route()”
+       function after the replace and msg_apply_changes. Otherwise
+       Kamailio can create replies with wrong From/To headers (e.g. for
+       the 100 - Trying reply in the Re-INVITE example).
 
 2. Dependencies
 




More information about the sr-dev mailing list