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:
19a080d
)
Make sure we don't accidently send weird delivery times on DISA
author
Mark Spencer
<markster@digium.com>
Tue, 4 May 2004 19:20:20 +0000
(19:20 +0000)
committer
Mark Spencer
<markster@digium.com>
Tue, 4 May 2004 19:20:20 +0000
(19:20 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2891
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
apps/app_disa.c
patch
|
blob
|
history
diff --git
a/apps/app_disa.c
b/apps/app_disa.c
index
26676d4
..
cf19901
100755
(executable)
--- a/
apps/app_disa.c
+++ b/
apps/app_disa.c
@@
-212,6
+212,7
@@
static int disa_exec(struct ast_channel *chan, void *data)
wf.mallocd = 0;
wf.data = tone_block.buf;
wf.datalen = f->datalen;
+ wf.delivery.tv_sec = wf.delivery.tv_usec = 0;
make_tone_block(tone_block.buf, 350, 440, f->datalen, &x);
wf.samples = wf.datalen;
ast_frfree(f);