This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
en:change_log:astercc-4.1_changelog [2025/09/19 03:03] menglj created |
en:change_log:astercc-4.1_changelog [2025/09/19 03:32] (current) menglj |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== 新功能 ====== | + | ====== New Features ====== |
| - | *支持Rocky Linux9.x版本 | + | *Support Rocky Linux 9.x. |
| - | *支持PHP7.4 | + | *Support PHP 7.4. |
| - | *redis支持密码连接 | + | *Support Redis connections with password authentication. |
| - | *增加redis schema cache | + | *Add Redis schema caching. |
| - | *暂停的坐席分机增加禁止呼出 | + | *Disable outbound calling for paused agent extensions. |
| - | *dnclist增加label字段,并显示在campaign页面选项中 | + | *Add a `label` field to the DNC (Do-Not-Call) list and display it in the Campaign page options. |
| - | *dnc list修改date格式及列表显示 | + | *Change the date format and list display for the DNC list. |
| - | *坐席收到坐席组reload通知,页面增加自动重载倒计时(倒计时时长在事件中传入); | + | *When an agent receives an agent-group reload notification, the agent page now shows an automatic reload countdown (the countdown duration is provided in the event). |
| - | *坐席组自动结束话后参数修改后,触发queue配置文件重载。 | + | *Modifying an agent group's auto-hangup parameters now triggers a reload of the queue configuration file. |
| - | *登录密码错误一定次数后,将禁止登录 | + | *Login will be blocked after a certain number of incorrect password attempts. |
| - | *呼出汇总增加坐席组及外呼任务筛选功能 | + | *Add filters for agent groups and outbound tasks in the outbound summary. |
| - | *announcement,voicemails更换html5播放器 | + | *Switch to an HTML5-based player for announcements and voicemails. |
| - | *支持单独存储双声道wav | + | *Support separate storage of two-channel (stereo) WAV files (store channels separately). |
| - | *非admin用户也可以导入群发 | + | *Allow non-admin users to import bulk (mass) campaigns/lists. |
| - | *增加组轮询 | + | *Add group polling (round-robin) routing option. |
| - | *IVR呼叫外线时增加提示语音 | + | *Play a voice prompt when the IVR dials an external line. |
| - | *导入支持xlsx文件 | + | *Import now supports `.xlsx` files. |
| + | ====== Bug Fixes ====== | ||
| - | + | *When deleting entries from the outbound blacklist, deletion now uses the entry ID to fix the issue where hidden numbers couldn't be removed. | |
| - | ====== bug修复 ====== | + | *Fix an AGI bug where DNC list matching was incorrectly case-insensitive. |
| - | + | *Fix out-of-memory issues caused by excessively large blacklist data. | |
| - | + | *Recording export: optimize packaging to avoid MySQL connection failures when packaging/exporting very large numbers of files. | |
| - | *禁拨黑名单删除时改用ID以解决隐藏号码无法删除问题 | + | *Fix SQL query conditions for `campaign_dncs` in AGI. |
| - | *agi修复dnclist不区分大小写的bug | + | *Fix SQL conditions used when AGI looks up inbound accounts. |
| - | *解决黑名单因账号数据过多时引起的内存溢出问题 | + | *Fix call drops when transferring outbound agents to IVR. |
| - | *录音导出:当文件过多导致打包时间过长,mysql无法连接更新数据状态的问题优化. | + | *Fix failure to create the `bind_phone` table caused by an overly long `tablename` field. |
| - | *修正campaign_dncs在agi中的sql查询条件 | + | *Fix issue where transferred calls could not be hung up. |
| - | *修正agi呼入查account的sql条件 | + | *Resolve permission issues for users in sub-CDR team management. |
| - | *解决呼出坐席转IVR断线问题 | + | *Make statistics tolerant when `pause_reason` is empty (handle empty `pause_reason` gracefully). |
| - | *解决tablename字段长度过长,导致bind_phone表创建失败 | + | *Improve knowledge base attachment display. |
| - | *修复转接通话无法挂断问题 | + | *Fix issue where outbound transfers did not enter the scoring/quality-evaluation workflow. |
| - | *解决子cdr团队管理用户权限问题 | + | *Pre-dial polling now calls an API to validate/check target numbers. |
| - | *pause_reason为空时,统计数据容错 | + | *Fix authorization failures caused by insufficient disk space. |
| - | *知识库附件显示效果改进 | + | *Fix display of customer names on inbound customer-service calls. |
| - | *解决呼出转接不进评分流程的问题 | + | *Add a quality-check scope parameter and fix recording playback issues. |
| - | *预拨号轮询,调用接口检查目标号码 | + | *Fix an issue that prevented non-administrators from editing work hours. |
| - | *修复磁盘空间不足引起的授权失败问题 | + | *Fix an issue in newer Nginx HTTP Push where multiple events were missing trailing `\r\n`. |
| - | *修复呼入客服客户名称显示问题 | + | *Fix incorrect status values when adding trunk/group relay rules. |
| - | *增加质检范围参数并解决录音播放问题 | + | |
| - | *修复非管理员不能编辑工作时间的问题 | + | |
| - | *解决高版本nginx httppush多条事件没有\r\n的问题 | + | |
| - | *修复添加中继组规则时,状态值不正确的问题 | + | |