Nabi issue fix and Messaging provider id changed
[apps/osp/Call.git] / inc / CallTelephonyManager.h
index 07053fa..adb0e60 100644 (file)
@@ -53,6 +53,8 @@ public:
        result EndDialingCall(Tizen::Base::String& contactNumber);
        //Function to accept/reject an incoming call
        result AnswerCall(int callHandle, bool acceptCall);
+       //Auto Reject call
+       result AnswerAutoRejectCall(int callHandle);
        //Function to accept call with the given options
        result AcceptCall(CallAnsweringOptions answerOptions,int callHandle);
        //Function to end a conference call
@@ -126,6 +128,8 @@ public:
        void EndAllCalls(void);
        //From ITelephonyNetworkEventListener
        virtual void OnTelephonyNetworkStatusChanged(const Tizen::Telephony::NetworkStatus& networkStatus);
+       //Used to check if a call is in incoming or dialing state.
+       bool IsIncomingorDialingCallPresent(void);
        
 protected:
        //function to handle the idle callback(received when call is ended)