doc: Clarify call-forwarding VoiceNoReplyTimeout

This property cannot be set if the VoiceNoReply has not been queried or
set properly
This commit is contained in:
Denis Kenzior 2010-09-28 20:12:23 -05:00
parent d6b55b5844
commit d9a275c52e
1 changed files with 9 additions and 5 deletions

View File

@ -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]