From: Denis Kenzior <denkenz@gmail.com>
To: ofono@ofono.org
Subject: Re: [RFC] voicecall API changes (proposal 2)
Date: Wed, 02 Feb 2011 14:01:07 -0600 [thread overview]
Message-ID: <4D49B803.8030108@gmail.com> (raw)
In-Reply-To: <33f41837f16b650f6595e1004b82a7ea6ba2ed54.1296668679.git.Andras.Domokos@nokia.com>
[-- Attachment #1: Type: text/plain, Size: 3020 bytes --]
Hi Andras,
> +
> + boolean ForwardedCall
> +
> + Contains the indication whether the incoming voice call
> + is a redirected call due to a call forwarding operation
> + or not.
Please drop the Call suffix, you are already on the VoiceCall interface,
so putting 'Call' at the end is redundant.
> +
> + boolean RemoteHoldActive
> +
> + Contains the indication whether the voice call is put on
> + hold by the remote party or not.
> +
RemoteHeld might be a better name here, but I'm fine either way.
> + boolean RemoteMultiparty
> +
> + Contains the indication whether the voice call is joined
> + in a multiparty call by the remote party or not.
> +
> diff --git a/doc/voicecallmanager-api.txt b/doc/voicecallmanager-api.txt
> index 5415345..7517a7c 100644
> --- a/doc/voicecallmanager-api.txt
> +++ b/doc/voicecallmanager-api.txt
> @@ -144,6 +144,34 @@ Signals CallAdded(object path, dict properties)
> Signal is emitted whenever a property has changed.
> The new value is passed as the signal argument.
>
> + RemoteCallBarringActive()
> +
> + Signal is emitted when an outgoing voice call is made
> + and the call has been barred by the network due to the
> + remote party's "Call Barring" Supplementary Services
> + settings for incoming calls.
> +
> + LocalCallBarringActive()
> +
> + Signal is emitted when an outgoing voice call is made
> + and the call has been barred by the network due to the
> + local party's "Call Barring" Supplementary Services
> + settings for outgoing calls.
> +
I suggest to combine these two signals into one:
BarringActive(string type)
where type is:
"remote" or "local".
The explanations you have should be applied to the type. Another point
is whether we want this signal on the call object itself. Question is
how reliably we can figure out the call index. At what point does CSSI
/ CSSU fire, before or after the call goes to active / disconnected state?
> + OutgoingCallCondForwarded()
> +
> + Signal is emitted when an outgoing voice call is made
> + and the call has been redirected to another number due
> + to the remote party's conditional "Call Forwarding"
> + Supplementary Service settings.
> +
> + OutgoingCallUncondForwarded()
> +
> + Signal is emitted when an outgoing voice call is made
> + and the call has been redirected to another number due
> + to the remote party's unconditional "Call Forwarding"
> + Supplementary Service settings.
> +
Same with these two, lets call it CallForwarded(string type)
where type is:
"conditional" or "unconditional"
And the same question applies here as well, do we want this on the call
object itself? If so, then calling this signal Forwarded(string type)
would be better. Perhaps adding another type for incoming calls that
are forwarded and removing the 'Forwarded' property would be a good idea
as well. e.g. something like "incoming" type.
Regards,
-Denis
next prev parent reply other threads:[~2011-02-02 20:01 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <cover.1296474033.git.Andras.Domokos@nokia.com>
2011-01-31 11:56 ` [RFC] voice call API changes (proposal) Andras Domokos
2011-01-31 19:58 ` Denis Kenzior
2011-02-01 15:43 ` Andras Domokos
2011-02-01 15:54 ` Denis Kenzior
2011-02-02 7:51 ` Andras Domokos
2011-02-02 15:32 ` Denis Kenzior
2011-02-02 18:16 ` [RFC] voicecall API changes (proposal 2) Andras Domokos
2011-02-02 20:01 ` Denis Kenzior [this message]
2011-02-03 10:53 ` Andras Domokos
2011-02-03 16:29 ` Denis Kenzior
2011-02-07 11:18 ` [RFC] voicecall API changes (proposal v3) Andras Domokos
2011-02-07 16:38 ` Denis Kenzior
2011-02-07 17:07 ` Andras Domokos
2011-02-07 17:09 ` Andras Domokos
2011-02-07 19:39 ` Denis Kenzior
2011-02-08 8:55 ` Andras Domokos
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=4D49B803.8030108@gmail.com \
--to=denkenz@gmail.com \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.