Fix remote caller ID unknow issue in 3 way call

This commit is contained in:
Jinghui Guo
2009-07-16 16:59:44 -05:00
committed by Wink Saville
parent 078bc317b7
commit 5e9760c16b

View File

@@ -161,8 +161,8 @@ public class CdmaConnection extends Connection {
isIncoming = false;
cnapName = null;
cnapNamePresentation = 0;
numberPresentation = 0;
cnapNamePresentation = Connection.PRESENTATION_ALLOWED;
numberPresentation = Connection.PRESENTATION_ALLOWED;
createTime = System.currentTimeMillis();
if (parent != null) {