* #7078: audio: suspend audio processing if peer hungup and no calls remain

checkAudio() was being called before the call was removed from the
call list.
This commit is contained in:
Tristan Matthews
2013-06-27 16:23:55 -04:00
parent 53b2393f28
commit 9dc5ca34fd
3 changed files with 9 additions and 9 deletions

View File

@ -1598,6 +1598,7 @@ SIPVoIPLink::SIPCallClosed(SIPCall *call)
Manager::instance().peerHungupCall(id);
removeSipCall(id);
Manager::instance().checkAudio();
}
void