From f69a09294f8adfce087f79a5fb3e9a17755fbe59 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Wed, 14 Jul 2010 11:03:30 -0500 Subject: [PATCH] TODO: Merge two duplicate items --- TODO | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/TODO b/TODO index d36bafdb..081a67b8 100644 --- a/TODO +++ b/TODO @@ -301,12 +301,15 @@ Voicecall Miscellaneous ============= -- Country Specific emergency numbers. Figure out how to support countries with - specific mandated emergency numbers which are not part of the standard - emergency number list. +- Country / Operator specific emergency numbers. Figure out how to support + countries / operators with specific mandated emergency numbers which are + not part of the standard emergency number list. This needs to be queried + by the voicecall atom every time a new SIM is inserted. The list is + assumed to be managed by the modem. If no such functionality is available, + then the 3GPP mandated behavior is used. Complexity: C2 - Priority: Low + Priority: High - Bluetooth SAP Client support. The Telit UC864-G devices support Bluetooth SAP client mode. This requires the use of a modem side-channel to read the @@ -363,12 +366,6 @@ Miscellaneous Priority: High Complexity: C1 -- Add support for country / carrier specific emergency call list. This needs - to be queried by the voicecall atom every time a new SIM is inserted. - - Priority: High - Complexity: C1 - - Extend the voicecall interface with a property indicating whether this call is an emergency call (essentially the CLI matches one of the numbers on the emergency calling codes list.)