Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0e3f90e0 authored by Suchand Ghosh's avatar Suchand Ghosh Committed by Benergy Meenan Ravuri
Browse files

IMS: Support incoming call barring requests over IMS.

In CMCC mode, send all incoming calls barring requests
over IMS if IMS is registered or UT is enabled.

Change-Id: I476a84afa7bf9fbe52cf9adb0449bed12f98f4d8
CRs-Fixed: 918225
parent e7eb8494
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -32,4 +32,6 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <!-- Configuration for sending and receiving Mms when mobile data is disabled.-->
     <bool name="config_enable_mms_with_mobile_data_off">true</bool>
    <!-- To disable/enable call barring requests over IMS -->
    <bool name="config_enable_callbarring_over_ims">true</bool>
</resources>
+2 −0
Original line number Diff line number Diff line
@@ -32,4 +32,6 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <!-- Configuration for sending and receiving Mms when mobile data is disabled.-->
     <bool name="config_enable_mms_with_mobile_data_off">true</bool>
    <!-- To disable/enable call barring requests over IMS -->
    <bool name="config_enable_callbarring_over_ims">true</bool>
</resources>
+2 −0
Original line number Diff line number Diff line
@@ -32,4 +32,6 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <!-- Configuration for sending and receiving Mms when mobile data is disabled.-->
     <bool name="config_enable_mms_with_mobile_data_off">true</bool>
    <!-- To disable/enable call barring requests over IMS -->
    <bool name="config_enable_callbarring_over_ims">true</bool>
</resources>
+2 −0
Original line number Diff line number Diff line
@@ -32,4 +32,6 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
     <!-- Configuration for sending and receiving Mms when mobile data is disabled.-->
     <bool name="config_enable_mms_with_mobile_data_off">true</bool>
    <!-- To disable/enable call barring requests over IMS -->
    <bool name="config_enable_callbarring_over_ims">true</bool>
</resources>
+2 −0
Original line number Diff line number Diff line
@@ -41,4 +41,6 @@ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
    <bool name="config_enable_display_14digit_imei">false</bool>
    <!-- Controlling respond call via sms feature via config item -->
    <bool name="config_reject_call_via_sms_enabled">true</bool>
    <!-- To disable/enable call barring requests over IMS -->
    <bool name="config_enable_callbarring_over_ims">false</bool>
</resources>
Loading