summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TODO9
-rw-r--r--doc/features.txt12
2 files changed, 12 insertions, 9 deletions
diff --git a/TODO b/TODO
index 503481e4..8d38f3da 100644
--- 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.
diff --git a/doc/features.txt b/doc/features.txt
index ce36265e..77ab5498 100644
--- a/doc/features.txt
+++ b/doc/features.txt
@@ -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)