Christian Wengel
2005-Aug-15 05:17 UTC
[Asterisk-Users] 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]: loader.c:314 __load_resource: /usr/lib/asterisk/modules/chan_misdn.so: undefined symbol: ast_pickup_call Aug 15 14:13:29 WARNING[4929]: loader.c:488 load_modules: Loading module chan_misdn.so failed! I have no idea where to start solving this problem. Has anybody a hint for me? If you need more information, feel free to ask for it. Greets, Christian
Johann Steinwendtner
2005-Aug-15 21:53 UTC
[Asterisk-Users] asterisk + chan_mISDN = undefined symbol: ast_pickup_call
This error would occur if you compile chan_misdn against Asterisk stable and not specifying it in the makefile of chan_misdn. Check the makefile of chan_misdn. Hans Christian Wengel schrieb:> 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]: loader.c:314 > __load_resource: /usr/lib/asterisk/modules/chan_misdn.so: undefined > symbol: ast_pickup_call > Aug 15 14:13:29 WARNING[4929]: loader.c:488 load_modules: Loading > module chan_misdn.so failed! > > I have no idea where to start solving this problem. Has anybody a hint > for me? > If you need more information, feel free to ask for it. > > Greets, Christian > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > > >
Christian Wengel
2005-Aug-17 05:05 UTC
[Asterisk-Users] asterisk + chan_mISDN = undefined symbol: ast_pickup_call
Hi! Then I get compile-errors. Greets, Christian Johann Steinwendtner schrieb:> Christian Wengel schrieb: > >> Hi! >> >> I tried install-misdn.tgz from http://www.beronet.com/download/ , >> some minutes ago. Also I switched to an older kernel (2.6.8), but I >> get the same error. >> I think that I made the correct changes in the Makefiles, but I will >> attach them to this e-mail, maybe you see something wrong. >> > Is there a change when you uncomment this flag ? > >> # 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 > > > Best regards > > Hans > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >