[Home]

Summary:ASTERISK-15886: [patch] [regression] openh323 log is not printed on asterisk console
Reporter:under (under)Labels:
Date Opened:2010-03-29 08:14:14Date Closed:2010-05-24 17:20:02
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Channels/chan_h323
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) logstream.diff
Description:openh323 log is not printed on asterisk console as it used to be in 1.4
Comments:By: under (under) 2010-03-29 08:16:36

log is printed only to /var/log/asterisk/messages

By: under (under) 2010-04-02 02:53:04

sorry, prev. note is wrong.
log is printed only on stdout.
/var/log/asterisk/messages and asterisk CLI are empty.

By: Digium Subversion (svnbot) 2010-05-24 17:05:15

Repository: asterisk
Revision: 265451

U   trunk/channels/h323/ast_h323.cxx

------------------------------------------------------------------------
r265451 | mmichelson | 2010-05-24 17:05:14 -0500 (Mon, 24 May 2010) | 8 lines

Print openh323 log to the Asterisk console.

(closes issue ASTERISK-15886)
Reported by: under
Patches:
     logstream.diff uploaded by under (license 914)


------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=265451

By: Digium Subversion (svnbot) 2010-05-24 17:07:11

Repository: asterisk
Revision: 265452

_U  branches/1.6.2/
U   branches/1.6.2/channels/h323/ast_h323.cxx

------------------------------------------------------------------------
r265452 | mmichelson | 2010-05-24 17:07:11 -0500 (Mon, 24 May 2010) | 14 lines

Merged revisions 265451 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk

........
 r265451 | mmichelson | 2010-05-24 17:05:15 -0500 (Mon, 24 May 2010) | 8 lines
 
 Print openh323 log to the Asterisk console.
 
 (closes issue ASTERISK-15886)
 Reported by: under
 Patches:
       logstream.diff uploaded by under (license 914)
........

------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=265452

By: Digium Subversion (svnbot) 2010-05-24 17:16:29

Repository: asterisk
Revision: 265453

U   trunk/apps/app_senddtmf.c

------------------------------------------------------------------------
r265453 | mmichelson | 2010-05-24 17:16:28 -0500 (Mon, 24 May 2010) | 12 lines

Allow SendDTMF to play digits to a specified channel.

Patch supplied by reporter was modified to use autoservice and
prevent a potential channel ref leak but is otherwise as the
reporter uploaded it.

(closes issue ASTERISK-15886)
Reported by: under
Patches:
     logstream.diff uploaded by under (license 914)


------------------------------------------------------------------------

http://svn.digium.com/view/asterisk?view=rev&revision=265453

By: Mark Michelson (mmichelson) 2010-05-24 17:20:02

You can safely ignore that last note from svnbot. I accidentally pasted incorrect patch information when closing another issue.