1
0
mirror of https://github.com/signalwire/freeswitch.git synced 2025-04-18 01:28:42 +00:00

removing extra audit rsp api

This commit is contained in:
kapil 2012-07-01 12:36:28 +05:30
parent c6b5bc2bda
commit 9beec66fcd

@ -447,7 +447,6 @@ void handle_mgco_cmd_ind(Pst *pst, SuId suId, MgMgcoCommand* cmd)
{
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Received Audit-Value Method \n");
handle_mg_audit_cmd(suId, cmd);
mg_send_audit_rsp(suId,cmd);
break;
}
break;