- Edit channels/Makefile in the asterisk source distribution, and:
(1) add chan_bluetooth.so to the variable CHANNEL_LIBS, so you
have something like this:CHANNEL_LIBS=chan_bluetooth.so chan_modem.so chan_sip.so \
chan_modem_aopen.so \
chan_modem_bestdata.so chan_modem_i4l.so \
chan_agent.so chan_mgcp.so chan_iax2.so \
chan_local.so chan_skinny.so
but there is nothing about CHANNEL_LIBS in the file channels/Makefile so i can noyt add chan_bluetooth.so to a variable that does not exist.
Do you know what i can do ?
Thank you for your help and sorry my english is not good at all.
In Asterisk version 1.4 the Makefile is obviously different. In includes two other files - menuselect.makeopts and menuselect.makedeps.
So I think that you should take a look at them and I think that the first one is the one you are looking for. However I am not sure that this is going to work
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum