aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_queue.c
diff options
context:
space:
mode:
authorlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2011-02-16 15:16:24 +0000
committerlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2011-02-16 15:16:24 +0000
commitd8b8da518a9148725d6bd8b8f50138339d4f2114 (patch)
tree45f819a67a304d96894e917dbfac4850fe3781ab /apps/app_queue.c
parent99fe32a7a6625e5626d709f3381195c9b8576db2 (diff)
Update .version and ChangeLog files. Remove old summary files. Merge in changes for chan_sip and app_queue.
git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.8.3-rc3@308144 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_queue.c')
-rw-r--r--apps/app_queue.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/app_queue.c b/apps/app_queue.c
index 18e9942b5..28efe67be 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -3558,7 +3558,6 @@ static struct callattempt *wait_for_answer(struct queue_ent *qe, struct callatte
ast_moh_stop(qe->chan);
ast_indicate(qe->chan, AST_CONTROL_RINGING);
}
- ast_indicate(in, AST_CONTROL_RINGING);
break;
case AST_CONTROL_OFFHOOK:
/* Ignore going off hook */