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:
799b876
)
Initialize frame for playtones just in case
author
Mark Spencer
<markster@digium.com>
Thu, 3 Jun 2004 17:06:33 +0000
(17:06 +0000)
committer
Mark Spencer
<markster@digium.com>
Thu, 3 Jun 2004 17:06:33 +0000
(17:06 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3138
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
indications.c
patch
|
blob
|
history
diff --git
a/indications.c
b/indications.c
index
fefec91
..
1f8b555
100755
(executable)
--- a/
indications.c
+++ b/
indications.c
@@
-123,6
+123,8
@@
static int playtones_generator(struct ast_channel *chan, void *data, int len, in
ps->f.samples = samples;
ps->f.offset = AST_FRIENDLY_OFFSET;
ps->f.data = ps->data;
+ ps->f.delivery.tv_sec = 0;
+ ps->f.delivery.tv_usec = 0;
ast_write(chan, &ps->f);
ps->pos += x;