I have some problems in installation of the app_mixer, my Asterisk version is 1.4.18, following the step on http://sip.fontventa.com/content/view/36/68/ , and I copied the app_mixer.c to the /usr/src/asterisk-1.4.18/apps/ and insert at the end of Makefile in the same directory the:
app_mixer.so : app_mixer.o
$(CC) $(SOLINK) -o $
${CYGSOLINK} $< ${CYGSOLIB} –lmcuclient
But when do make fail with:
Makefile:50: *** missing separator. Stop.
Makefile:50: *** missing separator. Stop.
menuselect/menuselect --check-deps menuselect.makeopts
Generating embedded module rules ...
Makefile:50: *** missing separator. Stop.
Makefile:50: *** missing separator. Stop.
Makefile:50: *** missing separator. Stop.
So go back to the Makefile and in the line 50 is:
$(CC) $(SOLINK) -o $
${CYGSOLINK} $< ${CYGSOLIB} –lmcuclient
Please help me.