diff --git a/src/components/call/CallModel.cpp b/src/components/call/CallModel.cpp index 4998138c3..7c13d0086 100644 --- a/src/components/call/CallModel.cpp +++ b/src/components/call/CallModel.cpp @@ -258,7 +258,7 @@ void CallModel::handleCallStateChanged (const shared_ptr &call, break; case linphone::CallStateConnected: - case linphone::CallStateRefered: + case linphone::CallStateReferred: case linphone::CallStateReleased: case linphone::CallStateStreamsRunning: mPausedByRemote = false; @@ -333,7 +333,7 @@ CallModel::CallStatus CallModel::getStatus () const { case linphone::CallStateEnd: case linphone::CallStateError: - case linphone::CallStateRefered: + case linphone::CallStateReferred: case linphone::CallStateReleased: return CallStatusEnded; diff --git a/src/components/core/CoreHandlers.cpp b/src/components/core/CoreHandlers.cpp index c92e0c3eb..bd7bcb013 100644 --- a/src/components/core/CoreHandlers.cpp +++ b/src/components/core/CoreHandlers.cpp @@ -203,7 +203,7 @@ void CoreHandlers::onTransferStateChanged ( case linphone::CallStatePaused: case linphone::CallStatePausedByRemote: case linphone::CallStatePausing: - case linphone::CallStateRefered: + case linphone::CallStateReferred: case linphone::CallStateReleased: case linphone::CallStateResuming: case linphone::CallStateStreamsRunning: