20251031-删除录音加接口
更新内容:
1、可以把没有在录音系统分机信息中的录音文件自动删除,以节省硬盘空间;
2、项目提供一个HTTP API接口,让客户在自己的OA系统中也可以添加或删除录音系统中的分机。
此版本下载链接:
SIPRecordingService20251031(删除录音加接口)
SIP录音API接口文档20251031
此版本对应数据库脚本:
delete from s_appconfig where itemKey='HttpListenerUrl';
insert into s_appconfig (itemKey,itemValue) values ('HttpListenerUrl','http://:8185/');