diff options
-rw-r--r-- | doc/stk-api.txt | 11 | ||||
-rw-r--r-- | doc/voicecall-api.txt | 11 |
2 files changed, 22 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 diff --git a/doc/voicecall-api.txt b/doc/voicecall-api.txt index 59e35684..f0ba316c 100644 --- a/doc/voicecall-api.txt +++ b/doc/voicecall-api.txt @@ -114,3 +114,14 @@ Properties string LineIdentification [readonly] stamped when the call enters the "active" state. Client applications can use this to infer somewhat reliable call duration information. + + string Information [readonly, optional] + + Contains information related to the call for the + user. Currently this property is set for calls + initiated by SIM Toolkit applications. + + byte Icon [readonly, optional] + + Icon identifier to be used instead of or together + with the text information. |