-
Notifications
You must be signed in to change notification settings - Fork 0
Dev to Prod #7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Dev to Prod #7
Conversation
git-svn-id: svn://svn.eflo.net/agc_2-X/trunk@3941 3d104415-ff17-0410-8863-d5cf3c621b8a
git-svn-id: svn://svn.eflo.net/agc_2-X/trunk@3942 3d104415-ff17-0410-8863-d5cf3c621b8a
git-svn-id: svn://svn.eflo.net/agc_2-X/trunk@3943 3d104415-ff17-0410-8863-d5cf3c621b8a
git-svn-id: svn://svn.eflo.net/agc_2-X/trunk@3944 3d104415-ff17-0410-8863-d5cf3c621b8a
Small fix for Stereo Call Recordings Added code for Monitor Deprecation after Asterisk 20 git-svn-id: svn://svn.eflo.net/agc_2-X/trunk@3945 3d104415-ff17-0410-8863-d5cf3c621b8a
git-svn-id: svn://svn.eflo.net/agc_2-X/trunk@3946 3d104415-ff17-0410-8863-d5cf3c621b8a
…ed to HTML Rare bug fix for Stereo Recordings Changed install.pl to use Asterisk 18.X as default git-svn-id: svn://svn.eflo.net/agc_2-X/trunk@3947 3d104415-ff17-0410-8863-d5cf3c621b8a
git-svn-id: svn://svn.eflo.net/agc_2-X/trunk@3948 3d104415-ff17-0410-8863-d5cf3c621b8a
…n multi-server clusters git-svn-id: svn://svn.eflo.net/agc_2-X/trunk@3949 3d104415-ff17-0410-8863-d5cf3c621b8a
Added --vicidial-dial-log-only flag to log archive script git-svn-id: svn://svn.eflo.net/agc_2-X/trunk@3950 3d104415-ff17-0410-8863-d5cf3c621b8a
Upstream nightly
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This pull request adds stereo recording capabilities and DTMF detection/muting features to the VICIdial call center system. The changes include new system settings, campaign and in-group configuration options, and support for "Talk Seconds URLs" that trigger based on call duration.
Key Changes
- Added stereo recording functionality with configurable agent control and parallel recording options
- Implemented DTMF detection and muting capabilities for call recordings
- Added "Talk Seconds URLs" feature for time-based URL triggering during calls
- Enhanced recording log display to show stereo, DTMF detection, and muting indicators
- Added database crashed tables monitoring and display functionality
- Extended non-agent API to include additional agent waiting data
Reviewed Changes
Copilot reviewed 24 out of 51 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| non_agent_api.php | Extended API data response to include total agents waiting count |
| help_documentation.txt | Added documentation for stereo recording, DTMF muting, Talk Seconds URLs, and other new features |
| admin_url_multi.php | Added support for "talk" URL type and improved UI labels for different URL types |
| admin_modify_lead.php | Enhanced recording log display with stereo, DTMF detection, and muting indicators |
| admin_header.php | Added crashed database tables notification display |
| admin.php | Added stereo recording, DTMF detection/muting settings across campaigns, in-groups, and system settings |
| AST_timeonVDADall.php | Added inbound calls counting capability to realtime agent monitoring |
| vdc_LB_STstoprecording*.gif | Added new image assets for stereo recording button states |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
@MWG-Logan I've opened a new pull request, #9, to work on those changes. Once the pull request is ready, I'll request review from you. |
* Initial plan * Fix variable name typo: change $ingroupQ to $ingroupQS Co-authored-by: MWG-Logan <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: MWG-Logan <[email protected]>
No description provided.