On-Demand Recording
Use feature codes to start/stop call recording during active calls. Useful for quality assurance, training, dispute resolution, and compliance.
Call Recording Feature Codes
Toggle Recording: *8 (starts if stopped, stops if started)
Start Recording: *1 (explicit start)
Stop Recording: *2 (explicit stop)
Legal Compliance
Recording laws vary by jurisdiction. Many require consent from all parties (two-party consent states) or at least one party (one-party consent). Always play recording warning announcement and obtain consent. Consult legal counsel.
How to Record Calls
Toggle Recording (*8):
During Active Call:
Start Recording:
- During active call, press
*8 - System plays beep tone (both parties hear)
- Optional announcement: "This call is being recorded"
- Recording starts immediately
- Indicator on phone display (if supported)
Stop Recording:
- Press
*8again during same call - System plays confirmation tone
- Recording stops
- Recording saved to system
Benefits:
- Single code for start and stop (easy to remember)
- Toggles state each time
- Immediate feedback via tone
- Works mid-call anytime
Use Cases:
- Capture important information during call
- Record customer complaints
- Document verbal agreements
- Quality assurance spot-checks
Explicit Start/Stop (*1 / *2):
Start Recording (*1):
- During call, press
*1 - Announcement plays: "Recording started"
- Both parties hear beep tone
- Recording begins
Stop Recording (*2):
- During call, press
*2 - Announcement plays: "Recording stopped"
- Confirmation tone
- Recording saved
Benefits:
- Clear intent (separate codes for start/stop)
- Less chance of accidental toggle
- Explicit confirmation announcements
- Better for policy compliance
Use Cases:
- Regulatory compliance (explicit consent)
- Training (start at specific points)
- Documentation (record key portions only)
- Dispute resolution (capture specific statements)
Automatic Call Recording:
Some users/extensions may be configured for automatic recording where all calls are recorded without pressing codes.
Automatic Recording Modes:
- Always On: All calls recorded automatically
- External Only: Only external calls recorded
- Inbound Only: Only incoming calls recorded
- Outbound Only: Only outgoing calls recorded
When Auto-Recording Enabled:
- Announcement plays at call start: "This call is being recorded"
- Both parties hear announcement
- Recording starts automatically
- No feature code needed
*8may still work to pause/resume
Configuration:
- Set in User Settings > Call Recording
- Administrator controls availability
- Compliance mode may prevent disabling
Use Cases:
- Call centers (all calls recorded)
- Regulated industries (finance, healthcare)
- Sales teams (all customer calls)
- Support lines (quality assurance)
Cannot Disable
If administrator enabled automatic recording with compliance mode, users cannot stop recording. Feature codes may be disabled for compliance.
Recording Announcements
Recording Beep Tone:
What It Is:
- Short beep sound played periodically
- Typically every 15-30 seconds
- Both parties hear beep
- Indicates recording in progress
Purpose:
- Legal compliance (many jurisdictions require audible indication)
- Reminds parties call is recorded
- Cannot be disabled (compliance requirement)
User Experience:
Call starts
↓
*8 pressed
↓
"Beep" (recording started)
↓
... 15 seconds ...
↓
"Beep" (reminder)
↓
... 15 seconds ...
↓
"Beep" (reminder)
↓
Call continues with periodic beepsCannot Mute
Recording beep cannot be muted or disabled. Required for legal compliance in most jurisdictions.
Voice Recording Announcement:
Default Announcement:
"This call is being recorded for quality assurance and training purposes."
When Played:
- At recording start (when
*8or*1pressed) - At call start (if automatic recording)
- Before customer answers (outbound calls)
- After customer picks up (inbound calls)
Who Hears It:
- Both parties (caller and called)
- Cannot be skipped
- Played in configured language
Variations:
- Short version: "This call is being recorded"
- Long version: Includes opt-out instructions
- Custom: Organization-specific message
Custom Recording Messages:
Common Customizations:
Financial Services:
"This call may be recorded or monitored for quality assurance, training, and regulatory compliance purposes."
Healthcare:
"This call is being recorded. Protected health information may be discussed. By continuing, you consent to recording."
Sales:
"This call is being recorded. Recordings may be used for training and to improve our service."
Support:
"Your call is being recorded for quality assurance. Press 1 if you do not consent to recording."
With Opt-Out:
"This call is being recorded. If you do not wish to be recorded, please press 1 now or ask to speak with a supervisor."
Configuration:
- Upload custom audio file (.wav format)
- Record via phone or web portal
- Professional recording recommended
- Include legal disclosures per counsel advice
Legal Review
Have legal counsel review all recording announcements to ensure compliance with applicable laws in your jurisdiction(s).
Compliance Requirements:
One-Party Consent States (US):
- Only one party needs to know about recording
- Agent can record without customer consent
- Announcement recommended but may not be legally required
- Still best practice to notify
Two-Party Consent States (US):
- All parties must consent to recording
- Announcement required
- Opt-out must be provided
- Consent documented
- States include: CA, FL, PA, IL, MT, WA, MD, MA, NH, OR, CT, NV
European Union (GDPR):
- Explicit consent required
- Purpose must be explained
- Data retention limits apply
- Right to access recordings
- Right to deletion (with exceptions)
Australia:
- Surveillance laws vary by state
- Notification generally required
- Business use has specific requirements
- Privacy Act applies
Canada:
- PIPEDA requires consent
- Provincial laws may be stricter
- Notification required
- Purpose must be explained
Best Practice:
- Always play announcement (regardless of jurisdiction)
- Provide opt-out option
- Document consent
- Follow strictest applicable law
- Consult local legal counsel
Serious Consequences
Recording without proper consent can result in criminal charges, civil lawsuits, regulatory fines, and termination. Always comply with applicable laws.
Accessing Recordings
Access via Web Portal:
Log Into Portal:
- Navigate to user portal URL
- Log in with credentials
- Go to Call History or Recordings
Find Recording:
- List shows all recordings
- Filter by date, caller, duration
- Search by phone number
- Sort by time
Play or Download:
- Play: Click play button for in-browser playback
- Download: Click download icon to save to computer
- Share: Copy link to share (if permissions allow)
- Delete: Remove recording (if allowed)
Recording Details:
- Date and time
- Duration
- Caller/called numbers
- Direction (inbound/outbound)
- User who recorded
- File size
- Format (usually .wav or .mp3)
Permissions
Users can typically access their own recordings. Supervisors may access team recordings. Check with administrator for your access level.
Email Recording Delivery:
Automatic Email:
- Recording sent to email after call ends
- Arrives within 1-5 minutes
- Email includes:
- Call details (date, time, parties)
- Recording as attachment or link
- Duration
- Notes/tags
Email Example:
Subject: Call Recording - 555-123-4567
Call recorded on 2025-01-15 at 2:30 PM
Duration: 5 minutes 23 seconds
With: 555-123-4567 (John Customer)
Direction: Inbound
Recording attached: recording_20250115_1430.mp3
Click here to play in browser: [Link]Configuration:
- Enable in User Settings > Call Recording
- Enter email address
- Choose format (attachment vs link)
- Set retention period
Benefits:
- Instant access after call
- Easy to forward to colleagues
- Archived in email for retrieval
- No need to log into portal
Email Security
Recorded calls may contain sensitive information. Use secure email and avoid forwarding to unauthorized recipients. Check data privacy policies.
API Access to Recordings:
For Developers/Integrations:
API Endpoints (typical):
GET /api/recordings
- List all recordings
GET /api/recordings/{id}
- Get specific recording details
GET /api/recordings/{id}/download
- Download recording file
DELETE /api/recordings/{id}
- Delete recordingIntegration Use Cases:
- CRM Integration: Attach recordings to customer records
- Ticketing Systems: Link recordings to support tickets
- Compliance Systems: Archive recordings in compliance vault
- Analytics: Analyze recordings for keywords, sentiment
- Training Platforms: Use recordings for agent training
Authentication:
- API key or OAuth token required
- Permissions control access
- Audit logs track API usage
Documentation: Contact administrator or see developer documentation for API details.
Recording Storage:
Storage Location:
- Cloud storage (most systems)
- On-premises storage (some systems)
- Encrypted at rest
- Redundant backups
Retention Periods:
- Default: 90 days typical
- Compliance: May be longer (1-7 years)
- Automatic Deletion: After retention period
- Extension: Request longer retention if needed
Storage Limits:
- User quota: 100-1000 recordings typical
- Total storage: Varies by plan
- Oldest deleted first when limit reached
- Critical recordings: Flag to prevent auto-deletion
File Formats:
- WAV: Uncompressed, high quality, large file
- MP3: Compressed, good quality, smaller file
- AAC: Modern compression, efficient
- Configurable in system settings
Download & Backup:
- Download important recordings locally
- Create backups before retention expiration
- Export entire archive if needed
- Cloud storage for long-term retention
Retention Compliance
Many industries have minimum retention requirements (e.g., finance: 7 years). Configure retention to meet regulatory requirements and don't auto-delete sooner.
Use Cases
Quality Assurance & Monitoring:
Process:
- Supervisor selects recordings to review
- Listens to customer interactions
- Scores agent performance
- Provides feedback
- Tracks improvement over time
What to Evaluate:
- Greeting and opening
- Active listening
- Problem-solving
- Product knowledge
- Professionalism
- Closing and follow-up
Benefits:
- Identify training needs
- Recognize top performers
- Standardize service quality
- Improve customer satisfaction
- Coaching opportunities
Best Practices:
- Review representative sample (not just complaints)
- Use consistent scoring rubric
- Provide timely feedback
- Celebrate wins, coach improvements
- Track trends over time
Agent Training & Development:
Training Uses:
New Hire Training:
- Listen to excellent examples
- Hear common customer scenarios
- Learn product explanations
- Understand objection handling
- Model professional tone
Ongoing Development:
- Self-review (agent listens to own calls)
- Peer review (team listens together)
- Coaching sessions (manager + agent)
- Best practice library (top recordings)
- Difficult scenarios (how to handle)
Training Library:
- Great Calls: Examples to emulate
- Tough Calls: Learning opportunities
- Common Scenarios: Frequent situations
- Product Training: Complex explanations
- Objection Handling: Effective responses
Self-Improvement:
- Agent records calls
- Listens later with fresh perspective
- Identifies strengths and weaknesses
- Practices improvements
- Records again to measure progress
Powerful Tool
Agents who regularly review their own recordings typically improve faster than those who don't. Self-awareness drives improvement.
Dispute Resolution:
Common Disputes:
- Customer claims agent made promise
- Agent says customer agreed to terms
- Billing disputes (who said what)
- Service level agreements
- Verbal contracts
How Recordings Help:
- Objective Record: Captures exact conversation
- Resolve Quickly: No "he said, she said"
- Protect Company: Prove agent followed policy
- Protect Customer: Prove agent error
- Fast Resolution: Listen to recording, determine facts
Process:
- Dispute raised
- Locate recording by date/time/number
- Review relevant portion
- Determine facts
- Resolve based on evidence
- Document outcome
Legal Protection:
- Evidence in lawsuits
- Proof of compliance
- Protection from false claims
- Documentation of consent
- Contract enforcement
Evidence
Recordings can be used as evidence in legal proceedings, arbitration, and internal investigations. Maintain integrity and chain of custody.
Regulatory Compliance:
Industries Requiring Recording:
Financial Services:
- SEC/FINRA requirements
- All customer communications
- 7-year retention
- Tamper-proof storage
- Audit access
Healthcare:
- HIPAA compliance
- Patient consent verification
- Verbal orders documentation
- Quality assurance
- Training
Legal:
- Client consultations
- Verbal agreements
- Case documentation
- Conflict checks
- Billing verification
Insurance:
- Claims calls
- Policy sales
- Coverage verification
- Claim adjustments
- Fraud prevention
Compliance Benefits:
- Prove adherence to regulations
- Pass audits successfully
- Demonstrate due diligence
- Protect against violations
- Training compliance
Audit Requirements
Regulators may request recordings during audits. Failure to produce required recordings can result in fines, sanctions, or license revocation.
Business Documentation:
What to Record:
- Verbal Agreements: Capture terms
- Order Details: Customer specifications
- Technical Support: Troubleshooting steps
- Important Instructions: Complex procedures
- Customer Requests: Special requirements
- Complaint Details: Issues reported
Documentation Process:
- Record call with important information
- Transcribe key points after call
- Attach recording to CRM/ticket
- Tag/categorize for easy retrieval
- Reference in follow-up communications
Benefits:
- Accurate records (no memory errors)
- Reference for follow-up
- Transfer knowledge to team
- Audit trail
- Customer history
Example Scenario:
Customer calls with complex technical issue
→ Agent records troubleshooting session
→ Issue not resolved on first call
→ Next agent listens to recording
→ Continues where last agent left off
→ Customer doesn't repeat information
→ Faster resolutionCustomer Experience
Recordings enable seamless hand-offs between agents. Customers don't have to repeat themselves when calling back about same issue.
Best Practices
- Always Announce: Play recording warning even if not legally required
- Explicit Consent: Get verbal consent on recording (e.g., "I consent to being recorded")
- Secure Storage: Protect recordings with encryption and access controls
- Retention Policy: Define and follow consistent retention schedule
- Access Control: Limit who can access recordings (supervisors, QA, not all agents)
- Regular Review: Don't record and never listen - use recordings actively
- Training: Train agents on when/how to record
- Documentation: Document recording policies in employee handbook
- Legal Compliance: Consult counsel and follow all applicable laws
- Customer Notification: Include recording notice in IVR, website, contracts
Troubleshooting
Recording Not Starting:
- Check user permissions (recording enabled?)
- Verify feature code correct (
*8) - Check storage quota (full?)
- Test with admin account
- Review system logs
No Recording Announcement:
- Check announcement configured
- Verify audio file uploaded
- Test playback separately
- Check volume settings
- Review dial plan routing
Cannot Access Recordings:
- Verify permissions (can you access?)
- Check web portal login
- Recordings may be delayed (wait 5 min)
- Storage limit reached (oldest deleted)
- Expired per retention policy
Recording Quality Poor:
- Check network quality (VoIP)
- Verify codec settings
- Test different phones/devices
- Review bandwidth availability
- Consider higher bitrate format