Module: kamailio
Branch: master
Commit: 37e9d645f12401fc0394bec2bc813e3e7f191255
URL: 
https://github.com/kamailio/kamailio/commit/37e9d645f12401fc0394bec2bc813e3e7f191255

Author: Daniel-Constantin Mierla <[email protected]>
Committer: Daniel-Constantin Mierla <[email protected]>
Date: 2018-09-12T10:27:40+02:00

core: parse msg - added internal flag to skip sending a reply

---

Modified: src/core/parser/msg_parser.h

---

Diff:  
https://github.com/kamailio/kamailio/commit/37e9d645f12401fc0394bec2bc813e3e7f191255.diff
Patch: 
https://github.com/kamailio/kamailio/commit/37e9d645f12401fc0394bec2bc813e3e7f191255.patch

---

diff --git a/src/core/parser/msg_parser.h b/src/core/parser/msg_parser.h
index 5922cfc1cc..0bbf83d9da 100644
--- a/src/core/parser/msg_parser.h
+++ b/src/core/parser/msg_parser.h
@@ -107,6 +107,7 @@ typedef enum request_method {
 #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 
*/
+#define FL_MSG_NOREPLY       (1<<22) /*!< do not send sip reply for request */
 
 /* WARNING: Value (1 << 28) is temporarily reserved for use in kamailio 
call_control
  * module (flag  FL_USE_CALL_CONTROL )! */


_______________________________________________
Kamailio (SER) - Development Mailing List
[email protected]
https://lists.kamailio.org/cgi-bin/mailman/listinfo/sr-dev

Reply via email to