From 3e78f6d060466363f0d61c69f6196f4d09e35ae9 Mon Sep 17 00:00:00 2001 From: Kamailio Dev Date: Wed, 3 Apr 2019 09:17:20 +0200 Subject: [PATCH] modules: readme files regenerated - modules ... [skip ci] --- src/modules/uac/README | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/modules/uac/README b/src/modules/uac/README index e7cc136dd24..1add3075d28 100644 --- a/src/modules/uac/README +++ b/src/modules/uac/README @@ -223,6 +223,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