Displaying 1 result from an estimated 1 matches for "mp4save".
Did you mean:
mp4_save
2007 Mar 21
0
install and setup app_mp4 application
...4.o
$(CC) $(SOLINK) -o $@ ${CYGSOLINK} $<
${CYGSOLIB} -lmp4 -lmp4v2
ifeq (SunOS,$(shell uname))
app_chanspy.so: app_chanspy.o
$(CC) $(SOLINK) -o $@ $< -lrt
endif
[...]
i get following error.
Mar 21 19:08:22 WARNING[26686]: pbx.c:1720
pbx_extension_helper: No application 'mp4save' for
extension...
it seems that after the recompilation of asterisk no
app_mp4.o/app_mp4.so is created in ../asterisk/apps/.
asterisk# ls apps/app_mp*
apps/app_mp3.c apps/app_mp3.o apps/app_mp3.so
apps/app_mp4.c
has anyone an idea...
thx in advabce...
______________________________...