mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-20 16:50:14 +00:00
a few more control frame types that don't need to generate useless notices in the log
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@31044 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -2547,7 +2547,12 @@ struct ast_channel *__ast_request_and_dial(const char *type, int format, void *d
|
|||||||
timeout = 0; /* trick to force exit from the while() */
|
timeout = 0; /* trick to force exit from the while() */
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case AST_CONTROL_PROGRESS: /* Ignore */
|
/* Ignore these */
|
||||||
|
case AST_CONTROL_PROGRESS:
|
||||||
|
case AST_CONTROL_PROCEEDING:
|
||||||
|
case AST_CONTROL_HOLD:
|
||||||
|
case AST_CONTROL_UNHOLD:
|
||||||
|
case AST_CONTROL_VIDUPDATE:
|
||||||
case -1: /* Ignore -- just stopping indications */
|
case -1: /* Ignore -- just stopping indications */
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user