diff --git a/sflphone-common/src/managerimpl.cpp b/sflphone-common/src/managerimpl.cpp index eb58986901a59deac41b98ae1b1d83753c9ccf71..8f97e00fd3c015008992a669d523890825f6114f 100644 --- a/sflphone-common/src/managerimpl.cpp +++ b/sflphone-common/src/managerimpl.cpp @@ -385,7 +385,7 @@ ManagerImpl::answerCall (const CallID& call_id) // std::string codecName = Manager::instance().getCurrentCodecName (call_id); // if (_dbus) _dbus->getCallManager()->currentSelectedCodec (call_id, codecName.c_str()); - + removeWaitingCall (call_id); // if we dragged this call into a conference already @@ -678,11 +678,13 @@ ManagerImpl::offHoldCall (const CallID& call_id) _audiodriver->flushMain(); } + // codecName = getCurrentCodecName (call_id); // _debug("ManagerImpl::hangupCall(): broadcast codec name %s \n",codecName.c_str()); // if (_dbus) _dbus->getCallManager()->currentSelectedCodec (call_id,codecName.c_str()); + return returnValue; }