mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
quicky agent formatting fix, merge polarity/answer patch (bug #2847)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4985 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -383,8 +383,7 @@ static struct ast_frame *agent_read(struct ast_channel *ast)
|
||||
/* Don't pass answer along */
|
||||
ast_frfree(f);
|
||||
f = &null_frame;
|
||||
}
|
||||
else {
|
||||
} else {
|
||||
p->acknowledged = 1;
|
||||
f = &answer_frame;
|
||||
if (p->chan)
|
||||
|
Reference in New Issue
Block a user