mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-07 02:18:15 +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.0@195177 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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"
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user