Merge change 8143
* changes: Fix remote caller ID unknow issue in 3 way call
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user