mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 20:56:39 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user