Revert change that removed q931_call structure too soon

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6538 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Matthew Fredrickson
2005-09-07 20:52:17 +00:00
parent c70e1d1674
commit 6f78afbe00

View File

@@ -2402,7 +2402,6 @@ static int zt_hangup(struct ast_channel *ast)
icause = atoi(cause);
}
pri_hangup(p->pri->pri, p->call, icause);
p->call = NULL;
}
if (res < 0)
ast_log(LOG_WARNING, "pri_disconnect failed\n");