summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-05-19 06:32:29 -0500
committerDenis Kenzior <denkenz@gmail.com>2010-05-19 06:32:29 -0500
commitc48655652f94ff81e1d3ae11f7d1c757987eaa93 (patch)
tree5bc40dc49c6a331279d598cdad6dd578df4339b7
parent8e4298f7fd4d329607a30f6512de0f2de43d7cb1 (diff)
downloadofono-c48655652f94ff81e1d3ae11f7d1c757987eaa93.tar.bz2
Update TODO
-rw-r--r--TODO13
1 files changed, 13 insertions, 0 deletions
diff --git a/TODO b/TODO
index 0a061712..2b7839a7 100644
--- a/TODO
+++ b/TODO
@@ -319,3 +319,16 @@ Miscellaneous
Priority: High
Complexity: C1
+
+- Add support for country / carrier specific emergency call list. This needs
+ to be queried by the voicecall atom every time a new SIM is inserted.
+
+ Priority: High
+ Complexity: C1
+
+- Extend the voicecall interface with a property indicating whether this call
+ is an emergency call (essentially the CLI matches one of the numbers on the
+ emergency calling codes list.)
+
+ Priority: High
+ Complexity: C1