am c9aa6fea: am cdc0e3af: Merge "Fix outgoing call stats for normal calls." into klp-dev
* commit 'c9aa6fea8f5a0b1fd5d977a7521c3a31994776e8':
Fix outgoing call stats for normal calls.
diff --git a/src/com/android/phone/PhoneUtils.java b/src/com/android/phone/PhoneUtils.java
index d512b88..d132ea5 100644
--- a/src/com/android/phone/PhoneUtils.java
+++ b/src/com/android/phone/PhoneUtils.java
@@ -1475,7 +1475,7 @@
// querying a new CallerInfo using the connection's phone number.
String number = c.getAddress();
- if (info != null) {
+ if (info != null && info != CallGatewayManager.EMPTY_INFO) {
// Gateway number, the connection number is actually the gateway number.
// need to lookup via dialed number.
number = info.trueNumber;