Displaying 1 result from an estimated 1 matches for "asterisk_home_dir".
2003 Jun 03
2
Asterisk Works on Linux on Sparc
...running on this machine,
I had to do the following modification to build * on Sparc:
1. Modify Makefiles and replace all instances of "-march=*" with "-mv8"
2. Comment out lines containing "k6opt" from asterisk/codecs/gsm/Makefile.
3. Copy libgsm.a to /lib
4. ln -s $ASTERISK_HOME_DIR/include/asterisk /usr/include/asterisk
Not everything works on linux on Sparc ...
You will have to specify "noload codec_mp3_d.so" in modules.conf
chan_h323.so will not load too. It gives undefined symbol error. However chan_oh323.so will work fine.
Have not tested everything but basi...