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
This commit is contained in:
Andrzej Zaborowski 2010-08-18 05:01:07 +02:00 committed by Denis Kenzior
parent 7b88dfb90a
commit f6a4fcde1e
2 changed files with 22 additions and 0 deletions

View File

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

View File

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