mirror of https://github.com/asterisk/asterisk
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: #1364pull/1379/head
parent
adde97bff3
commit
d772f61231
Loading…
Reference in new issue