diff options
author | Andrzej Zaborowski <andrew.zaborowski@intel.com> | 2010-08-18 05:01:07 +0200 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2010-08-18 12:28:30 -0500 |
commit | f6a4fcde1eda27768beb83b81b6b39470f985443 (patch) | |
tree | d254f9c617f89cbd59a5288c77eeb69a48e29527 /doc/stk-api.txt | |
parent | 7b88dfb90a7b9106da256c2fb75a4152ef7c0d0e (diff) | |
download | ofono-f6a4fcde1eda27768beb83b81b6b39470f985443.tar.gz |
doc: Proposed Set Up Call api
The normal sequence for call setup is:
* Modem asks user for confirmation using icon1 / alphaId1
* User confirms
* Modem starts dialling, screen displays icon2 / alphaId2
* Call is connected, modem replies to the proactive command, screen
keeps displaying icon2 / alphaId2 until the phone call is over
Diffstat (limited to 'doc/stk-api.txt')
-rw-r--r-- | doc/stk-api.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/stk-api.txt b/doc/stk-api.txt index 2e863a92..d0dd740e 100644 --- a/doc/stk-api.txt +++ b/doc/stk-api.txt @@ -189,6 +189,17 @@ Methods byte RequestSelection(string title, byte icon_id, Possible Errors: [service].Error.SimToolkit.GoBack + boolean ConfirmCallSetup(string information, byte icon_id) + + Asks the agent to request user to confirm an + outgoing call setup. If confirmed, the next new + outgoing call reported by VoiceCallManager will + have the Information and Icon properties set to + inform the user. Hanging up before the call is + connected will cause EndSession reply to be sent. + + Possible Errors: [service].Error.SimToolkit.EndSession + void Cancel() Asks the agent to cancel any ongoing operation in |