summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPhilippe De Swert <philippedeswert@gmail.com>2018-02-12 20:37:18 +0200
committerDenis Kenzior <denkenz@gmail.com>2018-02-13 13:09:14 -0600
commit31e9b732386a920e445d1a600f68d419d83020d6 (patch)
treee0f6cd7e759493efcd5e7cf67f35004472f1bfe3 /doc
parent1a57d8a92ec93ae492fd0072800c461a4d057eee (diff)
downloadofono-31e9b732386a920e445d1a600f68d419d83020d6.tar.gz
doc: add new DialMemory method to VoicecallManager
Diffstat (limited to 'doc')
-rw-r--r--doc/voicecallmanager-api.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/voicecallmanager-api.txt b/doc/voicecallmanager-api.txt
index 7aeb81f7..5c4ce11b 100644
--- a/doc/voicecallmanager-api.txt
+++ b/doc/voicecallmanager-api.txt
@@ -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