Skip to content
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

Enable Voice Mail for screened and permitted callers #62

Closed
2 of 3 tasks
emxsys opened this issue Aug 13, 2020 · 0 comments · Fixed by #76
Closed
2 of 3 tasks

Enable Voice Mail for screened and permitted callers #62

emxsys opened this issue Aug 13, 2020 · 0 comments · Fixed by #76
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@emxsys
Copy link
Owner

emxsys commented Aug 13, 2020

Add voice messaging capabilities and options for all callers:

  • Add options to enable voice mail for permitted and screen callers
  • Configure answer after n number of rings
  • Add button(s) to reset the "unplayed" status of a voice message

FYI: In North America, the standard ring cadence is "2-4", or two seconds of ringing followed by four seconds of silence (33% Duty Cycle). This information could be used to implement a time-based wait system before pickup. E.g., to wait for for n rings would be time.sleep( n * 6)

Examples:

  • 'Screened' calls could be intercepted with the general greeting and then sent to voice mail
  • 'Permitted' calls could ring n times, allowing you to answer, before being sent to voice mail
@emxsys emxsys added the enhancement New feature or request label Aug 13, 2020
@emxsys emxsys added this to the Release 0.4 milestone Aug 13, 2020
@emxsys emxsys self-assigned this Aug 13, 2020
@emxsys emxsys modified the milestones: Release 0.4, Release 0.5 Aug 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant