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/1404/head
parent
5843d02541
commit
3ea3ec6f0a
Loading…
Reference in new issue