dect
/
asterisk
Archived
13
0
Fork 0
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3506 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
markster 2004-07-24 23:45:37 +00:00
parent 45394ff1b6
commit 602a7b9652
1 changed files with 1 additions and 1 deletions

View File

@ -3183,7 +3183,7 @@ static struct ast_frame *zt_handle_event(struct ast_channel *ast)
return NULL;
}
}
if (p->subs[SUB_THREEWAY].owner) {
if (!p->subs[SUB_THREEWAY].owner) {
ast_log(LOG_NOTICE, "Whoa, threeway disappeared kinda randomly.\n");
return NULL;
}