Module: kamailio Branch: master Commit: cf0e802bbf62ec4a19f26c786c07e7436ba07f0a URL: https://github.com/kamailio/kamailio/commit/cf0e802bbf62ec4a19f26c786c07e743...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2023-09-06T21:04:16+02:00
core: new internal message flag FL_ADD_XAVP_VIA_REPLY_PARAMS
---
Modified: src/core/parser/msg_parser.h
---
Diff: https://github.com/kamailio/kamailio/commit/cf0e802bbf62ec4a19f26c786c07e743... Patch: https://github.com/kamailio/kamailio/commit/cf0e802bbf62ec4a19f26c786c07e743...
---
diff --git a/src/core/parser/msg_parser.h b/src/core/parser/msg_parser.h index b33317da0cb..187385f2491 100644 --- a/src/core/parser/msg_parser.h +++ b/src/core/parser/msg_parser.h @@ -118,6 +118,8 @@ typedef enum request_method #define FL_ROUTE_ADDR (1 << 25) /*!< request has Route address for next hop */ #define FL_USE_OTCPID \ (1 << 26) /*!< request to be routed using outbound tcp con id */ +#define FL_ADD_XAVP_VIA_REPLY_PARAMS \ + (1 << 27) /*!< add xavp fields to first (previous sip node) via params */
/* WARNING: Value (1 << 28) is reserved for use in kamailio call_control * module (flag FL_USE_CALL_CONTROL )! */