aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_macro.c
diff options
context:
space:
mode:
authortilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-04-07 22:33:38 +0000
committertilghman <tilghman@f38db490-d61c-443f-a65b-d21fe96a405b>2009-04-07 22:33:38 +0000
commitfa6636e31b8a19995db72399a5257994ebb1d4db (patch)
tree08d6663d815af583132853d431a512d4a97aaa16 /apps/app_macro.c
parenta80e2c1b63f76f801cb00c372065172f5359b75c (diff)
Merged revisions 186799 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ................ r186799 | tilghman | 2009-04-07 17:23:46 -0500 (Tue, 07 Apr 2009) | 10 lines Merged revisions 186775 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r186775 | tilghman | 2009-04-07 17:16:50 -0500 (Tue, 07 Apr 2009) | 3 lines Fix Macro documentation to match current (and intended) behavior. (See -dev mailing list) ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@186807 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_macro.c')
-rw-r--r--apps/app_macro.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/app_macro.c b/apps/app_macro.c
index 9d6599963..dfbd3b12c 100644
--- a/apps/app_macro.c
+++ b/apps/app_macro.c
@@ -62,10 +62,6 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
at the location of the Goto.</para>
<para>If <variable>MACRO_OFFSET</variable> is set at termination, Macro will attempt to continue
at priority MACRO_OFFSET + N + 1 if such a step exists, and N + 1 otherwise.</para>
- <para>Extensions: While a macro is being executed, it becomes the current context. This means that if
- a hangup occurs, for instance, that the macro will be searched for an <literal>h</literal> extension,
- NOT the context from which the macro was called. So, make sure to define all appropriate extensions
- in your macro! (Note: AEL does not use macros)</para>
<warning><para>Because of the way Macro is implemented (it executes the priorities contained within
it via sub-engine), and a fixed per-thread memory stack allowance, macros are limited to 7 levels
of nesting (macro calling macro calling macro, etc.); It may be possible that stack-intensive