diff --git a/sflphone-common/src/managerimpl.cpp b/sflphone-common/src/managerimpl.cpp index 89d57b6f4768b747ceca70b9b1aa882c18768310..2a3d6d1f9a3114412662dd2902e8c848b5bb9625 100644 --- a/sflphone-common/src/managerimpl.cpp +++ b/sflphone-common/src/managerimpl.cpp @@ -465,7 +465,7 @@ ManagerImpl::hangupCall (const CallID& call_id) AudioLayer *audiolayer = getAudioDriver(); // stop streams - if (audiolayer && (nbCalls <= 1)) { + if (audiolayer && (nbCalls <= 0)) { _debug (" hangupCall: stop audio stream, ther is only %i call(s) remaining", nbCalls); audiolayer->stopStream(); }