mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 11:58:52 +00:00
Fix CIDCW for non-native calls only
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1158 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -3267,7 +3267,8 @@ struct ast_frame *zt_read(struct ast_channel *ast)
|
||||
free(p->cidspill);
|
||||
send_cwcidspill(p);
|
||||
}
|
||||
p->callwaitcas = 0;
|
||||
if ((f->subclass != 'm') && (f->subclass != 'u'))
|
||||
p->callwaitcas = 0;
|
||||
p->subs[index].f.frametype = AST_FRAME_NULL;
|
||||
p->subs[index].f.subclass = 0;
|
||||
f = &p->subs[index].f;
|
||||
|
Reference in New Issue
Block a user