summaryrefslogtreecommitdiff
path: root/java
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2017-09-20 06:29:22 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-09-20 06:29:22 +0000
commit30649c1f614e8e47962391396feeebe3574872ef (patch)
tree9f23db2f607ad372bcac4d55d5419665008f3f19 /java
parent851d79de4a52cd8fb90caafad6d4ed1d9ad07d00 (diff)
parentdbbea662356a324f5d79ab7cebbfa45166a243e4 (diff)
Merge "Enable Orange FR/BE visual voicemail"
Diffstat (limited to 'java')
-rw-r--r--java/com/android/voicemail/impl/res/xml/vvm_config.xml45
1 files changed, 45 insertions, 0 deletions
diff --git a/java/com/android/voicemail/impl/res/xml/vvm_config.xml b/java/com/android/voicemail/impl/res/xml/vvm_config.xml
index c7ed5ca92..d95f315bb 100644
--- a/java/com/android/voicemail/impl/res/xml/vvm_config.xml
+++ b/java/com/android/voicemail/impl/res/xml/vvm_config.xml
@@ -23,6 +23,51 @@
</pbundle_as_map>
<pbundle_as_map>
+ <!-- Orange Belgium -->
+ <string-array name="mccmnc">
+ <item value="20610"/>
+ </string-array>
+
+ <int
+ name="vvm_port_number_int"
+ value="0"/>
+ <string name="vvm_destination_number_string">8082</string>
+ <string name="vvm_type_string">vvm_type_omtp</string>
+ <boolean
+ name="vvm_cellular_data_required_bool"
+ value="true"/>
+ <!-- Carrier VVM app com.orange.vvm only supports Orange FR-->
+ <string-array name="vvm_disabled_capabilities_string_array">
+ <!-- b/32365569 -->
+ <item value="STARTTLS"/>
+ </string-array>
+ </pbundle_as_map>
+
+ <pbundle_as_map>
+ <!-- Orange France -->
+ <string-array name="mccmnc">
+ <item value="20801"/>
+ <item value="20802"/>
+ </string-array>
+
+ <int
+ name="vvm_port_number_int"
+ value="20481"/>
+ <string name="vvm_destination_number_string">21101</string>
+ <string-array name="carrier_vvm_package_name_string_array">
+ <item value="com.orange.vvm"/>
+ </string-array>
+ <string name="vvm_type_string">vvm_type_omtp</string>
+ <boolean
+ name="vvm_cellular_data_required_bool"
+ value="true"/>
+ <string-array name="vvm_disabled_capabilities_string_array">
+ <!-- b/32365569 -->
+ <item value="STARTTLS"/>
+ </string-array>
+ </pbundle_as_map>
+
+ <pbundle_as_map>
<!-- T-Mobile USA-->
<string-array name="mccmnc">
<item value="310160"/>