projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98f94da
)
Clears exception flag during ast_read when func_jitterbuffer is enabled
author
David Vossel
<dvossel@digium.com>
Wed, 27 Apr 2011 17:44:02 +0000
(17:44 +0000)
committer
David Vossel
<dvossel@digium.com>
Wed, 27 Apr 2011 17:44:02 +0000
(17:44 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@315855
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
main/channel.c
patch
|
blob
|
history
diff --git
a/main/channel.c
b/main/channel.c
index
09be939
..
55695c5
100644
(file)
--- a/
main/channel.c
+++ b/
main/channel.c
@@
-3821,6
+3821,8
@@
static struct ast_frame *__ast_read(struct ast_channel *chan, int dropaudio)
f = &ast_null_frame;
chan->fdno = -1;
goto done;
+ } else if (chan->fds[AST_JITTERBUFFER_FD] > -1 && chan->fdno == AST_JITTERBUFFER_FD) {
+ ast_clear_flag(chan, AST_FLAG_EXCEPTION);
}
/* Check for pending read queue */