Description:
|
fxoFeocToneCustomCadence OBJECT-TYPE
SYNTAX OCTET STRING ( SIZE(0..128) )
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"FXO Forced End Of Call Tone Custom Cadence
A cadence is a series of frequencies that are played for a
specified time, making up a tone. The format for a cadence is
'on, off, on, off, ...' where 'on' and 'off', respectively are
numerical values representing the time in milliseconds that
the frequency can and cannot be detected.
Example: '2000, 1000, 2000, 0' is a cadence where the
frequency will play for 2 seconds, stop for 1 second, and play
for two more seconds. This example is also equivalent to
setting the string '2000, 1000, 2000'.
Up to four 'on, off' pairs can be specified. Specifying less
than those eight values results in '0' values being added as
necessary. When specifying more than eight, only the eight
first values are used.
A cadence starting with a value of zero (0) is invalid. The
first zero (0) found in the string signals the end of the
cadence (i.e. '200, 0, 300' is the same as '200').
The allowed range for the 'on' and 'off' values are 0 to
32767. These values are expressed in milliseconds (ms).
See the FxoFeocToneCustomFrequency and
FxoFeocToneCustomRepetition parameters."
DEFVAL {""}
|
|