Here is a scenario:
I make a call from my application .When the call ends i need to fire a event such as calling a web service .How can do with CTcallcenter in core telephony frame work ?
Thank you
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
you can use Cellular Call States for this purpose
CTCallStateDialing
The call state, before connection is established, when the user initiates the call.
CTCallStateIncoming
The call state, before connection is established, when a call is incoming but not yet answered by the user.
CTCallStateConnected
The call state when the call is fully established for all parties involved.
CTCallStateDisconnected
The call state upon call termination.