diff --git a/indra/newview/llimview.cpp b/indra/newview/llimview.cpp
index 9ebac16e7fff9946214ad93ab1d047cc5208868c..da25e3633821af56bd4f72cb189c908752552f0a 100644
--- a/indra/newview/llimview.cpp
+++ b/indra/newview/llimview.cpp
@@ -1813,6 +1813,11 @@ BOOL LLIncomingCallDialog::postBuild()
 	{
 		caller_name = LLTextUtil::formatPhoneNumber(caller_name);
 	}
+	else
+	{
+		// IDEVO
+		caller_name = LLCacheName::cleanFullName(caller_name);
+	}
 
 	setTitle(caller_name + " " + call_type);