aboutsummaryrefslogtreecommitdiffstats
path: root/indications.c
diff options
context:
space:
mode:
Diffstat (limited to 'indications.c')
-rwxr-xr-xindications.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/indications.c b/indications.c
index fefec9153..1f8b55555 100755
--- 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;