Index: pbx.c =================================================================== --- pbx.c (revision 87606) +++ pbx.c (working copy) @@ -448,7 +448,8 @@ { "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" },