diff --git a/src/main/resources/sql/20180928/update_voip.sql b/src/main/resources/sql/20180928/update_voip.sql new file mode 100644 index 000000000..9b8726f81 --- /dev/null +++ b/src/main/resources/sql/20180928/update_voip.sql @@ -0,0 +1,5 @@ + #voip ip跟voip account 合二为一 +update sys_menu set href = "/ntc/av/voipList" where id = 831; +update function_service_dict set service_name='av_voip_monit' where dict_id=17 +update function_service_dict set service_name='av_voip_reject' where dict_id=16 +update function_region_dict set config_region_value='MM_SUBSCRIBE_ID',function_id=24,config_region_code=2 where dict_id=208 diff --git a/src/main/webapp/WEB-INF/views/cfg/av/voip/voipForm.jsp b/src/main/webapp/WEB-INF/views/cfg/av/voip/voipForm.jsp index f0e433c1f..dc5cff0d9 100644 --- a/src/main/webapp/WEB-INF/views/cfg/av/voip/voipForm.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/av/voip/voipForm.jsp @@ -146,6 +146,7 @@