TODO: Mark cssu / cssi task as done
authorDenis Kenzior <denkenz@gmail.com>
Thu, 31 Mar 2011 16:49:53 +0000 (11:49 -0500)
committerDenis Kenzior <denkenz@gmail.com>
Thu, 31 Mar 2011 16:49:53 +0000 (11:49 -0500)
TODO
doc/features.txt

diff --git a/TODO b/TODO
index 503481e..8d38f3d 100644 (file)
--- a/TODO
+++ b/TODO
@@ -263,15 +263,6 @@ Supplementary Services
 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.
 
index ce36265..77ab549 100644 (file)
@@ -576,3 +576,15 @@ Voice Calls
 
 - Long phone number support. oFono supports dialing of phone numbers up to
   80 digits long.
+
+- Supplementary service notifications related to mobile originated (MO) and
+  mobile terminated (MT) calls.  oFono supports certain supplementary service
+  notifications, typically reported by CSSU and CSSI, that are related to
+  MT/MO calls:
+       - outgoing call has been forwarded (+CSSI: 2)
+       - outgoing calls are barred (+CSSI: 5)
+       - outgoing call barred due to call barring on remote party (+CSSI: 6)
+       - incoming call is a forwarded call (+CSSU: 0)
+       - call has been put on hold by the remote party (+CSSU: 2)
+       - call has been retrieved by the remote party (+CSSU: 3)
+       - call has been added to a mpty call by the remote party (+CSSU: 4)