mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-30 18:40:46 +00:00
Fix CIDCW for native bridging
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1160 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -3233,7 +3233,7 @@ struct ast_frame *zt_read(struct ast_channel *ast)
|
|||||||
p->subs[index].f.data = NULL;
|
p->subs[index].f.data = NULL;
|
||||||
p->subs[index].f.datalen= 0;
|
p->subs[index].f.datalen= 0;
|
||||||
}
|
}
|
||||||
if (p->dsp && !p->ignoredtmf && !index) {
|
if (p->dsp && (!p->ignoredtmf || p->callwaitcas || p->busydetect || p->callprogress) && !index) {
|
||||||
/* Perform busy detection. etc on the zap line */
|
/* Perform busy detection. etc on the zap line */
|
||||||
f = ast_dsp_process(ast, p->dsp, &p->subs[index].f, 0);
|
f = ast_dsp_process(ast, p->dsp, &p->subs[index].f, 0);
|
||||||
if (f) {
|
if (f) {
|
||||||
|
Reference in New Issue
Block a user