语言

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.

编辑者为: Brock Boland 17 3月, 2014 原因: Paragraph tags added automatically from tizen_format_fix module.

响应

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?