dect
/
asterisk
Archived
13
0
Fork 0

Another app documentation tweak.

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7604 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
bweschke 2005-12-22 23:59:13 +00:00
parent a1133ebd7c
commit 2fd9155bca
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ static char *descrip =
"SILENCE - if silence of x ms was detected"
"TIMEOUT - if silence of x ms was not detected."
"Examples:\n"
" - WaitForSilence(500,2) will wait for 1/2 second of silence, twice\n"
" - WaitForSilence(500|2) will wait for 1/2 second of silence, twice\n"
" - WaitForSilence(1000) will wait for 1 second of silence, once\n";
STANDARD_LOCAL_USER;