From: Pekka Pessi <[email protected]> Missing voicecall functionality pieces from tp-ring point-of-view. --- TODO | 27 +++++++++++++++++++++++++++ doc/voicecallmanager-api.txt | 8 ++++---- 2 files changed, 31 insertions(+), 4 deletions(-)
diff --git a/TODO b/TODO index 470d4a6..fc539a7 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 <[email protected]> + +- 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 <[email protected]> + + Miscellaneous ============= diff --git a/doc/voicecallmanager-api.txt b/doc/voicecallmanager-api.txt index 7877ac5..bc79fc3 100644 --- a/doc/voicecallmanager-api.txt +++ b/doc/voicecallmanager-api.txt @@ -108,10 +108,10 @@ Methods dict GetProperties() void SendTones(string tones) - Sends the DTMF tones to the network. Under GSM the - tones have a fixed duration. Tones can be one of: - '0' - '9', '*', '#', 'A', 'B', 'C', 'D'. The last four - are typically not used in normal circumstances. + Sends the DTMF tones to the network. The tones have + a fixed duration. Tones can be one of: '0' - '9', + '*', '#', 'A', 'B', 'C', 'D'. The last four are + typically not used in normal circumstances. Signals PropertyChanged(string property, variant value) -- 1.7.0.4 _______________________________________________ ofono mailing list [email protected] http://lists.ofono.org/listinfo/ofono
