1.Call on lock screen support added 2.Missed calls SEEN and UNSEEN support added...
[apps/osp/Call.git] / src / CallTelephonyManager.cpp
index dd2e5cc..81eb873 100644 (file)
@@ -919,6 +919,7 @@ TelephonyManager::DialOutgoingCall(String& contactNumber, bool isEmergency)
 {
        TelCallDial_t structDialCall;
 
+       AppLogDebug("Enter");
        //conversion "contactNumber" to char*
        const wchar_t* pContact = contactNumber.GetPointer();
        int len = contactNumber.GetLength()+1;
@@ -1854,7 +1855,7 @@ TelephonyManager::HandleIdleCallBack(void* pData)
                        delete __pIncomingCall;
                        __pIncomingCall = null;
                        //update missed status
-                       endCallInfo.SetCalllogType(CALL_LOG_TYPE_VOICE_MISSED);
+                       endCallInfo.SetCalllogType(CALL_LOG_TYPE_VOICE_MISSED_UNSEEN);
                }
                //save ended call to call log db.
                SaveCallInfoToLogsDb(endCallInfo);