[asterisk-commits] qwell: trunk r87626 - /trunk/main/pbx.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue Oct 30 13:28:55 CDT 2007


Author: qwell
Date: Tue Oct 30 13:28:55 2007
New Revision: 87626

URL: http://svn.digium.com/view/asterisk?view=rev&rev=87626
Log:
Update documentation to give an example of how to use the return status of RaiseException

Closes issue #11117, patch by blitzrage (yay blitzrage)

Modified:
    trunk/main/pbx.c

Modified: trunk/main/pbx.c
URL: http://svn.digium.com/view/asterisk/trunk/main/pbx.c?view=diff&rev=87626&r1=87625&r2=87626
==============================================================================
--- trunk/main/pbx.c (original)
+++ trunk/main/pbx.c Tue Oct 30 13:28:55 2007
@@ -448,7 +448,8 @@
 	{ "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"
 	},
 




More information about the asterisk-commits mailing list