From 2e1e00308e60632bf22bbabf0bfafcb17e97c43a Mon Sep 17 00:00:00 2001 From: hristoterezov Date: Wed, 25 Sep 2013 14:32:19 +0300 Subject: [PATCH] Fixes jabber calls. --- .../jabber/OperationSetBasicTelephonyJabberImpl.java | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/net/java/sip/communicator/impl/protocol/jabber/OperationSetBasicTelephonyJabberImpl.java b/src/net/java/sip/communicator/impl/protocol/jabber/OperationSetBasicTelephonyJabberImpl.java index c1f7d286f..179e019f6 100644 --- a/src/net/java/sip/communicator/impl/protocol/jabber/OperationSetBasicTelephonyJabberImpl.java +++ b/src/net/java/sip/communicator/impl/protocol/jabber/OperationSetBasicTelephonyJabberImpl.java @@ -318,9 +318,8 @@ else if(calleeAddress.endsWith(GOOGLE_VOICE_DOMAIN)) // If there's no fullCalleeURI specified we'll discover the most // connected one with highest priority. if (fullCalleeURI == null) - fullCalleeURI = (!isPrivateMessagingContact? - discoverFullJid(calleeAddress, alwaysCallGtalk) : - calleeAddress); + fullCalleeURI = + discoverFullJid(calleeAddress, alwaysCallGtalk); if (fullCalleeURI == null) throw new OperationFailedException(