命中RTP监测策略,总控不发日志,交由业务层处理
This commit is contained in:
@@ -1225,6 +1225,10 @@ static unsigned char master_deal_scan_result(const struct streaminfo *a_stream,
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case TSG_ACTION_MONITOR:
|
case TSG_ACTION_MONITOR:
|
||||||
|
if(context->proto==PROTO_RTP)
|
||||||
|
{
|
||||||
|
break;
|
||||||
|
}
|
||||||
copy_monitor_result(a_stream, context, result, hit_num, a_stream->threadnum);
|
copy_monitor_result(a_stream, context, result, hit_num, a_stream->threadnum);
|
||||||
break;
|
break;
|
||||||
case TSG_ACTION_BYPASS:
|
case TSG_ACTION_BYPASS:
|
||||||
|
|||||||
Reference in New Issue
Block a user