Extra Remark for OSLEC Echo Canceller:
#chan_dahdi.conf- echocancel=yes ;echocancel=yes for the 128 taps 16ms version, echocancel=256 for 256 taps or 32ms
- echocancelwhenbridged=no
- faxdetect=incoming
- #echotraining=800 ;echotraining must be disable for oslec to work
- rxgain=1.5
- txgain=1.5
複製代碼 #OSLEC in /etc/dahdi/system.conf- fxsks=1
- echocanceller=oslec,1
- fxsks=2
- echocanceller=oslec,2
複製代碼- amportal stop
- /etc/init.d/dahdi restart
- /etc/init.d/oslec start
- chkconfig oslec on
- amportal start
複製代碼 |