Loading voip/java/com/android/server/sip/SipSessionGroup.java +2 −6 Original line number Diff line number Diff line Loading @@ -528,12 +528,8 @@ class SipSessionGroup implements SipListener { public void answerCall(String sessionDescription, int timeout) { synchronized (SipSessionGroup.this) { if (mPeerProfile == null) return; try { processCommand(new MakeCallCommand(mPeerProfile, doCommandAsync(new MakeCallCommand(mPeerProfile, sessionDescription, timeout)); } catch (SipException e) { onError(e); } } } Loading Loading
voip/java/com/android/server/sip/SipSessionGroup.java +2 −6 Original line number Diff line number Diff line Loading @@ -528,12 +528,8 @@ class SipSessionGroup implements SipListener { public void answerCall(String sessionDescription, int timeout) { synchronized (SipSessionGroup.this) { if (mPeerProfile == null) return; try { processCommand(new MakeCallCommand(mPeerProfile, doCommandAsync(new MakeCallCommand(mPeerProfile, sessionDescription, timeout)); } catch (SipException e) { onError(e); } } } Loading