Module: kamailio Branch: master Commit: 8801ee89856d4a37709869a5c01dfa66988b8f5a URL: https://github.com/kamailio/kamailio/commit/8801ee89856d4a37709869a5c01dfa66...
Author: Daniel-Constantin Mierla miconda@gmail.com Committer: Daniel-Constantin Mierla miconda@gmail.com Date: 2020-03-31T09:11:40+02:00
core: parser - removed temporarily remark for module reserved internal flags
---
Modified: src/core/parser/msg_parser.h
---
Diff: https://github.com/kamailio/kamailio/commit/8801ee89856d4a37709869a5c01dfa66... Patch: https://github.com/kamailio/kamailio/commit/8801ee89856d4a37709869a5c01dfa66...
---
diff --git a/src/core/parser/msg_parser.h b/src/core/parser/msg_parser.h index ceedf2cda9..02bba6b1b9 100644 --- a/src/core/parser/msg_parser.h +++ b/src/core/parser/msg_parser.h @@ -111,16 +111,16 @@ typedef enum request_method { #define FL_SIPTRACE (1<<24) /*!< message to be traced in stateless replies */ #define FL_ROUTE_ADDR (1<<25) /*!< request has Route address for next hop */
-/* WARNING: Value (1 << 28) is temporarily reserved for use in kamailio call_control +/* WARNING: Value (1 << 28) is reserved for use in kamailio call_control * module (flag FL_USE_CALL_CONTROL )! */
-/* WARNING: Value (1 << 29) is temporarily reserved for use in kamailio acc +/* WARNING: Value (1 << 29) is reserved for use in kamailio acc * module (flag FL_REQ_UPSTREAM)! */
-/* WARNING: Value (1 << 30) is temporarily reserved for use in kamailio +/* WARNING: Value (1 << 30) is reserved for use in kamailio * media proxy module (flag FL_USE_MEDIA_PROXY)! */
-/* WARNING: Value (1 << 31) is temporarily reserved for use in kamailio +/* WARNING: Value (1 << 31) is reserved for use in kamailio * nat_traversal module (flag FL_DO_KEEPALIVE)! */
#define FL_MTU_FB_MASK (FL_MTU_TCP_FB|FL_MTU_TLS_FB|FL_MTU_SCTP_FB)