summaryrefslogtreecommitdiffstats
path: root/doc/features.txt
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-12-17 11:08:14 -0600
committerDenis Kenzior <denkenz@gmail.com>2010-12-17 11:08:14 -0600
commit0ad128a855638ca8d2da06d44254e17f0ddfb1e3 (patch)
treea98d965200597784986ab6232f6e89c28191ce21 /doc/features.txt
parentc73782e8d9fc222fb2475d290d1a7aa97df52ffa (diff)
downloadofono-0ad128a855638ca8d2da06d44254e17f0ddfb1e3.tar.bz2
doc: Update features document
Diffstat (limited to 'doc/features.txt')
-rw-r--r--doc/features.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/doc/features.txt b/doc/features.txt
index 950ec9a3..86ee813e 100644
--- a/doc/features.txt
+++ b/doc/features.txt
@@ -236,3 +236,27 @@ Text Telephony
- TTY (hearing impaired) support, also known as Cellular Text Modem (CTM).
In case it's supported by the modem, oFono allows the user to enabled
or disable it through the TextTelephony interface.
+
+Emergency Calls
+===============
+
+- EFecc support. During SIM initialization phase oFono reads EFecc in order
+ to bootstrap the emergency calling codes provides by the SIM. If the SIM is
+ not present or EFecc has not been read yet, the default set of emergency
+ calling codes is used.
+
+- Emergency number reporting. The current known list of emergency calling
+ codes is reported by oFono in the EmergencyNumbers property on the
+ VoicecallManager interface. When a voicecall is made to a number present
+ on the EmergencyNumbers list it is automatically flagged as an emergency
+ call. This is done by setting the Emergency property on the Voicecall
+ interface to TRUE.
+
+Supplementary Services
+======================
+
+- CNAP support. The Calling Name Presentation supplementary service is
+ supported by oFono. One can query whether the service is provisioned in the
+ network by using the CallSettings property. If the network reports the
+ calling name, it is presented on the Voicecall interface using the Name
+ property. If no calling name is given, the Name is empty.