Module: sip-router
Branch: master
Commit: 0b08a0bb0051bab16ce8c89ff37dbc874ae37cd7
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=0b08a0b…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: Fri Sep 5 15:06:00 2014 +0200
uac: mark request with FL_UAC_AUTH upon using uac_auth()
---
modules/uac/auth.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/modules/uac/auth.c b/modules/uac/auth.c
index 61e730c..1717cc7 100644
--- a/modules/uac/auth.c
+++ b/modules/uac/auth.c
@@ -469,8 +469,8 @@ int uac_auth( struct sip_msg *msg)
goto error;
}
- /* increas the Cseq nr */
-
+ /* mark msg wit uac auth for increase of cseq via dialog */
+ msg->msg_flags |= FL_UAC_AUTH;
return 0;
error: