Module: sip-router Branch: master Commit: 8b8132c17c126ff4edb2f5c9544dbd30894f6108 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=8b8132c1...
Author: Richard Good richard.good@smilecoms.com Committer: Richard Good richard.good@smilecoms.com Date: Thu Oct 17 16:40:07 2013 +0200
parser: defined new FL_RPL_SUSPENDED used for suspend on reply
---
parser/msg_parser.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/parser/msg_parser.h b/parser/msg_parser.h index 475716b..724ebef 100644 --- a/parser/msg_parser.h +++ b/parser/msg_parser.h @@ -120,6 +120,7 @@ typedef enum request_method { #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 */ +#define FL_RPL_SUSPENDED (1<<16) /* for async reply processing */
/* WARNING: Value (1 << 28) is temporarily reserved for use in kamailio call_control * module (flag FL_USE_CALL_CONTROL )! */