X-Git-Url: http://git.asterisk.org/gitweb/?p=asterisk%2Fasterisk.git;a=blobdiff_plain;f=indications.c;h=fefec9153b2b69939e5a1442116c7363cf637fd7;hp=1f8b555558a6d73ab5c7def81e840baf9bdb302b;hb=97c5b2b7d7f668333d6fcc3971b5c30de65839ce;hpb=730ca5f9b1f1ef95ccd7a4846befebac06016f9a diff --git a/indications.c b/indications.c index 1f8b555..fefec91 100755 --- 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.delivery.tv_sec = 0; - ps->f.delivery.tv_usec = 0; ast_write(chan, &ps->f); ps->pos += x;