summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorPekka Pessi <Pekka.Pessi@nokia.com>2010-07-06 20:17:51 +0300
committerDenis Kenzior <denkenz@gmail.com>2010-07-07 11:45:17 -0500
commite1733df4b566ae2ad3cbfa6a2f62404984585fc2 (patch)
treeffef7b5fc319f7b0ef1c2863655818db3fcd8c7a /TODO
parent00d4fbf5b0abf767ab9a550a79a90101dacbf7d2 (diff)
downloadofono-e1733df4b566ae2ad3cbfa6a2f62404984585fc2.tar.bz2
TODO: Voicecall gaps
Diffstat (limited to 'TODO')
-rw-r--r--TODO27
1 files changed, 27 insertions, 0 deletions
diff --git a/TODO b/TODO
index 470d4a63..fc539a72 100644
--- a/TODO
+++ b/TODO
@@ -265,6 +265,33 @@ Supplementary Services
Complexity: C8
+Voicecall
+=========
+
+- Supplementary service notifications on remote party actions:
+ - call has been put on hold (+CSSU: 2)
+ - call has been retrieved (+CSSU: 3), and
+ - joining call to a multiparty conference (+CSSU: 4)
+
+ Priority: Medium
+ Complexity: C1
+ Owner: Pekka Pessi <pekka.pessi@nokia.com>
+
+- Dial strings. Include CLIR prefixes and 2nd stage dial strings in the
+ DialString call property. Add dialstring accessor method to C API.
+
+ Priority: Medium
+
+- Provide feedback of sent DTMF tones. Emit SendingTones signal if modem can
+ provide approximate starting and stopping times for DTMF tones. Signal
+ argument contains a string of DTMF tones to be sent, or empty string when
+ all tones has been sent.
+
+ Priority: Medium
+ Complexity: C2
+ Owner: Pekka Pessi <pekka.pessi@nokia.com>
+
+
Miscellaneous
=============