public void MakeCall(string uri) { CheckError(); CheckError(uri); if (LineState == LineState.Free) { LinphoneWrapper.MakeCall(uri); } }