aboutsummaryrefslogtreecommitdiffstats
path: root/main/pbx.c
diff options
context:
space:
mode:
authoreliel <eliel@f38db490-d61c-443f-a65b-d21fe96a405b>2009-05-18 15:19:27 +0000
committereliel <eliel@f38db490-d61c-443f-a65b-d21fe96a405b>2009-05-18 15:19:27 +0000
commit0fc9f71fa52aa5e49be469ce10de644a66aaa88a (patch)
tree74020c7d2364cc8c585fec96b4fe9e1b8907b3e9 /main/pbx.c
parentfa08821d0ab0f8293b3cb85ec38660b52e294eea (diff)
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: http://svn.digium.com/svn/asterisk/branches/1.6.0@195177 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main/pbx.c')
-rw-r--r--main/pbx.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/main/pbx.c b/main/pbx.c
index a76883306..5cfc90409 100644
--- a/main/pbx.c
+++ b/main/pbx.c
@@ -714,6 +714,9 @@ static struct pbx_builtin {
" Options:\n"
" m[(x)] - Provide music on hold to the caller while waiting for an extension.\n"
" Optionally, specify the class for music on hold within parenthesis.\n"
+ "Warning: Attempting to use this application from within a Macro will not work as\n"
+ "desired. The Read() application is recommended as an alternative to WaitExten when\n"
+ "used from a macro\n"
"See Also: Playback(application), Background(application).\n"
},
};