]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_queue.c: Fix announcements when announce-to-first-user not enabled.
authorRichard Mudgett <rmudgett@digium.com>
Thu, 28 Sep 2017 22:37:15 +0000 (17:37 -0500)
committerRichard Mudgett <rmudgett@digium.com>
Thu, 28 Sep 2017 23:47:58 +0000 (18:47 -0500)
commit699b6a70d566aa94b177f5dfc7d94c24a0beff97
treef67ea2e54774df333bdd602029e18d02fb502bc4
parent88ba803110d8e25d0f5286279ab4745d4a2512e3
app_queue.c: Fix announcements when announce-to-first-user not enabled.

The previous patch for ASTERISK-27216 made it so you wouldn't get any
position or periodic announcements unless you had announce-to-first-user
enabled.  The announce-to-first-user feature was added by ASTERISK_21782
as a result of the patch which introduced the redundant announcements that
ASTERISK-27216 removes.

* By noting that the makeannouncement variable is used to suppresses the
first user announcement, we set its initial value to the
announce-to-first-user enable setting.

ASTERISK-27216

Change-Id: Ieaeb7dbea8ae7073086b775fbafe0625b000b10a
apps/app_queue.c