[asterisk-commits] branch oej/test-this-branch r18833 - /team/oej/test-this-branch/channels/

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Mon Apr 10 09:06:04 MST 2006


Author: oej
Date: Mon Apr 10 11:06:00 2006
New Revision: 18833

URL: http://svn.digium.com/view/asterisk?rev=18833&view=rev
Log:
Remove remains of OSP...

Modified:
    team/oej/test-this-branch/channels/chan_sip.c

Modified: team/oej/test-this-branch/channels/chan_sip.c
URL: http://svn.digium.com/view/asterisk/team/oej/test-this-branch/channels/chan_sip.c?rev=18833&r1=18832&r2=18833&view=diff
==============================================================================
--- team/oej/test-this-branch/channels/chan_sip.c (original)
+++ team/oej/test-this-branch/channels/chan_sip.c Mon Apr 10 11:06:00 2006
@@ -7860,12 +7860,6 @@
 		/* do we allow guests? */
 		if (!global_allowguest)
 			res = -1;  /* we don't want any guests, authentication will fail */
-#ifdef OSP_SUPPORT			
-		else if (global_allowguest == 2) {
-			ast_copy_flags(p, &global_flags, SIP_OSPAUTH);
-			res = check_auth(p, req, "", "", "", sipmethod, uri, reliable, ignore); 
-		}
-#endif
 		return res;
 	}
 



More information about the asterisk-commits mailing list