summaryrefslogtreecommitdiff
path: root/doc/call-forwarding-api.txt
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-09-28 20:12:23 -0500
committerDenis Kenzior <denkenz@gmail.com>2010-09-28 20:13:49 -0500
commitd9a275c52ed846071a00a610b9a0d5ae6c238c14 (patch)
tree336750c3a7afccf3bec4a071ac421a164006883a /doc/call-forwarding-api.txt
parentd6b55b5844c169a1dd044333d57e4f366396f6f4 (diff)
downloadofono-d9a275c52ed846071a00a610b9a0d5ae6c238c14.tar.gz
doc: Clarify call-forwarding VoiceNoReplyTimeout
This property cannot be set if the VoiceNoReply has not been queried or set properly
Diffstat (limited to 'doc/call-forwarding-api.txt')
-rw-r--r--doc/call-forwarding-api.txt14
1 files changed, 9 insertions, 5 deletions
diff --git a/doc/call-forwarding-api.txt b/doc/call-forwarding-api.txt
index 2c230371..067531a7 100644
--- a/doc/call-forwarding-api.txt
+++ b/doc/call-forwarding-api.txt
@@ -23,16 +23,16 @@ Methods dict GetProperties()
Signals PropertyChanged(string property, variant value)
- Signal is emitted whenever a property has changed. The new
- value is passed as the signal argument.
+ Signal is emitted whenever a property has changed.
+ The new value is passed as the signal argument.
Properties string VoiceUnconditional [readwrite]
Contains the value of the voice unconditional call
forwarding property. If the value is an empty string,
- then this call forwarding rule is not active. Otherwise
- the rule is active with the string value as the phone
- number.
+ then this call forwarding rule is not active.
+ Otherwise the rule is active with the string value
+ as the phone number.
string VoiceBusy [readwrite]
@@ -48,6 +48,10 @@ Properties string VoiceUnconditional [readwrite]
Contains the value of the voice "No Reply" timeout in
seconds. The timeout can be between 1 and 30 seconds.
+ Please note that it is not possible to set this
+ property's value if GetProperties() has not been
+ previously called or the VoiceNoReply property
+ has not been set.
string VoiceNotReachable [readwrite]