From: Denis Kenzior Date: Thu, 31 Mar 2011 16:49:53 +0000 (-0500) Subject: TODO: Mark cssu / cssi task as done X-Git-Tag: 0.46~72 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cccd53a2aa00cfaf4512b48ccd1166b48dd689fb;p=platform%2Fupstream%2Fofono.git TODO: Mark cssu / cssi task as done --- diff --git a/TODO b/TODO index 503481e..8d38f3d 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 - - 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 ce36265..77ab549 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)