(closes issue #14541)
Reported by: grant
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@178801
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
if (f->fmt->format < AST_FORMAT_AUDIO_MASK) {
f->owner->stream = NULL;
AST_SCHED_DEL(f->owner->sched, f->owner->streamid);
-#ifdef HAVE_DAHDI
ast_settimeout(f->owner, 0, NULL, NULL);
-#endif
} else {
f->owner->vstream = NULL;
AST_SCHED_DEL(f->owner->sched, f->owner->vstreamid);