MT#8609 Add "ringtimeout" into CallForward Timeout "cft" description.

agranig/webphone
Irka 11 years ago
parent d05f963ca5
commit 24569e894d

@ -46,9 +46,10 @@ has_field 'cft' => (
required => 0, required => 0,
element_attr => { element_attr => {
rel => ['tooltip'], rel => ['tooltip'],
title => ['Call Forward Timeout, Contains the keys "destinations" and "times". "destinations" is an Array of Objects ' . title => ['Call Forward Timeout, Contains the keys "destinations", "times" and "ringtimeout". "destinations" is an Array of Objects ' .
'having a "destination", "priority" and "timeout" field. "times" is an Array of Objects having the fields ' . 'having a "destination", "priority" and "timeout" field. "times" is an Array of Objects having the fields ' .
'"minute", "hour", "wday", "mday", "month", "year". "times" can be empty, then the CF is applied always.'], '"minute", "hour", "wday", "mday", "month", "year". "times" can be empty, then the CF is applied always.'.
'"ringtimeout" is a numeric ringing time value in seconds before call forward will be applied.'],
}, },
); );

Loading…
Cancel
Save