]> git.ipfire.org Git - thirdparty/asterisk.git/commit
In app_macro, changed the previously changed upper recursion depth limit to a variabl...
authorSteve Murphy <murf@digium.com>
Thu, 17 Aug 2006 16:07:21 +0000 (16:07 +0000)
committerSteve Murphy <murf@digium.com>
Thu, 17 Aug 2006 16:07:21 +0000 (16:07 +0000)
commit4098ad798d8cde852e603334993cdec06fea3bec
tree3d39ce424ec869900e1887fd5ba69a2b5069fe12
parentc3a46b712e2d3c6b016512312200dcf7e4540e09
In app_macro, changed the previously changed upper recursion depth limit to a variable, default of the original val of 7. MACRO_RECURSION is a channel variable that will override the limit, but until I can understand and fix why this limit is neccessary, I am not advertising this variable in the docs. This fix mirrors the changes made in r40200 in trunk.

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2@40220 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_macro.c