Fix Call ID is not reflecting settings/vconf state. 36/8436/1
authorGuillaume Zajac <guillaume.zajac@linux.intel.com>
Fri, 5 Apr 2013 12:31:51 +0000 (14:31 +0200)
committerwootak.jung <wootak.jung@samsung.com>
Tue, 20 Aug 2013 00:28:17 +0000 (09:28 +0900)
commit1035ba8e6c7b64f1f46691627496fbced4a7dc02
treeaddd2751d24e4a5b5200980133e53efece9e274c
parent7c9fea4207ad91cd96a7702123f29c439f47dab3
Fix Call ID is not reflecting settings/vconf state.

When user is asking to hide his phone number to called
party, ID is not hidden even if network allows it.
This fix is temporary solution for Tizen_2.1 based on vconf
key.
In Tizen_3.0 release, complete solution will be:
- settings-app: on CLIR status changed, call new TAPI API.
- libslp-tapi: implement new API tel_set_ss_cli_status()
- tel-plugin-dbus_tapi: Add new DBus API in interface
- tel-plugin-imc: complete entry point .cli_activate() to
send AT+CLIR=1 / .cli_deactivate() to send AT+CLIR=0 to
modem.

Change-Id: I6da2f38e339b33a54fa1addb3f2dd49bffeb1b65
src/s_call.c