summaryrefslogtreecommitdiff
path: root/serviceproviders.2.dtd
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2021-06-21 21:39:27 +0200
committerThomas Haller <thaller@redhat.com>2021-06-21 21:39:27 +0200
commit91ac103b6c301be9970f161d5fc2982b09078dae (patch)
treee396d6a1dc40584dbd1a2fa0e8ce45acefbda626 /serviceproviders.2.dtd
parent3ca95e906c685818fb8fb7e33bb9261e11d742ba (diff)
parent4c980003603af8eff1f14defff651c2ffe8ca964 (diff)
downloadmobile-broadband-provider-info-91ac103b6c301be9970f161d5fc2982b09078dae.tar.gz
merge branch 'kop316:master'
https://gitlab.gnome.org/GNOME/mobile-broadband-provider-info/-/merge_requests/31
Diffstat (limited to 'serviceproviders.2.dtd')
-rw-r--r--serviceproviders.2.dtd19
1 files changed, 18 insertions, 1 deletions
diff --git a/serviceproviders.2.dtd b/serviceproviders.2.dtd
index 37573a6..347378a 100644
--- a/serviceproviders.2.dtd
+++ b/serviceproviders.2.dtd
@@ -11,7 +11,7 @@
<!-- that piggy-back on the primary provider. -->
<!ATTLIST provider primary (true|false) #IMPLIED>
-<!ELEMENT gsm (network-id*, msisdn-query*, voicemail*, balance-check*, balance-top-up*, apn*)>
+<!ELEMENT gsm (network-id*, msisdn-query*, voicemail*, visual-voicemail*, balance-check*, balance-top-up*, apn*)>
<!ELEMENT apn (plan*,
usage?,
name*,
@@ -32,6 +32,23 @@
<!-- for historical/legacy reasons network providers may support various alternative -->
<!-- dial strings that can be used to access voicemail services -->
+<!ELEMENT visual-voicemail (standard*,
+ destination-number*,
+ carrier-prefix)>
+
+<!ELEMENT standard EMPTY>
+<!ATTLIST standard type (cvvm|otmp) #REQUIRED>
+<!-- Whether the carrier supports OTMP or CVVM for Visual Voicemail -->
+
+<!ELEMENT destination-number (#PCDATA)>
+<!-- This is the destination number to activate/deactivate Visual
+ voicemail over SMS.
+-->
+
+<!ELEMENT carrier-prefix (#PCDATA)>
+<!-- At the beginning of an SMS "Status" or "Sync" message, this will appear.
+-->
+
<!ELEMENT balance-check (ussd*,
dtmf*,
sms*,