Files
asterisk/main
Richard Mudgett 5ff41e6582 Make CLI "core show channel" not hold the channel lock during console output.
Holding the channel lock while the CLI "core show channel" command is
executing can slow down the system.  It could block the system if the
console output is halted or paused.

* Made capture the CLI "core show channel" output into a buffer to be
output after the channel is unlocked.

* Removed use of C++ keyword as a variable name.  out renamed to obuf.

* Checked allocation of obuf for failure so will not crash.

(closes issue ASTERISK-18571)
Reported by: Pavel Troller
Tested by: rmudgett


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.8@344661 65c4cc65-6c06-0410-ace0-fbb531ad65f3
2011-11-11 17:56:51 +00:00
..
2010-12-20 09:14:29 +00:00
2011-06-01 23:11:55 +00:00
2011-09-26 19:30:39 +00:00
2011-10-14 16:33:28 +00:00
2011-06-10 15:29:00 +00:00
2011-09-13 07:11:36 +00:00
2010-06-17 17:23:43 +00:00
2011-04-20 05:25:15 +00:00
2011-10-11 00:43:14 +00:00
2010-05-18 22:48:51 +00:00
2010-04-22 18:07:02 +00:00