Module: kamailio
Branch: master
Commit: b9381ab2f4f3f4a791b284902757303a1cc21b90
URL:
https://github.com/kamailio/kamailio/commit/b9381ab2f4f3f4a791b284902757303…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2020-03-31T09:54:47+02:00
core: parser - new internal flag FL_USE_OTCPID
- mark request for routing existing outbound tcp connection id (e.g.,
restored from usrloc location lookup)
---
Modified: src/core/parser/msg_parser.h
---
Diff:
https://github.com/kamailio/kamailio/commit/b9381ab2f4f3f4a791b284902757303…
Patch:
https://github.com/kamailio/kamailio/commit/b9381ab2f4f3f4a791b284902757303…
---
diff --git a/src/core/parser/msg_parser.h b/src/core/parser/msg_parser.h
index 02bba6b1b9..973b5702b4 100644
--- a/src/core/parser/msg_parser.h
+++ b/src/core/parser/msg_parser.h
@@ -110,6 +110,7 @@ typedef enum request_method {
#define FL_MSG_NOREPLY (1<<23) /*!< do not send sip reply for request */
#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
*/
+#define FL_USE_OTCPID (1<<26) /*!< request to be routed using outboud tcp
con id */
/* WARNING: Value (1 << 28) is reserved for use in kamailio call_control
* module (flag FL_USE_CALL_CONTROL )! */