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
This commit is contained in:
David Vossel
2009-12-23 18:45:54 +00:00
parent 6892b103ab
commit 065fce7310
2 changed files with 4 additions and 2 deletions

View File

@@ -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')))