adding dummy audit rsp api
This commit is contained in:
parent
9beec66fcd
commit
7eb163e74e
|
@ -447,6 +447,9 @@ 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");
|
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_ERROR, "Received Audit-Value Method \n");
|
||||||
handle_mg_audit_cmd(suId, cmd);
|
handle_mg_audit_cmd(suId, cmd);
|
||||||
|
/*need to call this for other types of audit..
|
||||||
|
* ideally from the request apis we should send response..keeping now here just to send dummy responses*/
|
||||||
|
mg_send_audit_rsp(suId, cmd);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in New Issue