mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 18:55:19 +00:00 
			
		
		
		
	"show application <foo>" changes for clarity.
(closes issue #11171, reported and patched by blitzrage) Many thanks! git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@89044 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -52,7 +52,7 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") | ||||
| static char *app = "WaitForSilence"; | ||||
| static char *synopsis = "Waits for a specified amount of silence"; | ||||
| static char *descrip = | ||||
| "  WaitForSilence(silencerequired[,iterations][,timeout]) \n" | ||||
| "  WaitForSilence(silencerequired[,iterations][,timeout]):\n" | ||||
| "Wait for Silence: Waits for up to 'silencerequired' \n" | ||||
| "milliseconds of silence, 'iterations' times or once if omitted.\n" | ||||
| "An optional timeout specified the number of seconds to return\n" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user