TODO: Merge two duplicate items

This commit is contained in:
Denis Kenzior 2010-07-14 11:03:30 -05:00
parent e77ea33fd6
commit f69a09294f
1 changed files with 7 additions and 10 deletions

17
TODO
View File

@ -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.)