projects
/
asterisk/asterisk.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Take out unnecessary setting of delivery times.
[asterisk/asterisk.git]
/
indications.c
diff --git
a/indications.c
b/indications.c
index
1f8b555
..
fefec91
100755
(executable)
--- a/
indications.c
+++ b/
indications.c
@@
-123,8
+123,6
@@
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.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;
ast_write(chan, &ps->f);
ps->pos += x;