mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-02 20:08:17 +00:00
un-break three-way calling
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6002 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -3817,7 +3817,7 @@ static struct ast_frame *zt_handle_event(struct ast_channel *ast)
|
||||
} else {
|
||||
/* Lets see what we're up to */
|
||||
if (((ast->pbx) || (ast->_state == AST_STATE_UP)) &&
|
||||
(!p->transfertobusy && (p->owner->_state != AST_STATE_BUSY))) {
|
||||
(p->transfertobusy || (p->owner->_state != AST_STATE_BUSY))) {
|
||||
int otherindex = SUB_THREEWAY;
|
||||
|
||||
if (option_verbose > 2)
|
||||
|
||||
Reference in New Issue
Block a user