On Sunday 30 October 2005 16:08, Eric Bishop wrote: > I am running CVS HEAD. How can I tell which software echo canceller I am > using?
Look at zaptel/zconfig.h and see what is uncommented. e.g. /* * Pick your echo canceller: MARK2, MARK3, STEVE, or STEVE2 :) * */ /* #define ECHO_CAN_STEVE */ /* #define ECHO_CAN_STEVE2 */ /* #define ECHO_CAN_MARK */ /* #define ECHO_CAN_MARK2 */ /* #define ECHO_CAN_MARK3 */ #define ECHO_CAN_KB1 I am using the KB1 echo canceller. -A. _______________________________________________ --Bandwidth and Colocation sponsored by Easynews.com -- Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
