[asterisk-bugs] [Asterisk 0012682]: [patch] chan_h323 doesn't compile with pwlib 1.12.0

noreply at bugs.digium.com noreply at bugs.digium.com
Mon May 19 10:16:11 CDT 2008


A NOTE has been added to this issue. 
====================================================================== 
http://bugs.digium.com/view.php?id=12682 
====================================================================== 
Reported By:                bamby
Assigned To:                
====================================================================== 
Project:                    Asterisk
Issue ID:                   12682
Category:                   Channels/chan_h323
Reproducibility:            always
Severity:                   major
Priority:                   normal
Status:                     new
Asterisk Version:           SVN 
SVN Branch (only for SVN checkouts, not tarball releases):  trunk 
SVN Revision (number only!):  
Disclaimer on File?:        N/A 
Request Review:              
====================================================================== 
Date Submitted:             05-19-2008 05:55 CDT
Last Modified:              05-19-2008 10:16 CDT
====================================================================== 
Summary:                    [patch] chan_h323 doesn't compile with pwlib 1.12.0
Description: 
The pwlib library prior 1.12.0 had a bug so that it didn't close
timerChangePipe thus causing file descriptor leak. The chan_h323 module has
a workaround for this bug - it closes the pipe itself.
In the pwlib 1.12.0 this bug has been fixed and PProcess no more contains
the timerChangePipe member field. This causes compile error when chan_h323
is built against the fresh pwlib. I've developed a small fix so the
workaround is compiled conditionally depending on pwlib version.
====================================================================== 

---------------------------------------------------------------------- 
 svnbot - 05-19-08 10:16  
---------------------------------------------------------------------- 
Repository: asterisk
Revision: 117081

U   branches/1.4/channels/h323/ast_h323.cxx

------------------------------------------------------------------------
r117081 | file | 2008-05-19 10:16:09 -0500 (Mon, 19 May 2008) | 6 lines

Make chan_h323 work with pwlib 1.12.0
(closes issue http://bugs.digium.com/view.php?id=12682)
Reported by: bamby
Patches:
      pwlib_nopipe.diff uploaded by bamby (license 430)

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

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

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
05-19-08 10:16  svnbot         Note Added: 0087007                          
======================================================================




More information about the asterisk-bugs mailing list