voip日志接口修改为ntcVoipLogs

音视频外部程序目录固定
bgp日志缺少scene file属性更改
This commit is contained in:
duandongmei
2018-10-16 11:04:21 +08:00
parent 35e0446279
commit bc0b5cf850
5 changed files with 13 additions and 11 deletions

View File

@@ -251,12 +251,12 @@ ntcFtpLog=ntcFtpLogs
ntcAppLog=ntcAppLogs
ntcDdosLog=ntcDdosLogs
dkBehaviorLog=ntcAppLogs
mmVoipLog=mmVoipLogs
mmVoipLog=ntcVoipLogs
mmAvIpLog=mmAvIpLogs
mmAvUrlLog=mmAvUrlLogs
mmPicIpLog=mmPicIpLogs
mmPicUrlLog=mmPicUrlLogs
mmVoipIpLog=mmVoipIpLogs
mmVoipIpLog=ntcVoipLogs
mmVoipAccountLog=mmVoipAccountLogs
mmSampleAudioLog=mmSampleAudioLogs
mmSampleVideoLog=mmSampleVideoLogs
@@ -445,9 +445,9 @@ mm_logo_detection_region=MM_LOGO_DETECTION
mm_face_recognization_region=MM_FACE_RECOGNIZATION
#\u6837\u4f8b\u6587\u4ef6\u751f\u6210\u7a0b\u5e8f
audio_sample_create_proc=java -jar /home/sampleTest.jar
video_sample_create_proc=java -jar /home/sampleTest.jar
picture_sample_create_proc=java -jar /home/sampleTest.jar
audio_sample_create_proc=/home/ceiec/av_feature_gen/audio_convert_proc
video_sample_create_proc=/home/ceiec/av_feature_gen/video_convert_proc
picture_sample_create_proc=/home/ceiec/av_feature_gen/picture_convert_proc
speaker_sample_create_proc=java -jar /home/sampleTest.jar
logo_sample_create_proc=java -jar /home/sampleTest.jar
face_sample_create_proc=java -jar /home/sampleTest.jar

View File

@@ -11,9 +11,9 @@ VALUES
INSERT INTO sys_data_dictionary_item
(`id`, `item_code`, `item_value`, `item_desc`, `item_sort`, `status`, `type`, `dictionary_id`)
VALUES
(2704, '2', 'stronger_strong_intensity', '<EFBFBD><EFBFBD>ǿ', 0, 1, 1, 116);
(2704, '2', 'strong_intensity', 'ǿ', 0, 1, 1, 116);
INSERT INTO sys_data_dictionary_item
(`id`, `item_code`, `item_value`, `item_desc`, `item_sort`, `status`, `type`, `dictionary_id`)
VALUES
(2705, '3', 'strong_intensity', 'ǿ', 0, 1, 1, 116);
(2705, '3', 'stronger_intensity', '<EFBFBD><EFBFBD>ǿ', 0, 1, 1, 116);

View File

@@ -1,2 +1,3 @@
update function_service_dict set is_valid=0 where dict_id=137 ;
update function_service_dict set function_id=5 where dict_id=108
update function_service_dict set function_id=5,region_code=4 where dict_id=108
update function_region_dict set function_id=5,config_region_value='PXY_INTERCEPT_IP' where dict_id=228