[Asterisk-cvs] asterisk/channels chan_sip.c,1.572,1.573

markster at lists.digium.com markster at lists.digium.com
Sun Nov 21 14:36:55 CST 2004


Update of /usr/cvsroot/asterisk/channels
In directory mongoose.digium.com:/tmp/cvs-serv29664/channels

Modified Files:
	chan_sip.c 
Log Message:
In fact, be even more pedantic


Index: chan_sip.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_sip.c,v
retrieving revision 1.572
retrieving revision 1.573
diff -u -d -r1.572 -r1.573
--- chan_sip.c	21 Nov 2004 19:34:19 -0000	1.572
+++ chan_sip.c	21 Nov 2004 19:36:46 -0000	1.573
@@ -7255,7 +7255,7 @@
 				ast_queue_frame(p->owner, &af);
 		} else if (debug)
 			ast_verbose("Ignoring this request\n");
-		if (!p->lastinvite && !p->owner) {
+		if (!p->lastinvite && !ignore && !p->owner) {
 			/* Handle authentication if this is our first invite */
 			res = check_user(p, req, cmd, e, 1, sin, ignore);
 			if (res) {




More information about the svn-commits mailing list