[sr-dev] git:master: core/parser: new internal msg flag - FL_UAC_AUTH

Daniel-Constantin Mierla miconda at gmail.com
Fri Sep 5 15:40:39 CEST 2014


Module: sip-router
Branch: master
Commit: b2dcdf63af755200a58baa2c3182806e0f6142e2
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=b2dcdf63af755200a58baa2c3182806e0f6142e2

Author: Daniel-Constantin Mierla <miconda at gmail.com>
Committer: Daniel-Constantin Mierla <miconda at gmail.com>
Date:   Fri Sep  5 15:04:41 2014 +0200

core/parser: new internal msg flag - FL_UAC_AUTH

- to mark requests that had local uac authentication done (e.g., via
  uac_auth() from uac module)
- it is an indication that cseq should be increased

---

 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 6fb6ddc..27177b5 100644
--- a/parser/msg_parser.h
+++ b/parser/msg_parser.h
@@ -123,6 +123,7 @@ typedef enum request_method {
 #define FL_RPL_SUSPENDED     (1<<16)  /* for async reply processing */
 #define FL_BODY_MULTIPART    (1<<17)  /* body modified is multipart */
 #define FL_RR_ADDED          (1<<18)  /* Record-Route header was added */
+#define FL_UAC_AUTH          (1<<19)  /* Proxy UAC-like authentication */
 
 /* WARNING: Value (1 << 28) is temporarily reserved for use in kamailio call_control
  * module (flag  FL_USE_CALL_CONTROL )! */




More information about the sr-dev mailing list