From: Marcel Holtmann <marcel@holtmann.org>
To: ofono@ofono.org
Subject: Re: [PATCH] [RfC] doc: Proposed Set Up Call api.
Date: Wed, 18 Aug 2010 17:03:05 +0200 [thread overview]
Message-ID: <1282143785.23399.152.camel@localhost.localdomain> (raw)
In-Reply-To: <1282100467-890-1-git-send-email-andrew.zaborowski@intel.com>
[-- Attachment #1: Type: text/plain, Size: 2292 bytes --]
Hi Andrew,
> 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.
> ---
> doc/stk-api.txt | 11 +++++++++++
> 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 2e863a9..dcb8e2b 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 59e3568..f0ba316 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.
I would be fine with this. At least for an initial attempt to implement
this. We need to see how far we get from here. If it doesn't work out
then we have to get back to the drawing board.
Regards
Marcel
next prev parent reply other threads:[~2010-08-18 15:03 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-17 15:36 [PATCH] list-modems: Pretty-print main menu Andrzej Zaborowski
2010-08-17 15:37 ` [PATCH] stkagent: Free pending call when destroying agent Andrzej Zaborowski
2010-08-18 5:34 ` Denis Kenzior
2010-08-17 15:37 ` [PATCH] calypso: Subscribe to %SIMREM, %SIMINS notifications Andrzej Zaborowski
2010-08-18 5:34 ` Denis Kenzior
2010-08-17 15:37 ` [PATCH] stk: Update agent_called with GetInkey and GetInput support Andrzej Zaborowski
2010-08-18 5:34 ` Denis Kenzior
2010-08-17 15:37 ` [PATCH v2] [RfC] doc: Proposed Set Up Call api Andrzej Zaborowski
2010-08-18 5:32 ` Denis Kenzior
2010-08-18 3:01 ` [PATCH] " Andrzej Zaborowski
2010-08-18 15:03 ` Marcel Holtmann [this message]
2010-08-18 17:29 ` Denis Kenzior
2010-08-18 6:38 ` [PATCH v2] " Marcel Holtmann
2010-08-18 5:33 ` [PATCH] list-modems: Pretty-print main menu Denis Kenzior
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1282143785.23399.152.camel@localhost.localdomain \
--to=marcel@holtmann.org \
--cc=ofono@ofono.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox