summaryrefslogtreecommitdiffstats
path: root/java/com/android/voicemail/impl/res/xml/vvm_config.xml
blob: 2bac66be54dfa320086e57b37e4c47aa27d7408f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2016 The Android Open Source Project

     Licensed under the Apache License, Version 2.0 (the "License");
     you may not use this file except in compliance with the License.
     You may obtain a copy of the License at

          http://www.apache.org/licenses/LICENSE-2.0

     Unless required by applicable law or agreed to in writing, software
     distributed under the License is distributed on an "AS IS" BASIS,
     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     See the License for the specific language governing permissions and
     limitations under the License.
-->

<list name="carrier_config_list">
  <pbundle_as_map>
    <!-- Test -->
    <string-array name="mccmnc">
      <item value="TEST"/>
    </string-array>
  </pbundle_as_map>
  <pbundle_as_map>
    <!-- T-Mobile USA-->
    <string-array name="mccmnc">
      <item value="310160"/>
      <item value="310200"/>
      <item value="310210"/>
      <item value="310220"/>
      <item value="310230"/>
      <item value="310240"/>
      <item value="310250"/>
      <item value="310260"/>
      <item value="310270"/>
      <item value="310300"/>
      <item value="310310"/>
      <item value="310490"/>
      <item value="310530"/>
      <item value="310590"/>
      <item value="310640"/>
      <item value="310660"/>
      <item value="310800"/>
    </string-array>

    <int
      name="vvm_port_number_int"
      value="1808"/>
    <int
      name="vvm_ssl_port_number_int"
      value="993"/>
    <string name="vvm_destination_number_string">122</string>
    <string-array name="carrier_vvm_package_name_string_array">
      <item value="com.tmobile.vvm.application"/>
    </string-array>
    <string name="vvm_type_string">vvm_type_cvvm</string>>
    <string-array name="vvm_disabled_capabilities_string_array">
      <!-- b/28717550 -->
      <item value="AUTH=DIGEST-MD5"/>
    </string-array>
  </pbundle_as_map>

  <pbundle_as_map>
    <!-- Telus Canada -->
    <string name="feature_flag_name">vvm_carrier_flag_302220</string>
    <string-array name="mccmnc">
      <item value="302220"/>
    </string-array>
    <int
        name="vvm_port_number_int"
        value="5499"/>
    <string name="vvm_destination_number_string">7723</string>
    <string name="vvm_type_string">vvm_type_omtp</string>
    <boolean
        name="vvm_cellular_data_required_bool"
        value="true"/>
  </pbundle_as_map>

  <pbundle_as_map>
    <!-- Verizon USA -->
    <string-array name="mccmnc">
      <item value="310004"/>
      <item value="310010"/>
      <item value="310012"/>
      <item value="310013"/>
      <item value="310590"/>
      <item value="310890"/>
      <item value="310910"/>
      <item value="311110"/>
      <item value="311270"/>
      <item value="311271"/>
      <item value="311272"/>
      <item value="311273"/>
      <item value="311274"/>
      <item value="311275"/>
      <item value="311276"/>
      <item value="311277"/>
      <item value="311278"/>
      <item value="311279"/>
      <item value="311280"/>
      <item value="311281"/>
      <item value="311282"/>
      <item value="311283"/>
      <item value="311284"/>
      <item value="311285"/>
      <item value="311286"/>
      <item value="311287"/>
      <item value="311288"/>
      <item value="311289"/>
      <item value="311390"/>
      <item value="311480"/>
      <item value="311481"/>
      <item value="311482"/>
      <item value="311483"/>
      <item value="311484"/>
      <item value="311485"/>
      <item value="311486"/>
      <item value="311487"/>
      <item value="311488"/>
      <item value="311489"/>
    </string-array>

    <int
      name="vvm_port_number_int"
      value="0"/>
    <string name="vvm_destination_number_string">900080006200</string>
    <string name="vvm_type_string">vvm_type_vvm3</string>
    <string name="vvm_client_prefix_string">//VZWVVM</string>
    <boolean
      name="vvm_cellular_data_required_bool"
      value="true"/>
    <boolean
      name="vvm_legacy_mode_enabled_bool"
      value="true"/>
    <!-- VVM3 specific value for the voicemail management gateway to use if the SMS didn't provide
         one -->
    <string name="default_vmg_url">https://mobile.vzw.com/VMGIMS/VMServices</string>
  </pbundle_as_map>
</list>