[asterisk-commits] murf: branch 1.4 r44338 -
/branches/1.4/apps/app_macro.c
asterisk-commits at lists.digium.com
asterisk-commits at lists.digium.com
Wed Oct 4 08:52:14 MST 2006
Author: murf
Date: Wed Oct 4 10:52:12 2006
New Revision: 44338
URL: http://svn.digium.com/view/asterisk?rev=44338&view=rev
Log:
OOOps! There is no alternative to suggest in 1.4. A small erasure.
Modified:
branches/1.4/apps/app_macro.c
Modified: branches/1.4/apps/app_macro.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/apps/app_macro.c?rev=44338&r1=44337&r2=44338&view=diff
==============================================================================
--- branches/1.4/apps/app_macro.c (original)
+++ branches/1.4/apps/app_macro.c Wed Oct 4 10:52:12 2006
@@ -66,9 +66,7 @@
" memory stack allowance, macros are limited to 7 levels\n"
" of nesting (macro calling macro calling macro, etc.); It\n"
" may be possible that stack-intensive applications in deeply nested macros\n"
-" could cause asterisk to crash earlier than this limit. It is advised that\n"
-" if you need to deeply nest macro calls, that you use the Gosub application\n"
-" (now allows arguments like a Macro) with explict Return() calls instead.\n";
+" could cause asterisk to crash earlier than this limit.\n";
static char *if_descrip =
" MacroIf(<expr>?macroname_a[|arg1][:macroname_b[|arg1]])\n"
More information about the asterisk-commits
mailing list