5.0.109
Changes for 5.0.109
Changes to branch 5.0
after version 5.0.108
.
Commits
-
KAM26-27 signal challenged requests and use info on internal redirect - by Luis Azedo
kamailio doesn't handle well the suspend/resume transactions and we use when we check for credentials on requests
(cherry picked from commit f547a69)
-
KAM26-27 remove headers and record_route on internal redirect - by Luis Azedo
- record_route and consume_credentials are not preserved as well as removal of headers like Route
we need to "redo" those on internal redirect.
a config option KZ_INTERNAL_REDIRECT_RESERVED_HEADERS was made to set which headers ishould be removed.
it can be set at runtime with kamcmd cfg.set kazoo internal_redirect_reserved_headers <regex expression>
(cherry picked from commit ebb31d5)