]> 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)
committerSean Bright <sean@seanbright.com>
Wed, 17 Apr 2024 14:32:39 +0000 (14:32 +0000)
commit9de1bc72042ff96a38606773bed6d2f6e4a0af3f
tree2722dc57b48e3b895b857a689865a028aff9c4ba
parent59f7e3d0e47e1225bed8f17715247283cbcdf6f3
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