From 4358089aa79ae5e3c004bccb1db9e8ad64f2e1bf Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Wed, 22 Jun 2005 21:10:02 +0000 Subject: [PATCH] Fix SIP with OSP git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@5975 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- channels/chan_sip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/channels/chan_sip.c b/channels/chan_sip.c index e410cfee44..f18bb6c5aa 100755 --- a/channels/chan_sip.c +++ b/channels/chan_sip.c @@ -5439,7 +5439,7 @@ static int check_auth(struct sip_pvt *p, struct sip_request *req, char *randdata /* Always OK if no secret */ if (ast_strlen_zero(secret) && ast_strlen_zero(md5secret) #ifdef OSP_SUPPORT - && ast_test_flag(p, SIP_OSPAUTH) + && !ast_test_flag(p, SIP_OSPAUTH) && global_allowguest != 2 #endif )