mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-18 15:49:56 +00:00
issue #5605
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6979 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -22,10 +22,11 @@
|
||||
/*! \file
|
||||
*
|
||||
* \brief Wait for Silence
|
||||
* - Waits for up to 'x' milliseconds of silence, 'y' times
|
||||
* - WaitForSilence(500,2) will wait for 1/2 second of silence, twice
|
||||
* - WaitForSilence(1000,1) will wait for 1 second of silence, once
|
||||
* - Waits for up to 'x' milliseconds of silence, 'y' times \n
|
||||
* - WaitForSilence(500,2) will wait for 1/2 second of silence, twice \n
|
||||
* - WaitForSilence(1000,1) will wait for 1 second of silence, once \n
|
||||
*
|
||||
* \ingroup applications
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
|
||||
Reference in New Issue
Block a user