From c8fa7a17f67a8e61007ab678053b91f6cf22df0c Mon Sep 17 00:00:00 2001 From: hristoterezov Date: Wed, 25 Sep 2013 13:45:02 +0300 Subject: [PATCH] Fixes jabber calls. --- .../protocol/jabber/OperationSetBasicTelephonyJabberImpl.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 0fea747b3..c1f7d286f 100644 --- a/src/net/java/sip/communicator/impl/protocol/jabber/OperationSetBasicTelephonyJabberImpl.java +++ b/src/net/java/sip/communicator/impl/protocol/jabber/OperationSetBasicTelephonyJabberImpl.java @@ -318,7 +318,7 @@ 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? + fullCalleeURI = (!isPrivateMessagingContact? discoverFullJid(calleeAddress, alwaysCallGtalk) : calleeAddress);