Fixes jabber calls.

cusax-fix 4841
hristoterezov 13 years ago
parent c8fa7a17f6
commit 2e1e00308e

@ -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(

Loading…
Cancel
Save