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(