summaryrefslogtreecommitdiffstats
path: root/doc/call-forwarding-api.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/call-forwarding-api.txt')
-rw-r--r--doc/call-forwarding-api.txt16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/call-forwarding-api.txt b/doc/call-forwarding-api.txt
index e8b4b9f5..335637fc 100644
--- a/doc/call-forwarding-api.txt
+++ b/doc/call-forwarding-api.txt
@@ -8,6 +8,9 @@ Methods dict GetProperties()
Contains the properties for this object.
+ Possible Errors: [service].Error.InProgress
+ [service].Error.NotImplemented
+
void DisableAll(string type)
Disables all call forwarding rules for type.
@@ -16,11 +19,24 @@ Methods dict GetProperties()
"conditional" - Disables all conditional rules,
e.g. busy, no reply and not reachable.
+ Possible Errors: [service].Error.InProgress
+ [service].Error.NotImplemented
+ [service].Error.InvalidArguments
+ [service].Error.InvalidFormat
+ [service].Error.Failed
+
void SetProperty(string property, variant value)
Sets the given property value to that specified in
call parameter.
+ Possible Errors: [service].Error.NotAvailable
+ [service].Error.InProgress
+ [service].Error.NotImplemented
+ [service].Error.InvalidArguments
+ [service].Error.InvalidFormat
+ [service].Error.Failed
+
Signals PropertyChanged(string property, variant value)
Signal is emitted whenever a property has changed.