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:
Eliel C. Sardanons
2009-05-18 15:19:27 +00:00
parent 2baf6dd677
commit 8bba1f73ce
3 changed files with 15 additions and 3 deletions

View File

@@ -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"
},
};