mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Separate PROCEEDING and PROGRESS
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3206 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -1365,6 +1365,8 @@ int ast_indicate(struct ast_channel *chan, int condition)
|
||||
res = 0;
|
||||
} else if (condition == AST_CONTROL_PROGRESS) {
|
||||
/* ast_playtones_stop(chan); */
|
||||
} else if (condition == AST_CONTROL_PROCEEDING) {
|
||||
/* Do nothing, really */
|
||||
} else {
|
||||
/* not handled */
|
||||
ast_log(LOG_WARNING, "Unable to handle indication %d for '%s'\n", condition, chan->name);
|
||||
|
Reference in New Issue
Block a user