projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f908dd9
)
Print openh323 log to the Asterisk console.
author
Mark Michelson
<mmichelson@digium.com>
Mon, 24 May 2010 22:05:15 +0000
(22:05 +0000)
committer
Mark Michelson
<mmichelson@digium.com>
Mon, 24 May 2010 22:05:15 +0000
(22:05 +0000)
(closes issue #17109)
Reported by: under
Patches:
logstream.diff uploaded by under (license 914)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@265451
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
channels/h323/ast_h323.cxx
patch
|
blob
|
history
diff --git
a/channels/h323/ast_h323.cxx
b/channels/h323/ast_h323.cxx
index
e98592d
..
c068389
100644
(file)
--- a/
channels/h323/ast_h323.cxx
+++ b/
channels/h323/ast_h323.cxx
@@
-2257,6
+2257,7
@@
void h323_end_point_create(void)
{
channelsOpen = 0;
logstream = new PAsteriskLog();
+ PTrace::SetStream(logstream);
endPoint = new MyH323EndPoint();
}
@@
-2672,6
+2673,7
@@
void h323_end_process(void)
close(_timerChangePipe[1]);
#endif
if (logstream) {
+ PTrace::SetStream(NULL);
delete logstream;
logstream = NULL;
}