summaryrefslogtreecommitdiffstats
path: root/doc/voicecallmanager-api.txt
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-08-05 11:21:25 -0500
committerDenis Kenzior <denkenz@gmail.com>2010-08-05 11:21:25 -0500
commitc8219725f7c30ed4206cf8e6ab241c1e4d947b3f (patch)
treeb5d18a43594d8b6636aa71005a80b40a3d0d5f92 /doc/voicecallmanager-api.txt
parentc441ca167d7e190d4f38a703a3b18f13f3d1a71e (diff)
downloadofono-c8219725f7c30ed4206cf8e6ab241c1e4d947b3f.tar.bz2
doc: Fixup some long line / space at eol issues
Diffstat (limited to 'doc/voicecallmanager-api.txt')
-rw-r--r--doc/voicecallmanager-api.txt16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/voicecallmanager-api.txt b/doc/voicecallmanager-api.txt
index bc79fc36..eaef6adf 100644
--- a/doc/voicecallmanager-api.txt
+++ b/doc/voicecallmanager-api.txt
@@ -42,15 +42,15 @@ Methods dict GetProperties()
void SwapCalls()
Swaps Active and Held calls. The effect of this
- is that all calls (0 or more including calls in a
+ is that all calls (0 or more including calls in a
multi-party conversation) that were Active are now Held,
and all calls (0 or more) that were Held are now Active.
- GSM specification does not allow calls to be swapped
+ GSM specification does not allow calls to be swapped
in the case where Held, Active and Waiting calls exist.
- Some modems implement this anyway, thus it is manufacturer
- specific whether this method will succeed in the case
- of Held, Active and Waiting calls.
+ Some modems implement this anyway, thus it is
+ manufacturer specific whether this method will succeed
+ in the case of Held, Active and Waiting calls.
This functionality is generally implemented by using
the +CHLD=2 AT command.
@@ -64,7 +64,7 @@ Methods dict GetProperties()
void HoldAndAnswer()
- Puts the current call (including multi-party calls) on
+ Puts the current call (including multi-party calls) on
hold and answers the currently waiting call. Calling
this function when a user already has a both Active and
Held calls is invalid, since in GSM a user can have
@@ -72,7 +72,7 @@ Methods dict GetProperties()
void HangupAll()
- Releases all calls.
+ Releases all calls.
array{object} PrivateChat(object call)
@@ -96,7 +96,7 @@ Methods dict GetProperties()
participating in the multiparty call.
There can only be one subscriber controlled multi-party
- call according to the GSM specification.
+ call according to the GSM specification.
This is usually implemented using the +CHLD=3 AT
command.