]> git.ipfire.org Git - thirdparty/asterisk.git/commit
bridge.c: Obey BRIDGE_NOANSWER variable to skip answering channel.
authorNaveen Albert <asterisk@phreaknet.org>
Thu, 14 Aug 2025 12:50:31 +0000 (08:50 -0400)
committerNaveen Albert <asterisk@phreaknet.org>
Fri, 15 Aug 2025 15:59:23 +0000 (15:59 +0000)
commit3ea3ec6f0aaebe7bc057bab584f11ef0e7171514
tree1576fe2d73dd8153a4fadb70ff58f0cf48904b4b
parent5843d025412db8f7ca4694fc05b79be951887fd1
bridge.c: Obey BRIDGE_NOANSWER variable to skip answering channel.

If the BRIDGE_NOANSWER variable is set on a channel, it is not supposed
to answer when another channel bridges to it using Bridge(), and this is
checked when ast_bridge_call* is called. However, another path exists
(bridge_exec -> ast_bridge_add_channel) where this variable was not
checked and channels would be answered. We now check the variable there.

Resolves: #401
Resolves: #1364
main/bridge.c
main/features.c