Ringing and progress are not identical

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3101 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Mark Spencer
2004-05-28 02:02:33 +00:00
parent 04887bcc3e
commit 63074875d6

View File

@@ -3960,10 +3960,7 @@ static int zt_indicate(struct ast_channel *chan, int condition)
(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