mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-21 01:01:02 +00:00
app_macro deprecation.
* Mark the module deprecated. * Disable the module by default. * Produce a warning the first time a macro is used. * Note deprecation related options in app_dial and app_queue. ASTERISK-27350 Change-Id: I560ea043bacdbc5534a17d97854273d52c2f1bdc
This commit is contained in:
@@ -324,6 +324,10 @@
|
||||
<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
|
||||
<literal>Macro()</literal>.</para></warning>
|
||||
<note>
|
||||
<para>Macros are deprecated, GoSub should be used instead,
|
||||
see the <literal>U</literal> option.</para>
|
||||
</note>
|
||||
</option>
|
||||
<option name="n">
|
||||
<argument name="delete">
|
||||
|
||||
Reference in New Issue
Block a user