Misc. Dialplan Tools sleep
From FreeSWITCH Wiki
Contents |
Description
Pause the channel for a given number of milliseconds, consuming the audio for that period of time.
NOTE: As of rev14102 the default behavior of sleep has been changed so as not to consume DTMFs. To consume DTMFs, use the sleep_eat_digits variable.
Usage
sleep <pausemilliseconds>
This application may be run inline from the XML dialplan.
Example
<action application="sleep" data="5000"/>

