- fixed echo-cancel profile check, thanks to HPS for pointing out.

This commit is contained in:
MelwareDE 2006-05-19 09:51:45 +00:00
parent badd38d9a2
commit 254f20521e
1 changed files with 1 additions and 1 deletions

View File

@ -4933,7 +4933,7 @@ static int cc_init_capi(void)
#if (CAPI_OS_HINT == 1)
if (profile.dwGlobalOptions & CAPI_PROFILE_ECHO_CANCELLATION) {
#else
if (profile.globaloptions2 & 0x01) {
if (profile.globaloptions2 & 0x02) {
#endif
cc_verbose(3, 0, VERBOSE_PREFIX_3 "CAPI/contr%d supports echo cancellation\n",
controller);