doc: add new DialMemory method to VoicecallManager

This commit is contained in:
Philippe De Swert 2018-02-12 20:37:18 +02:00 committed by Denis Kenzior
parent 1a57d8a92e
commit 31e9b73238
1 changed files with 11 additions and 0 deletions

View File

@ -69,6 +69,17 @@ Methods dict GetProperties()
[service].Error.NotImplemented
[service].Error.Failed
object DialMemory(string memory position, string hide_callerid)
Initiates a new outgoing call to the number in the given memory
position/favourite. For callerid see the Dial method.
Possible Errors: [service].Error.InProgress
[service].Error.InvalidArguments
[service].Error.InvalidFormat
[service].Error.NotImplemented
[service].Error.Failed
void Transfer()
Joins the currently Active (or Outgoing, depending