move to info. (OPENZAP-85)

git-svn-id: http://svn.openzap.org/svn/openzap/trunk@777 a93c3328-9c30-0410-af19-c9cd2b2d52af
This commit is contained in:
Brian West 2009-07-20 14:27:59 +00:00
parent ce9aa8bec3
commit c165b8d1ea
1 changed files with 1 additions and 1 deletions

View File

@ -2383,7 +2383,7 @@ SWITCH_STANDARD_APP(disable_ec_function)
tech_pvt = switch_core_session_get_private(session);
zap_channel_command(tech_pvt->zchan, ZAP_COMMAND_DISABLE_ECHOCANCEL, &x);
zap_channel_command(tech_pvt->zchan, ZAP_COMMAND_DISABLE_ECHOTRAIN, &x);
zap_log(ZAP_LOG_ERROR, "Echo Canceller Disabled\n");
zap_log(ZAP_LOG_INFO, "Echo Canceller Disabled\n");
}