]> 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)
commit6bc336b0caa862f02bd7832d603174ae66d9b8f7
tree284b3b7a5ea61b6afd4b0a035a0197d49c9d0c1c
parentb5146839e61832bb50a57d075e66baba83761738
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