[Home]

Summary:ASTERISK-01215: Voicetronix channel driver: chan_vpb.c failes to compile
Reporter:epreston2 (epreston2)Labels:
Date Opened:2004-03-15 15:13:46.000-0600Date Closed:2008-01-15 14:47:23.000-0600
Priority:TrivialRegression?No
Status:Closed/CompleteComponents:Core/General
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:
Asterisk fails to compile completely.

Problem: channels/chan_vpb.c fails to compile due to an /usr/include/vpbapi.h #ifdef exclusion.

trivial patch follows:

--- Makefile.orig       2004-03-15 14:53:35.000000000 -0500
+++ Makefile    2004-03-15 14:59:48.000000000 -0500
@@ -44,4 +44,5 @@
CFLAGS+=$(shell [ -f /usr/include/linux/zaptel.h ] && echo "-DIAX_TRUNKING")
CHANNEL_LIBS+=$(shell [ -f /usr/include/vpbapi.h ] && echo "chan_vpb.so" )
+CFLAGS+=$(shell [ -f /usr/include/vpbapi.h ] && echo " -DLINUX")
                                                                               
ALSA_SRC=chan_alsa.c



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

asterisk-0.7.2
vpb-driver-2.2.35
openswitch6
openswitch12
voicetronix
Comments:By: Malcolm Davenport (mdavenport) 2004-03-15 18:40:15.000-0600

Fixed in CVS.  Thank you.

By: Digium Subversion (svnbot) 2008-01-15 14:47:22.000-0600

Repository: asterisk
Revision: 2444

U   trunk/channels/Makefile

------------------------------------------------------------------------
r2444 | malcolmd | 2008-01-15 14:47:22 -0600 (Tue, 15 Jan 2008) | 2 lines

Bug ASTERISK-1215: Fixed

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

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

By: Digium Subversion (svnbot) 2008-01-15 14:47:23.000-0600

Repository: asterisk
Revision: 2445

U   branches/v1-0_stable/channels/Makefile

------------------------------------------------------------------------
r2445 | malcolmd | 2008-01-15 14:47:23 -0600 (Tue, 15 Jan 2008) | 2 lines

Bug ASTERISK-1215: Fixed

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

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