[Home]

Summary:ASTERISK-04917: When chan_iax2.c is compiled with NEWJB commented out, the module will fail to link.
Reporter:hwstar (hwstar)Labels:
Date Opened:2005-08-28 14:11:50Date Closed:2008-01-15 15:45:56.000-0600
Priority:MinorRegression?No
Status:Closed/CompleteComponents:Channels/chan_iax2
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) diff-chan_iax2
Description:When chan_iax2.c is compiled with NEWJB commented out, the module will fail to link and get an unresoved symbol message. The placement of jb_debug_output is not
inside of the #endif which turns off the new jitter buffer. The endif needs to be moved from line 4503 past the jb_debug_output function.

****** ADDITIONAL INFORMATION ******

There is a diff -Naur output attached.
Comments:By: Russell Bryant (russell) 2005-08-29 12:18:02

fixed in cvs head, thanks!

By: Digium Subversion (svnbot) 2008-01-15 15:45:56.000-0600

Repository: asterisk
Revision: 6434

U   trunk/channels/chan_iax2.c

------------------------------------------------------------------------
r6434 | russell | 2008-01-15 15:45:55 -0600 (Tue, 15 Jan 2008) | 2 lines

fix build when NEWJB is not defined (issue ASTERISK-4917)

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

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