dect
/
asterisk
Archived
13
0
Fork 0

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: http://svn.digium.com/svn/asterisk/trunk@87626 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
qwell 2007-10-30 18:28:55 +00:00
parent d6bb8d4d0b
commit 4cd58adb00
1 changed files with 2 additions and 1 deletions

View File

@ -448,7 +448,8 @@ static struct pbx_builtin {
{ "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"
},