mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 20:04:50 +00:00
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
This commit is contained in:
@@ -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.</para>
|
||||
</note>
|
||||
<warning><para>Be aware of the limitations that macros have, specifically with regards to use of
|
||||
the <literal>WaitExten</literal> application. For more information, see the documentation for
|
||||
Macro()</para></warning>
|
||||
</option>
|
||||
<option name="n">
|
||||
<para>This option is a modifier for the call screening/privacy mode. (See the
|
||||
|
Reference in New Issue
Block a user