* [PATCH] doc: Clarifications on voice call behavior
@ 2011-10-13 17:42 Daniel Wagner
2011-10-13 19:16 ` Denis Kenzior
0 siblings, 1 reply; 2+ messages in thread
From: Daniel Wagner @ 2011-10-13 17:42 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 1624 bytes --]
From: Daniel Wagner <daniel.wagner@bmw-carit.de>
---
doc/voicecall-api.txt | 4 ++++
doc/voicecallmanager-api.txt | 7 ++++++-
2 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/doc/voicecall-api.txt b/doc/voicecall-api.txt
index 7eb41aa..fb8f099 100644
--- a/doc/voicecall-api.txt
+++ b/doc/voicecall-api.txt
@@ -47,6 +47,10 @@ Methods dict GetProperties()
of a held multiparty call might not be possible on some
implementations.
+ NOTE: Releasing active calls does not produce
+ side-effects. That is the state of held or waiting
+ calls is not affected.
+
Possible Errors: [service].Error.InProgress
[service].Error.Failed
[service].Error.NotImplemented
diff --git a/doc/voicecallmanager-api.txt b/doc/voicecallmanager-api.txt
index bd38229..56dba8b 100644
--- a/doc/voicecallmanager-api.txt
+++ b/doc/voicecallmanager-api.txt
@@ -35,6 +35,10 @@ Methods dict GetProperties()
This is usually implemented using the ATD AT command.
+ NOTE: If an active call (single or multiparty) exists,
+ then it is automatically put on hold if the dial
+ procedure is successful.
+
Possible Errors: [service].Error.InProgress
[service].Error.InvalidArguments
[service].Error.InvalidFormat
@@ -102,7 +106,8 @@ Methods dict GetProperties()
void HangupAll()
- Releases all calls.
+ Releases all calls except waiting calls. This includes
+ multiparty calls.
Possible Errors: [service].Error.InProgress
[service].Error.NotImplemented
--
1.7.4.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] doc: Clarifications on voice call behavior
2011-10-13 17:42 [PATCH] doc: Clarifications on voice call behavior Daniel Wagner
@ 2011-10-13 19:16 ` Denis Kenzior
0 siblings, 0 replies; 2+ messages in thread
From: Denis Kenzior @ 2011-10-13 19:16 UTC (permalink / raw)
To: ofono
[-- Attachment #1: Type: text/plain, Size: 329 bytes --]
Hi Daniel,
On 10/13/2011 12:42 PM, Daniel Wagner wrote:
> From: Daniel Wagner <daniel.wagner@bmw-carit.de>
>
> ---
> doc/voicecall-api.txt | 4 ++++
> doc/voicecallmanager-api.txt | 7 ++++++-
> 2 files changed, 10 insertions(+), 1 deletions(-)
>
Patch has been applied, thanks.
Regards,
-Denis
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-10-13 19:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-13 17:42 [PATCH] doc: Clarifications on voice call behavior Daniel Wagner
2011-10-13 19:16 ` Denis Kenzior
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.