From 10299facac8a8efe6f6fa683eee0a852e9ec3681 Mon Sep 17 00:00:00 2001 From: Pekka Pessi Date: Fri, 8 Oct 2010 18:39:17 +0300 Subject: [PATCH] TODO: long phone numbers --- TODO | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TODO b/TODO index 5589bb1b..f963954d 100644 --- a/TODO +++ b/TODO @@ -285,6 +285,12 @@ Voicecall Complexity: C1 Owner: Pekka Pessi +- 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.