mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 10:47:18 +00:00 
			
		
		
		
	Create a universal exception handling extension, "e" (closes issue #9785)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@84580 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
		| @@ -66,6 +66,14 @@ There are some extensions with important meanings: | ||||
|           timeout is reached.  See "show function TIMEOUT" for more | ||||
|           information on setting timeouts.	 | ||||
|   \end{itemize} | ||||
|   \item e | ||||
|   \begin{itemize} | ||||
|     \item This extension will substitute as a catchall for any of the | ||||
|           'i', 't', or 'T' extensions, if any of them do not exist and | ||||
|           catching the error in a single routine is desired.  The | ||||
|           function EXCEPTION may be used to query the type of exception | ||||
|           or the location where it occurred. | ||||
|   \end{itemize} | ||||
| \end{itemize} | ||||
|  | ||||
| And finally, the extension context "default" is used when either a) an  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user