Module: kamailio Branch: master Commit: f3969693061f54b1e0b961f26480dd419154e27f URL: https://github.com/kamailio/kamailio/commit/f3969693061f54b1e0b961f26480dd419154e27f
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2026-01-21T09:52:13+01:00 corex: extended list for iflag functions for msg apply changes --- Modified: src/modules/corex/corex_mod.c --- Diff: https://github.com/kamailio/kamailio/commit/f3969693061f54b1e0b961f26480dd419154e27f.diff Patch: https://github.com/kamailio/kamailio/commit/f3969693061f54b1e0b961f26480dd419154e27f.patch --- diff --git a/src/modules/corex/corex_mod.c b/src/modules/corex/corex_mod.c index 0242cb44a86..d8feb9ac8ad 100644 --- a/src/modules/corex/corex_mod.c +++ b/src/modules/corex/corex_mod.c @@ -665,6 +665,7 @@ static msg_iflag_name_t _msg_iflag_list[] = { {str_init("USE_UAC_FROM"), FL_USE_UAC_FROM}, {str_init("USE_UAC_TO"), FL_USE_UAC_TO}, {str_init("UAC_AUTH"), FL_UAC_AUTH}, + {str_init("MSG_APPLY_CHANGES"), FL_MSG_APPLY_CHANGES}, {{0, 0}, 0} }; /* clang-format on */ _______________________________________________ Kamailio - Development Mailing List -- [email protected] To unsubscribe send an email to [email protected] Important: keep the mailing list in the recipients, do not reply only to the sender!
