[Asterisk-Users] Echo Canceller question- is there a viable solution?

Andrew Kohlsmith akohlsmith-asterisk at benshaw.com
Sun Oct 30 14:16:29 MST 2005


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.



More information about the asterisk-users mailing list