From 744d795e135379b7dd6511203ce878653bbe8c4e Mon Sep 17 00:00:00 2001 From: Petteri Tikander Date: Fri, 15 Oct 2010 00:02:55 +0300 Subject: doc: update sim-api Fixed Dialing is not supported. New property added to indicate FD-enable status in the SIM-card. --- doc/sim-api.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) 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. -- cgit v1.2.3