Module: kamailio Branch: master Commit: 438aae16285ec9c25573e20bd325a316d8a5d4bd URL: https://github.com/kamailio/kamailio/commit/438aae16285ec9c25573e20bd325a316d8a5d4bd
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2026-01-07T15:55:53+01:00 tm: per uac/branch via-body flags field --- Modified: src/modules/tm/h_table.h --- Diff: https://github.com/kamailio/kamailio/commit/438aae16285ec9c25573e20bd325a316d8a5d4bd.diff Patch: https://github.com/kamailio/kamailio/commit/438aae16285ec9c25573e20bd325a316d8a5d4bd.patch --- diff --git a/src/modules/tm/h_table.h b/src/modules/tm/h_table.h index 3e8136cbdac..7b28b472b6d 100644 --- a/src/modules/tm/h_table.h +++ b/src/modules/tm/h_table.h @@ -215,6 +215,8 @@ typedef struct ua_client unsigned int flags; /* per branch flags */ flag_t branch_flags; + /* via-body flags */ + flag_t vbflags; /* internal processing code - (mapping over sip warning codes) * - storing the code giving a clue of what happened internally */ int icode; _______________________________________________ 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!
