* [PATCH] TODO: Add CDMA Voicecall Support Tasks
@ 2010-12-02 22:55 Dara Spieker-Doyle
2010-12-09 8:04 ` Denis Kenzior
0 siblings, 1 reply; 5+ messages in thread
From: Dara Spieker-Doyle @ 2010-12-02 22:55 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 2979 bytes --]
---
TODO | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 58 insertions(+), 0 deletions(-)
diff --git a/TODO b/TODO
index a421a99..3007620 100644
--- a/TODO
+++ b/TODO
@@ -496,3 +496,61 @@ Miscellaneous
Priority: Medium
Complexity: C2
Owner: Sjur Br��ndeland <sjur.brandeland@stericsson.com>
+
+CDMA Voicecall
+==============
+
+- Add support for Mobile Originated and Mobile Terminated Voice Call over
+ a CDMA network. This includes management of call state and providing
+ appropriate values for the LineIdentification in each case.
+
+ Priority: High
+ Complexity: C2
+ Owner: Dara Spieker-Doyle <dara.spieker-doyle@nokia.com>
+
+- Add support for Three-Way Calling over a CDMA network. Three-Way Calling
+ provides the subscriber with the capability to add a third party to an
+ established two-party call, so that all three parties may communicate in a
+ three-way call.
+
+ In CDMA mode, the originating subscriber of a current conversation can
+ request for a third party to be added to a conversation by sending a Flash
+ With Information Message (FWIM) with dialed digits to the network. Upon
+ setting up a two-way conversation with the added party, the originating
+ subscriber can request to establish a three-way conversation by sending
+ another Flash With Information Message. Upon receiving the second Flash With
+ Information Message, the MSC reconnects the original party to the
+ conversation thus completing the setup of a three-way conversation.
+
+ CDMA Three-Way Calling is described by Figure B-5 in 3GPP2 C.S0005-E Version
+ 2.0.
+
+ Priority: High
+ Complexity: C2
+ Owner: Dara Spieker-Doyle <dara.spieker-doyle@nokia.com>
+
+- Add support for Call Waiting over a CDMA network. Call Waiting (CW) provides
+ notification of an incoming call to an originating subscriber, while the
+ subscriber's call is in the 2-way state. Subsequently, the originating
+ subscriber can either answer or ignore the incoming call. If the originating
+ subscriber answers the second call, it may alternate between the two calls.
+
+ In CDMA mode, the originating subscriber of a current conversation will
+ receive either a Flash With Information Message or an Alert With Information
+ Message from the network if there is an additional mobile terminated voice
+ call incoming. The originating subscriber can change conversation parties by
+ sending a Flash With Information Message to the network and the MSC will
+ toggle the speech path between the two conversations.
+
+ CDMA Call Waiting is described by Figure B-6 in 3GPP2 C.S0005-E Version
+ 2.0.
+
+ Priority: High
+ Complexity: C2
+ Owner: Dara Spieker-Doyle <dara.spieker-doyle@nokia.com>
+
+- Support sending DTMF tones over CDMA network.
+
+ Priority: High
+ Complexity: C2
+ Owner: Dara Spieker-Doyle <dara.spieker-doyle@nokia.com>
--
1.7.0.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [PATCH] TODO: Add CDMA Voicecall Support Tasks
@ 2010-12-10 22:44 Dara Spieker-Doyle
2010-12-10 23:40 ` Dara Spieker-Doyle
0 siblings, 1 reply; 5+ messages in thread
From: Dara Spieker-Doyle @ 2010-12-10 22:44 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 2975 bytes --]
---
TODO | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
1 files changed, 58 insertions(+), 0 deletions(-)
diff --git a/TODO b/TODO
index 8d771d6..cbcdac5 100644
--- a/TODO
+++ b/TODO
@@ -484,3 +484,61 @@ Miscellaneous
Priority: Medium
Complexity: C2
Owner: Sjur Brændeland <sjur.brandeland@stericsson.com>
+
+CDMA Voicecall
+==============
+
+- Add support for Mobile Originated and Mobile Terminated Voice Call over
+ a CDMA network. This includes management of call state and providing
+ appropriate values for the LineIdentification in each case.
+
+ Priority: High
+ Complexity: C2
+ Owner: Dara Spieker-Doyle <dara.spieker-doyle@nokia.com>
+
+- Add support for Three-Way Calling over a CDMA network. Three-Way Calling
+ provides the subscriber with the capability to add a third party to an
+ established two-party call, so that all three parties may communicate in a
+ three-way call.
+
+ In CDMA mode, the originating subscriber of a current conversation can
+ request for a third party to be added to a conversation by sending a Flash
+ With Information Message (FWIM) with dialed digits to the network. Upon
+ setting up a two-way conversation with the added party, the originating
+ subscriber can request to establish a three-way conversation by sending
+ another Flash With Information Message. Upon receiving the second Flash With
+ Information Message, the MSC reconnects the original party to the
+ conversation thus completing the setup of a three-way conversation.
+
+ CDMA Three-Way Calling is described by Figure B-5 in 3GPP2 C.S0005-E Version
+ 2.0.
+
+ Priority: High
+ Complexity: C2
+ Owner: Dara Spieker-Doyle <dara.spieker-doyle@nokia.com>
+
+- Add support for Call Waiting over a CDMA network. Call Waiting (CW) provides
+ notification of an incoming call to an originating subscriber, while the
+ subscriber's call is in the 2-way state. Subsequently, the originating
+ subscriber can either answer or ignore the incoming call. If the originating
+ subscriber answers the second call, it may alternate between the two calls.
+
+ In CDMA mode, the originating subscriber of a current conversation will
+ receive either a Flash With Information Message or an Alert With Information
+ Message from the network if there is an additional mobile terminated voice
+ call incoming. The originating subscriber can change conversation parties by
+ sending a Flash With Information Message to the network and the MSC will
+ toggle the speech path between the two conversations.
+
+ CDMA Call Waiting is described by Figure B-6 in 3GPP2 C.S0005-E Version
+ 2.0.
+
+ Priority: High
+ Complexity: C2
+ Owner: Dara Spieker-Doyle <dara.spieker-doyle@nokia.com>
+
+- Support sending DTMF tones over CDMA network.
+
+ Priority: High
+ Complexity: C2
+ Owner: Dara Spieker-Doyle <dara.spieker-doyle@nokia.com>
--
1.7.0.4
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2010-12-10 23:40 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-02 22:55 [PATCH] TODO: Add CDMA Voicecall Support Tasks Dara Spieker-Doyle
2010-12-09 8:04 ` Denis Kenzior
2010-12-10 20:50 ` Dara Spieker-Doyle
-- strict thread matches above, loose matches on Subject: below --
2010-12-10 22:44 Dara Spieker-Doyle
2010-12-10 23:40 ` Dara Spieker-Doyle
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.