mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-07 10:28:32 +00:00
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:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user