summaryrefslogtreecommitdiffstats
path: root/doc/sim-api.txt
diff options
context:
space:
mode:
authorPetteri Tikander <petteri.tikander@ixonos.com>2010-10-15 00:02:55 +0300
committerDenis Kenzior <denkenz@gmail.com>2010-10-15 04:09:36 -0500
commit744d795e135379b7dd6511203ce878653bbe8c4e (patch)
tree0cf5b31859c74337892cabafe4ee7370b72d040d /doc/sim-api.txt
parent44bb8635381af673e93faad5a2a607a3881646e1 (diff)
downloadofono-744d795e135379b7dd6511203ce878653bbe8c4e.tar.bz2
doc: update sim-api
Fixed Dialing is not supported. New property added to indicate FD-enable status in the SIM-card.
Diffstat (limited to 'doc/sim-api.txt')
-rw-r--r--doc/sim-api.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/sim-api.txt b/doc/sim-api.txt
index 237e296d..adf7c382 100644
--- a/doc/sim-api.txt
+++ b/doc/sim-api.txt
@@ -131,3 +131,13 @@ Properties boolean Present [readonly]
Contains the Intergrated Circuit Card Identifer (ICCID)
which is read directly from the SIM.
+
+ boolean FixedDialing [readonly]
+
+ True if a Fixed Dialing is enabled in SIM card.
+
+ Fixed Dialing is not supported, so status of FD is
+ checked during initialization after receiving PIN-code
+ (if PIN is required). If FD is enabled, initialization
+ procedure is halt. Then only emergency calls are
+ allowed.