mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-13 13:28:34 +00:00
Merged revisions 195162 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r195162 | eliel | 2009-05-18 10:45:23 -0400 (Mon, 18 May 2009) | 9 lines 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/branches/1.6.1@195167 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -168,6 +168,8 @@ static char *descrip =
|
||||
" You cannot use any additional action post answer options in conjunction\n"
|
||||
" with this option. Also, pbx services are not run on the peer (called) channel,\n"
|
||||
" so you will not be able to set timeouts via the TIMEOUT() function in this macro.\n"
|
||||
" Be aware of the limitations that macros have, specifically with regards to use of\n"
|
||||
" the WaitExten application. For more information, see the documentation for Macro()\n"
|
||||
" n - This option is a modifier for the screen/privacy mode. It specifies\n"
|
||||
" that no introductions are to be saved in the priv-callerintros\n"
|
||||
" directory.\n"
|
||||
|
||||
Reference in New Issue
Block a user