summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authorDavid Vossel <dvossel@digium.com>2009-12-23 18:45:54 +0000
committerDavid Vossel <dvossel@digium.com>2009-12-23 18:45:54 +0000
commit065fce73107993d4aa3998978ea8abee529a8f52 (patch)
treea675b498d99329841d5bc20f5ed760d12f2f0f4c /apps
parent6892b103abe53ec534fceb7a66f2215970a4c598 (diff)
update CHANGES to reflect new 'R' app_queue option plus a minor optimization to the feature patch
(issue #16384) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@236306 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'apps')
-rw-r--r--apps/app_queue.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/app_queue.c b/apps/app_queue.c
index 421ddbae4..a36713630 100644
--- a/apps/app_queue.c
+++ b/apps/app_queue.c
@@ -5546,8 +5546,6 @@ static int queue_exec(struct ast_channel *chan, const char *data)
if (ringing != 1 && args.options && (strchr(args.options, 'R'))) {
qe.ring_when_ringing = 1;
- } else {
- qe.ring_when_ringing = 0;
}
if (args.options && (strchr(args.options, 'c')))