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
1.2-netsec
Matthew Fredrickson 21 years ago
parent c70e1d1674
commit 6f78afbe00

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

Loading…
Cancel
Save