Merged revisions 313517 via svnmerge from
authorRichard Mudgett <rmudgett@digium.com>
Wed, 13 Apr 2011 15:23:23 +0000 (15:23 +0000)
committerRichard Mudgett <rmudgett@digium.com>
Wed, 13 Apr 2011 15:23:23 +0000 (15:23 +0000)
commit11852af23a3583bee6de39d87da15d8d6a1b9530
tree308ab3d97ca3f6d77e0f2188c5e592665f8faac0
parente29ac9951c4edcae9364961425e5a74e58cbbd64
Merged revisions 313517 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.8

........
  r313517 | rmudgett | 2011-04-12 17:35:53 -0500 (Tue, 12 Apr 2011) | 12 lines

  Bring the dumpchan application inline with "core show channel".

  * Added fields that are in "core show channel" to dumpchan output.

  * Fixed reuse of formatbuf before the previous string stored there was
  used by snprintf.  All output strings now have their own buffer.

  * Adjusted the buffer sizes to not be so abusive of the stack now that
  there are more buffers.

  Change requested by oej.
........

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@313527 65c4cc65-6c06-0410-ace0-fbb531ad65f3
apps/app_dumpchan.c