浏览代码

core: new internam sip msg flag FL_TM_RPL_MATCHED

- mark sip reply when matched first time by tm
- used to avoid double execution of response-in callbacks
Daniel-Constantin Mierla 12 年之前
父节点
当前提交
230a138991
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      parser/msg_parser.h

+ 1 - 0
parser/msg_parser.h

@@ -119,6 +119,7 @@ typedef enum request_method {
 #define FL_SDP_BODY     (1 << 12)  /*!< msg has SDP in body */
 #define FL_USE_UAC_FROM      (1<<13)  /* take FROM hdr from UAC instead of UAS*/
 #define FL_USE_UAC_TO        (1<<14)  /* take TO hdr from UAC instead of UAS */
+#define FL_TM_RPL_MATCHED    (1<<15)  /* tm matched reply already */
 
 /* WARNING: Value (1 << 28) is temporarily reserved for use in kamailio call_control
  * module (flag  FL_USE_CALL_CONTROL )! */