]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Merged revisions 195162 via svnmerge from
authorEliel C. Sardanons <eliels@gmail.com>
Mon, 18 May 2009 15:13:34 +0000 (15:13 +0000)
committerEliel C. Sardanons <eliels@gmail.com>
Mon, 18 May 2009 15:13:34 +0000 (15:13 +0000)
commit2f92da1e7e83f0fb9c33c2a8dc6e8b47b94745f4
tree091229edbb677e9db09a2692e2aa5c0d9ffcdb09
parent9ac77f49aa840884e80ceebff3f8291cadae4c2a
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.1@195167 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_dial.c
apps/app_macro.c
main/pbx.c