voip ip和voipaccount合并数据库修改sql,新增页面增加协议提示
This commit is contained in:
5
src/main/resources/sql/20180928/update_voip.sql
Normal file
5
src/main/resources/sql/20180928/update_voip.sql
Normal file
@@ -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
|
||||
@@ -146,6 +146,7 @@
|
||||
<h3 class="page-title">
|
||||
<spring:message code="av_voip_control"></spring:message>
|
||||
</h3>
|
||||
<span style="color: red;font-size: 14px;letter-spacing: 0px;"> <spring:message code="protocol_note"></spring:message></span>
|
||||
<div class="row">
|
||||
<div class="col-md-12">
|
||||
<div class="portlet box blue">
|
||||
|
||||
Reference in New Issue
Block a user