aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2011-02-16 15:07:41 +0000
committerlmadsen <lmadsen@f38db490-d61c-443f-a65b-d21fe96a405b>2011-02-16 15:07:41 +0000
commitbbb355fb4027d8e7aad626067fa3c66a15b29282 (patch)
treeabd151d06e0b4a92ccb9902e5f9525698d017693 /apps
parentbb248386c4f2fce2c4439b4adb023ef9c6ff9366 (diff)
Update .version file, remove older summary files, update ChangeLog, merge change that was a blocker for this release.
git-svn-id: http://svn.digium.com/svn/asterisk/tags/1.4.40-rc3@308142 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps')
-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 5c691297d..c7231672e 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -2413,7 +2413,6 @@ static struct callattempt *wait_for_answer(struct queue_ent *qe, struct callatte
case AST_CONTROL_RINGING:
if (option_verbose > 2)
ast_verbose( VERBOSE_PREFIX_3 "%s is ringing\n", o->chan->name);
- ast_indicate(in, AST_CONTROL_RINGING);
break;
case AST_CONTROL_OFFHOOK:
/* Ignore going off hook */