summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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