]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_queue.c: Properly handle invalid strategies from realtime.
authorSean Bright <sean@seanbright.com>
Sat, 13 Apr 2024 17:30:22 +0000 (13:30 -0400)
committerasterisk-org-access-app[bot] <120671045+asterisk-org-access-app[bot]@users.noreply.github.com>
Wed, 17 Apr 2024 14:32:45 +0000 (14:32 +0000)
commita358458912ec6bbff0dc400d7bf6c3eae52f6d92
tree62b387f609ac0fd4e79ba63cace52ec556fe9db2
parenta0b579807cd188abb11018f7dd7a63c6bd67de65
app_queue.c: Properly handle invalid strategies from realtime.

The existing code sets the queue strategy to `ringall` but it is then
immediately overwritten with an invalid one.

Fixes #707
apps/app_queue.c