[Asterisk-cvs] asterisk/channels chan_zap.c,1.237,1.238

markster at lists.digium.com markster at lists.digium.com
Thu May 27 21:47:44 CDT 2004


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

Modified Files:
	chan_zap.c 
Log Message:
Ringing and progress are not identical


Index: chan_zap.c
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/chan_zap.c,v
retrieving revision 1.237
retrieving revision 1.238
diff -u -d -r1.237 -r1.238
--- chan_zap.c	27 May 2004 22:38:13 -0000	1.237
+++ chan_zap.c	28 May 2004 02:02:33 -0000	1.238
@@ -3960,10 +3960,7 @@
 					 (p->sig != SIG_FXSGS)))
 					ast_setstate(chan, AST_STATE_RINGING);
 			}
-#if 0
-                        break;
-#endif
-		/* Fall through */
+            break;
 		case AST_CONTROL_PROGRESS:
 			ast_log(LOG_DEBUG,"Received AST_CONTROL_PROGRESS on %s\n",chan->name);
 #ifdef ZAPATA_PRI




More information about the svn-commits mailing list