Module: kamailio
Branch: master
Commit: b2e07731113d1ffb3072af86734b70ed2fa233a6
URL:
https://github.com/kamailio/kamailio/commit/b2e07731113d1ffb3072af86734b70e…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2018-04-19T18:16:59+02:00
core: added internal flag for adding xavp fields to via params
---
Modified: src/core/parser/msg_parser.h
---
Diff:
https://github.com/kamailio/kamailio/commit/b2e07731113d1ffb3072af86734b70e…
Patch:
https://github.com/kamailio/kamailio/commit/b2e07731113d1ffb3072af86734b70e…
---
diff --git a/src/core/parser/msg_parser.h b/src/core/parser/msg_parser.h
index b06ff0d8d2..9d9d73a36e 100644
--- a/src/core/parser/msg_parser.h
+++ b/src/core/parser/msg_parser.h
@@ -101,6 +101,7 @@ typedef enum request_method {
#define FL_RR_ADDED (1<<18) /* Record-Route header was added */
#define FL_UAC_AUTH (1<<19) /* Proxy UAC-like authentication */
#define FL_ADD_SRVID (1<<20) /*!< add 'srvid' to local via hdr
*/
+#define FL_ADD_XAVP_VIA (1<<21) /*!< add xavp fields to local via params
*/
/* WARNING: Value (1 << 28) is temporarily reserved for use in kamailio
call_control
* module (flag FL_USE_CALL_CONTROL )! */