Module: kamailio Branch: 6.1 Commit: 02299bb855c5e82e20044ca52e5334219ceb78a4 URL: https://github.com/kamailio/kamailio/commit/02299bb855c5e82e20044ca52e5334219ceb78a4
Author: Daniel-Constantin Mierla <[email protected]> Committer: Daniel-Constantin Mierla <[email protected]> Date: 2026-03-05T17:24:32+01:00 tm: remove unused define for mi fifo (cherry picked from commit 7b67d5a719b7ba0f5a34360e4713425a85911613) --- Modified: src/modules/tm/config.h --- Diff: https://github.com/kamailio/kamailio/commit/02299bb855c5e82e20044ca52e5334219ceb78a4.diff Patch: https://github.com/kamailio/kamailio/commit/02299bb855c5e82e20044ca52e5334219ceb78a4.patch --- diff --git a/src/modules/tm/config.h b/src/modules/tm/config.h index 6a70829389f..b2b0369fadf 100644 --- a/src/modules/tm/config.h +++ b/src/modules/tm/config.h @@ -100,9 +100,6 @@ /* to-tag separator for stateful processing */ #define TM_TAG_SEPARATOR '-' -/* FIFO substitution character */ -#define SUBST_CHAR '!' - struct cfg_group_tm { char *tm_auto_inv_100_r; _______________________________________________ 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!
