언어 설정

Menu
Sites
Language
Using Telephony API to get phone number of outgoing call

Hi. I want to know is there any way to retreive a phone number of person that calls on device? I looked through the https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.native.appprogramming%2Fhtml%2Ftutorials%2Ftelephony_tutorial%2Ftelephony_tutorial.htm and class CallInfo has method GetNumber but documentation says that it only works for incoming calls. Is there a way to do same with outgoing calls? Thanks in advance.

Edited by: Brock Boland on 17 3월, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

2 댓글
Lakshmi Grandhi
Hi, I guess you can use callabck Tizen::Telephony::ITelephonyCallForwardListener::OnTelephonyCallForwardNumberReceived from the below link https://developer.tizen.org /help/index.jsp?topic=%2Forg.tizen.native.apireference%2FclassTizen_1_1Telephony_1_1ITelephonyCallForwardListener.html
Yusup Abdullaev
Thanks for answer. But it seems that it needs platform privilege http://tizen.org/privilege/callforward and I should be a platform developer in order to use it. Any other thoughts?