Loading src/java/com/android/internal/telephony/imsphone/ImsPhoneCallTracker.java +4 −1 Original line number Diff line number Diff line Loading @@ -2102,7 +2102,10 @@ public class ImsPhoneCallTracker extends CallTracker implements ImsPullCall { } try { fgImsCall.consultativeTransfer(bgImsCall); // Per 3GPP TS 24.629 - A.2, the signalling for a consultative transfer should send the // REFER on the background held call with the foreground call specified as the // destination. bgImsCall.consultativeTransfer(fgImsCall); } catch (ImsException e) { throw new CallStateException(e.getMessage()); } Loading Loading
src/java/com/android/internal/telephony/imsphone/ImsPhoneCallTracker.java +4 −1 Original line number Diff line number Diff line Loading @@ -2102,7 +2102,10 @@ public class ImsPhoneCallTracker extends CallTracker implements ImsPullCall { } try { fgImsCall.consultativeTransfer(bgImsCall); // Per 3GPP TS 24.629 - A.2, the signalling for a consultative transfer should send the // REFER on the background held call with the foreground call specified as the // destination. bgImsCall.consultativeTransfer(fgImsCall); } catch (ImsException e) { throw new CallStateException(e.getMessage()); } Loading