Module: kamailio Branch: master Commit: 36dccc2a9a89b4b8a49990d912ea68c7c197067b URL: https://github.com/kamailio/kamailio/commit/36dccc2a9a89b4b8a49990d912ea68c7c197067b
Author: Gustavo Almeida <[email protected]> Committer: Henning Westerholt <[email protected]> Date: 2026-06-15T11:55:18+02:00 core: update max length of path header --- Modified: src/core/config.h --- Diff: https://github.com/kamailio/kamailio/commit/36dccc2a9a89b4b8a49990d912ea68c7c197067b.diff Patch: https://github.com/kamailio/kamailio/commit/36dccc2a9a89b4b8a49990d912ea68c7c197067b.patch --- diff --git a/src/core/config.h b/src/core/config.h index 900c2bf8451..5f4bad95435 100644 --- a/src/core/config.h +++ b/src/core/config.h @@ -61,7 +61,7 @@ #define MAX_URI_SIZE 1024 /*!< Max URI size used when rewriting URIs */ -#define MAX_PATH_SIZE 256 /*!< Maximum length of path header buffer */ +#define MAX_PATH_SIZE 512 /*!< Maximum length of path header buffer */ #define MAX_INSTANCE_SIZE \ 256 /*!< Maximum length of +sip.instance contact header param value buffer */ _______________________________________________ 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!
