mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-16 23:08:32 +00:00
small corrections in call clearing
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@242933 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -748,8 +748,9 @@ int ooProcessCallFDSETsAndTimers
|
||||
ast_mutex_lock(&call->Lock);
|
||||
ooEndCall(call);
|
||||
ast_mutex_unlock(&call->Lock);
|
||||
ooStopMonitorCallChannels(call);
|
||||
}
|
||||
if(call->callState >= OO_CALL_CLEARED)
|
||||
ooStopMonitorCallChannels(call);
|
||||
}
|
||||
|
||||
return OO_OK;
|
||||
|
||||
Reference in New Issue
Block a user