Skip to content

Commit

Permalink
core: parser - removed temporarily remark for module reserved interna…
Browse files Browse the repository at this point in the history
…l flags

(cherry picked from commit 8801ee8)
  • Loading branch information
miconda authored and henningw committed May 13, 2020
1 parent e031f66 commit 2c69d0e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/core/parser/msg_parser.h
Expand Up @@ -110,16 +110,16 @@ typedef enum request_method {
#define FL_USE_XAVP_VIA_FIELDS (1<<22) /*!< use xavp fields for local via attrs */
#define FL_MSG_NOREPLY (1<<23) /*!< do not send sip reply for request */

/* 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)
Expand Down

0 comments on commit 2c69d0e

Please sign in to comment.