dect
/
asterisk
Archived
13
0
Fork 0

un-break three-way calling

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6002 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
kpfleming 2005-06-24 19:15:51 +00:00
parent 66c6a257d1
commit ca7d7865a7
1 changed files with 1 additions and 1 deletions

View File

@ -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)