Skip to content

Commit

Permalink
doc: add new DialMemory method to VoicecallManager
Browse files Browse the repository at this point in the history
  • Loading branch information
philippedeswert authored and monich committed Feb 5, 2020
1 parent 30dfbf8 commit 109751b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions ofono/doc/voicecallmanager-api.txt
Expand Up @@ -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
Expand Down

0 comments on commit 109751b

Please sign in to comment.