From 1f628fe5f92bd9415e0fbb21f6a11906debf17b6 Mon Sep 17 00:00:00 2001 From: Mark Spencer Date: Sat, 23 Aug 2003 02:11:44 +0000 Subject: Handle timing file descriptor properly with agents git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1409 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- apps/app_queue.c | 1 - 1 file changed, 1 deletion(-) (limited to 'apps') diff --git a/apps/app_queue.c b/apps/app_queue.c index 174bd0a99..265c82dcd 100755 --- a/apps/app_queue.c +++ b/apps/app_queue.c @@ -817,7 +817,6 @@ static int try_calling(struct queue_ent *qe, char *options, char *announceoverri res2 = ast_autoservice_start(qe->chan); if (!res2) res2 = ast_streamfile(peer, announce, peer->language); - /* XXX Need a function to wait on *both* streams XXX */ if (!res2) res2 = ast_waitstream(peer, ""); res2 |= ast_autoservice_stop(qe->chan); -- cgit v1.2.3