thanks a million
i was going to test this again but comes with a error
root@bigboss:/usr/src/mod_bcg729# make
if [ ! -d bcg729 ]; then
git clone GitHub - BelledonneCommunications/bcg729: Linphone.org mirror for bcg729 (git://git.linphone.org/bcg729.git);
fi
pushd bcg729; git fetch; git checkout 1.1.1; popd;
/usr/src/mod_bcg729/bcg729 /usr/src/mod_bcg729
HEAD is now at faaa895 Release 1.1.1 Fix compatibility with old versions of gcc and clang
/usr/src/mod_bcg729
cd bcg729 && cmake . -DENABLE_SHARED=NO -DENABLE_STATIC=YES -DCMAKE_POSITION_INDEPENDENT_CODE=YES && make && cd β¦
β Package file name is bcg729-1.1.1
β Configuring done
β Generating done
β Build files have been written to: /usr/src/mod_bcg729/bcg729
make[1]: Entering directory β/usr/src/mod_bcg729/bcg729β
make[2]: Entering directory β/usr/src/mod_bcg729/bcg729β
make[3]: Entering directory β/usr/src/mod_bcg729/bcg729β
make[3]: Leaving directory β/usr/src/mod_bcg729/bcg729β
[100%] Built target bcg729-static
make[2]: Leaving directory β/usr/src/mod_bcg729/bcg729β
make[1]: Leaving directory β/usr/src/mod_bcg729/bcg729β
cc -fPIC -O3 -fomit-frame-pointer -fno-exceptions -Wall -std=c99 -pedantic -I/usr/include -Ibcg729/include -I/usr/share/freeswitch/include/ -c mod_bcg729.c
mod_bcg729.c:30:10: fatal error: switch.h: No such file or directory
30 | #include βswitch.hβ
| ^~~~~~~~~~
compilation terminated.
make: *** [Makefile:21: mod_bcg729.o] Error 1
root@bigboss:/usr/src/mod_bcg729# ls
LICENSE Makefile README.md bcg729 debian mod_bcg729.c
root@bigboss:/usr/src/mod_bcg729# nano Makefile
root@bigboss:/usr/src/mod_bcg729#
any idea what can be the issue?
thanks