Module: kamailio Branch: master Commit: c5278237a53f232991843a91f8d8e93e1de4de7f URL: https://github.com/kamailio/kamailio/commit/c5278237a53f232991843a91f8d8e93e1de4de7f
Author: Kamailio Dev <kamailio....@kamailio.org> Committer: Kamailio Dev <kamailio....@kamailio.org> Date: 2019-04-03T09:17:50+02:00 modules: readme files regenerated - uac ... [skip ci] --- Modified: src/modules/uac/README --- Diff: https://github.com/kamailio/kamailio/commit/c5278237a53f232991843a91f8d8e93e1de4de7f.diff Patch: https://github.com/kamailio/kamailio/commit/c5278237a53f232991843a91f8d8e93e1de4de7f.patch --- diff --git a/src/modules/uac/README b/src/modules/uac/README index e7cc136dd2..1add3075d2 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
_______________________________________________ Kamailio (SER) - Development Mailing List sr-dev@lists.kamailio.org https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev