aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_dial.c
diff options
context:
space:
mode:
authoreliel <eliel@f38db490-d61c-443f-a65b-d21fe96a405b>2009-05-18 14:45:23 +0000
committereliel <eliel@f38db490-d61c-443f-a65b-d21fe96a405b>2009-05-18 14:45:23 +0000
commit924053a6d4d9eac2dd18a55e85cae3c590405414 (patch)
treee6cceb0b03878e26f29436780f1f01fa462b1d15 /apps/app_dial.c
parent52981a18a27b97139a4064ffe9d394abddaf9a26 (diff)
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: http://svn.digium.com/svn/asterisk/trunk@195162 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_dial.c')
-rw-r--r--apps/app_dial.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/app_dial.c b/apps/app_dial.c
index 7364a4605..fb14ac0c5 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.</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