By using the Aculab site, you agree with our use of cookies.
right  Talk To Us!

answering machine ready to record

Provides advanced settings that control how an answering machine message is detected during a connect action when it is attempting to classify the callee.

Used by actions connect

language wrappers and examples

It contains the following properties:

PropertyRequired/OptionalDefaultDescription
milliseconds min beep durationoptional180An integer. The minimum duration of a beep.
milliseconds post beep silenceoptional1000An integer. Wait for this period of silence after the beep.
milliseconds no beep silenceoptional4000An integer. Wait for this period of silence when no beep is detected.
seconds max message durationoptional10An integer. The maximum duration of an answering machine prompt message. Give up waiting for the answering machine prompt to complete after this period.

  • Examples:


    • An answering machine ready to record object:

          {
      		"milliseconds_min_beep_duration" : 300,
      		"milliseconds_post_beep_silence" : 2000,
      		"milliseconds_no_beep_silence" : 10000,
      		"seconds_max_message_duration" : 30
      	}