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:
Tilghman Lesher
2007-10-03 22:14:09 +00:00
parent 6c4dc0ee87
commit c2f7cc4bd4
3 changed files with 144 additions and 5 deletions

View File

@@ -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