Displaying 1 result from an estimated 1 matches for "misdnuserlib".
2005 Mar 08
0
problem in compiling chan_mISDN
.../src/asterisk
#
# The following line tells the makefile where to put in the configfile
# of this module
#
AST_CONFIG_DIR=/etc/asterisk/
#
# The Includes are Set appropriatly
#
ASTERISKINC=$(ASTERISKSRC)/include
#
# mISDNuser PATHS
#
MISDNUSER=/usr/src/mISDNuser
MISDNUSERINC=$(MISDNUSER)/include
MISDNUSERLIB=$(MISDNUSER)/lib
#
# mISDNuser Version
#
# If you dont use the Jolly mISDNuser version above 2.7 then comment this
#
#CFLAGS+=-DMISDNUSER_JOLLY
#
# ASTERISK Version
# If you are using a asterisk version above from stable (v1-0)
# then comment the following line out (good luck)
#
#CFLAGS+=-DASTER...