search for: dasterisk_stable

Displaying 2 results from an estimated 2 matches for "dasterisk_stable".

2005 Aug 15
2
asterisk + chan_mISDN = undefined symbol: ast_pickup_call
Hi all! I'm getting an error when I try to start asterisk with chan_misdn. I patched my kernel (2.6.12.4), and compiled the whole stuff (kernel, mISDNuser, asterisk, chan_misdn). I got mISDN from http://isdn.jolly.de/download/v3.0/ I'm using a CVS Snapshot of asterisk, which was checked out about 5 hours ago. This is the error: [chan_misdn.so]Aug 15 14:13:29 WARNING[4929]:
2005 Mar 08
0
problem in compiling chan_mISDN
...SERLIB=$(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+=-DASTERISK_STABLE LINUXROOT=/usr/src/linux-2.6 # # Linux Includes (must be patched with mISDN!) # LINUXINC=$(LINUXROOT)/include CFLAGS+=-ggdb -Wall -D_GNU_SOURCE CFLAGS+=-Wno-missing-prototypes -Wno-missing-declarations all: chan_misdn.so CFLAGS+=-fPIC -I$(ASTERISKINC) -DAST_CONFIG_DIR=\"$(AST_CONFIG_DIR...