Detect Sound

 

Listens for a sound on a connected line and branches accordingly.

 

Use it to confirm that the called party is on the line.

Properties

Option

Description

Timeout Duration

Enter the duration after which, if no sound has been detected, execution takes the Timeout exit point. Enter this as a whole number (integer) in milliseconds.

This must be a value that is provided as a literal preceded by =, or a variable of the correct type.

Sound Duration

Enter the duration that the sound should reach for the action cell to exit the Sound Detected exit route. Enter this as a whole number (integer) in milliseconds.

This must be a value that is provided as a literal preceded by =, or a variable of the correct type.

Exit Points

Exit Point

Description

Sound Detected

This is taken if a detected sound has reached the duration specified in the Sound Duration property.

Timeout

This is taken if no sound is detected within the timeout specified in the Timeout Duration property.