From: Jason Parker Date: Tue, 30 Oct 2007 18:28:55 +0000 (+0000) Subject: Update documentation to give an example of how to use the return status of RaiseException X-Git-Tag: 1.6.0-beta1~3^2~1068 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e985a00a32facb6be169c76dae527c094057c884;p=thirdparty%2Fasterisk.git Update documentation to give an example of how to use the return status of RaiseException Closes issue #11117, patch by blitzrage (yay blitzrage) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@87626 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/pbx.c b/main/pbx.c index 24d56207ec..aecaa13eb2 100644 --- a/main/pbx.c +++ b/main/pbx.c @@ -448,7 +448,8 @@ static struct pbx_builtin { { "RaiseException", pbx_builtin_raise_exception, "Handle an exceptional condition", " RaiseException(): This application will jump to the \"e\" extension\n" - "in the current context, setting the dialplan function EXCEPTION(). If the \"e\"\n" + "in the current context, setting the dialplan function EXCEPTION().\n" + "You can access the value of with ${EXCEPTION(type)}. If the \"e\"\n" "extension does not exist, the call will hangup.\n" },