- added verbose output when echo-cancel status is not changed

This commit is contained in:
MelwareDE 2006-05-21 13:13:16 +00:00
parent f1318438d3
commit c3cc336d96
1 changed files with 2 additions and 0 deletions

View File

@ -574,6 +574,8 @@ static void capi_echo_canceller(struct ast_channel *c, int function)
if (((function == EC_FUNCTION_ENABLE) && (i->isdnstate & CAPI_ISDN_STATE_EC)) ||
((function != EC_FUNCTION_ENABLE) && (!(i->isdnstate & CAPI_ISDN_STATE_EC)))) {
cc_verbose(3, 1, VERBOSE_PREFIX_4 "%s: echo canceller (PLCI=%#x, function=%d) unchanged\n",
i->name, i->PLCI, function);
/* nothing to do */
return;
}