doc: Clarifications on voice call behavior

This commit is contained in:
Daniel Wagner 2011-10-13 10:42:33 -07:00 committed by Denis Kenzior
parent 4cd3bf5733
commit edecf9d2f5
2 changed files with 10 additions and 1 deletions

View File

@ -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

View File

@ -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