Module: kamailio Branch: master Commit: b63c40447d59a3a8e5c52eb07c78533b2d1083ff URL: https://github.com/kamailio/kamailio/commit/b63c40447d59a3a8e5c52eb07c78533b2d1083ff
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2026-01-21T09:52:13+01:00 core: internal flag for msg apply changes --- Modified: src/core/parser/msg_parser.h --- Diff: https://github.com/kamailio/kamailio/commit/b63c40447d59a3a8e5c52eb07c78533b2d1083ff.diff Patch: https://github.com/kamailio/kamailio/commit/b63c40447d59a3a8e5c52eb07c78533b2d1083ff.patch --- diff --git a/src/core/parser/msg_parser.h b/src/core/parser/msg_parser.h index f2a4faf0c8f..c3d733084ae 100644 --- a/src/core/parser/msg_parser.h +++ b/src/core/parser/msg_parser.h @@ -140,6 +140,8 @@ typedef enum request_method #define FL_FINAL_REPLY (1ULL << 32) /* local final reply sent */ #define FL_DELAYED_REPLY (1ULL << 33) /* local reply sending delayed */ #define FL_VIA_NORECEIVED (1ULL << 34) /* no received test for incoming Via */ +/* apply msg changes before transaction is created */ +#define FL_MSG_APPLY_CHANGES (1ULL << 35) #define FL_MTU_FB_MASK (FL_MTU_TCP_FB | FL_MTU_TLS_FB | FL_MTU_SCTP_FB) _______________________________________________ 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!
