From: Eliel C. Sardanons Date: Mon, 18 May 2009 14:45:23 +0000 (+0000) Subject: Warn about the use of the application WaitExten() within a Macro(). X-Git-Tag: 11.0.0-beta1~4871 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d24179825f768073a6e1db8369013388c207e16a;p=thirdparty%2Fasterisk.git Warn about the use of the application WaitExten() within a Macro(). Update applications documentation to warn the user about the use of the WaitExten() application within a Macro(). Recommend the use of Read() instead. (closes issue #14444) Reported by: ewieling git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@195162 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/apps/app_dial.c b/apps/app_dial.c index 7364a46057..fb14ac0c52 100644 --- a/apps/app_dial.c +++ b/apps/app_dial.c @@ -258,6 +258,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") with this option. Also, pbx services are not run on the peer (called) channel, so you will not be able to set timeouts via the TIMEOUT() function in this macro. + Be aware of the limitations that macros have, specifically with regards to use of + the WaitExten application. For more information, see the documentation for + Macro()