summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeevaka Badrappan <jeevaka.badrappan@elektrobit.com>2011-04-06 07:26:43 -0700
committerDenis Kenzior <denkenz@gmail.com>2011-04-07 22:18:06 -0500
commit43488e87d173153223880a83bdbbdbdff3fbf7b1 (patch)
tree5e7730dcd1a375e7fe3461843c7720d6c1bfb6ee
parent31aca33b4429495f837c1373a9c5c5d9be301c80 (diff)
downloadofono-43488e87d173153223880a83bdbbdbdff3fbf7b1.tar.bz2
TODO: Mark Network/Modem EN update task as done
-rw-r--r--TODO11
-rw-r--r--doc/features.txt18
2 files changed, 10 insertions, 19 deletions
diff --git a/TODO b/TODO
index 85c5ad17..34914362 100644
--- a/TODO
+++ b/TODO
@@ -289,17 +289,6 @@ Sim Toolkit
Complexity: C2
Owner: Philippe Nunes <philippe.nunes@linux.intel.com>
-Emergency Calls
-===============
-
-- Network / Modem updating of the emergency number list. Support the list of
- emergency numbers dynamically updated by the network or by the modem (e.g.
- additional numbers burned into modem ROM).
-
- Priority: High
- Complexity: C2
-
-
Miscellaneous
=============
diff --git a/doc/features.txt b/doc/features.txt
index eb945c3b..68d0676d 100644
--- a/doc/features.txt
+++ b/doc/features.txt
@@ -583,14 +583,16 @@ Text Telephony
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
+- Emergency number reporting. During SIM initialization phase oFono reads
+ EFecc in order to bootstrap the emergency calling codes provided by the SIM.
+ Emergency number list is exposed via the EmergencyNumbers property on the
+ VoicecallManager interface. If SIM is present, list is the union of default
+ emergency numbers(112, 911), numbers in EFecc and Network / Modem reported
+ emergency numbers. If SIM is not present or EFecc has not been read yet,
+ list is the union of default emergency numbers(112, 911) and emergency
+ numbers without SIM(119, 118, 999, 110, 08 and 000).
+
+- Emergency call reporting. 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.