]> git.ipfire.org Git - thirdparty/asterisk.git/commit
app_followme: fix issue with enable_callee_prompt=no (#88)
authoralex2grad <alex2grad@users.noreply.github.com>
Mon, 5 Jun 2023 18:23:03 +0000 (14:23 -0400)
committerGeorge Joseph <gjoseph@sangoma.com>
Mon, 5 Jun 2023 19:07:35 +0000 (13:07 -0600)
commit591351d4ad24c6a778eb7279e5adf89716b76d6b
tree52691541f4d008a35a2b4e9eb94d50f5619dea8e
parentade23d24a0e6e06c57f8dd9dd4212c40b094c707
app_followme: fix issue with enable_callee_prompt=no (#88)

* app_followme: fix issue with enable_callee_prompt=no

If the FollowMe option 'enable_callee_prompt' is set to 'no' then Asterisk
incorrectly sets a winner channel to the channel from which any control frame was read.

This fix sets the winner channel only to the answered channel.

Resolves: #87

ASTERISK-30326
apps/app_followme.c