mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 16:15:04 +00:00
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");
|
||||
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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user