summaryrefslogtreecommitdiffstats
path: root/doc/voicecallmanager-api.txt
diff options
context:
space:
mode:
authorDaniel Wagner <daniel.wagner@bmw-carit.de>2011-10-13 10:42:33 -0700
committerDenis Kenzior <denkenz@gmail.com>2011-10-13 14:16:04 -0500
commitedecf9d2f5ecf6abb106d985e3985d21a81480f8 (patch)
tree5a6d2b10fe0f1af0e50d659bbf475162711752fa /doc/voicecallmanager-api.txt
parent4cd3bf5733421add9787a882e3bdf31d40d88c89 (diff)
downloadofono-edecf9d2f5ecf6abb106d985e3985d21a81480f8.tar.bz2
doc: Clarifications on voice call behavior
Diffstat (limited to 'doc/voicecallmanager-api.txt')
-rw-r--r--doc/voicecallmanager-api.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/voicecallmanager-api.txt b/doc/voicecallmanager-api.txt
index bd38229b..56dba8bb 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