* [PATCH] TODO: long phone numbers
@ 2010-10-08 10:02 Pekka.Pessi
2010-10-08 10:06 ` Marcel Holtmann
0 siblings, 1 reply; 6+ messages in thread
From: Pekka.Pessi @ 2010-10-08 10:02 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 867 bytes --]
From: Pekka Pessi <Pekka.Pessi@nokia.com>
---
TODO | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/TODO b/TODO
index 5589bb1..a96c187 100644
--- a/TODO
+++ b/TODO
@@ -285,11 +285,18 @@ Voicecall
Complexity: C1
Owner: Pekka Pessi <pekka.pessi@nokia.com>
+- Long phone numbers. According to 3GPP TS 24.008, the callee address
+ can be up to 80 digits long.
+
+ Priority: Medium
+ Complexity: C2
+
- Dial strings. Include CLIR prefixes and 2nd stage dial strings in the
DialString call property. Add dialstring accessor method to C API.
Priority: Medium
Complexity: C4
+ Owner: Pekka Pessi <pekka.pessi@nokia.com>
- Provide feedback of sent DTMF tones. Emit SendingTones signal if modem can
provide approximate starting and stopping times for DTMF tones. Signal
--
1.7.0.4
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH] TODO: long phone numbers
2010-10-08 10:02 Pekka.Pessi
@ 2010-10-08 10:06 ` Marcel Holtmann
0 siblings, 0 replies; 6+ messages in thread
From: Marcel Holtmann @ 2010-10-08 10:06 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 847 bytes --]
Hi Pekka,
> ---
> TODO | 7 +++++++
> 1 files changed, 7 insertions(+), 0 deletions(-)
>
> diff --git a/TODO b/TODO
> index 5589bb1..a96c187 100644
> --- a/TODO
> +++ b/TODO
> @@ -285,11 +285,18 @@ Voicecall
> Complexity: C1
> Owner: Pekka Pessi <pekka.pessi@nokia.com>
>
> +- Long phone numbers. According to 3GPP TS 24.008, the callee address
> + can be up to 80 digits long.
> +
> + Priority: Medium
> + Complexity: C2
> +
> - Dial strings. Include CLIR prefixes and 2nd stage dial strings in the
> DialString call property. Add dialstring accessor method to C API.
>
> Priority: Medium
> Complexity: C4
> + Owner: Pekka Pessi <pekka.pessi@nokia.com>
so either this is a typo or you meant to do this, but then the subject
is not matching what the patch does.
Regards
Marcel
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH] TODO: long phone numbers
@ 2010-10-08 15:39 Pekka.Pessi
2010-10-08 18:50 ` Marcel Holtmann
2010-10-08 23:51 ` Denis Kenzior
0 siblings, 2 replies; 6+ messages in thread
From: Pekka.Pessi @ 2010-10-08 15:39 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 621 bytes --]
From: Pekka Pessi <Pekka.Pessi@nokia.com>
---
TODO | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/TODO b/TODO
index 5589bb1..f963954 100644
--- a/TODO
+++ b/TODO
@@ -285,6 +285,12 @@ Voicecall
Complexity: C1
Owner: Pekka Pessi <pekka.pessi@nokia.com>
+- Long phone numbers. According to 3GPP TS 24.008, the callee address
+ can be up to 80 digits long.
+
+ Priority: Medium
+ Complexity: C2
+
- Dial strings. Include CLIR prefixes and 2nd stage dial strings in the
DialString call property. Add dialstring accessor method to C API.
--
1.7.0.4
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH] TODO: long phone numbers
2010-10-08 15:39 [PATCH] TODO: long phone numbers Pekka.Pessi
@ 2010-10-08 18:50 ` Marcel Holtmann
2010-10-08 23:51 ` Denis Kenzior
1 sibling, 0 replies; 6+ messages in thread
From: Marcel Holtmann @ 2010-10-08 18:50 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 149 bytes --]
Hi Pekka,
> TODO | 6 ++++++
> 1 files changed, 6 insertions(+), 0 deletions(-)
patch has been applied. Thanks.
Regards
Marcel
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] TODO: long phone numbers
2010-10-08 15:39 [PATCH] TODO: long phone numbers Pekka.Pessi
2010-10-08 18:50 ` Marcel Holtmann
@ 2010-10-08 23:51 ` Denis Kenzior
2010-10-12 17:25 ` Pekka Pessi
1 sibling, 1 reply; 6+ messages in thread
From: Denis Kenzior @ 2010-10-08 23:51 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 317 bytes --]
Hi Pekka,
> +- Long phone numbers. According to 3GPP TS 24.008, the callee address
> + can be up to 80 digits long.
Is the goal here to only enable this on ATD or are we also talking about
using EFext chaining here? Either way, a better description of the task
scope might be helpful.
Regards,
-Denis
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] TODO: long phone numbers
2010-10-08 23:51 ` Denis Kenzior
@ 2010-10-12 17:25 ` Pekka Pessi
0 siblings, 0 replies; 6+ messages in thread
From: Pekka Pessi @ 2010-10-12 17:25 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 522 bytes --]
Hi Denis,
2010/10/9 Denis Kenzior <denkenz@gmail.com>:
>> +- Long phone numbers. According to 3GPP TS 24.008, the callee address
>> + can be up to 80 digits long.
>
> Is the goal here to only enable this on ATD or are we also talking about
> using EFext chaining here? Either way, a better description of the task
> scope might be helpful.
Both, but I guess EFext chaining also going further as it has to
support dial strings which are not part of the phone number.
--
Pekka.Pessi mail at nokia.com
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2010-10-12 17:25 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-08 15:39 [PATCH] TODO: long phone numbers Pekka.Pessi
2010-10-08 18:50 ` Marcel Holtmann
2010-10-08 23:51 ` Denis Kenzior
2010-10-12 17:25 ` Pekka Pessi
-- strict thread matches above, loose matches on Subject: below --
2010-10-08 10:02 Pekka.Pessi
2010-10-08 10:06 ` Marcel Holtmann
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.