mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-14 00:24:05 +00:00
Ignore progress frames in request/dial (bug #1657)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2983 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1685,6 +1685,8 @@ struct ast_channel *__ast_request_and_dial(char *type, int format, void *data, i
|
||||
state = f->subclass;
|
||||
ast_frfree(f);
|
||||
break;
|
||||
} else if (f->subclass == AST_CONTROL_PROGRESS) {
|
||||
/* Ignore */
|
||||
} else if (f->subclass == -1) {
|
||||
/* Ignore -- just stopping indications */
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user