Closes issue #11117, patch by blitzrage (yay blitzrage)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@87626
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
{ "RaiseException", pbx_builtin_raise_exception,
"Handle an exceptional condition",
" RaiseException(<reason>): 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 <reason> with ${EXCEPTION(type)}. If the \"e\"\n"
"extension does not exist, the call will hangup.\n"
},