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

[FEATURE] Automatic Missed Call Text Response #35

Open
danry25 opened this issue Feb 6, 2024 · 2 comments
Open

[FEATURE] Automatic Missed Call Text Response #35

danry25 opened this issue Feb 6, 2024 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@danry25
Copy link
Contributor

danry25 commented Feb 6, 2024

Our clients would like to configure an automatic text message that will be sent when a missed call occurs.

@danry25 danry25 self-assigned this Feb 6, 2024
@dunkeltron
Copy link
Contributor

create a table (webtexting_auto_responses)
domain_uuid, number_uuid (from v_destinations) template_uuid, template_name (needs to match a template from webtexting_templates.
php systemd timer that looks at cdrs (call detail records) for the missed call indicator in the cdr. From the CDR we pull the number of the caller and use that to build our auto-response message (using number, template)

@dunkeltron
Copy link
Contributor

this is blocked by the templates issue #36

@uncheckederror uncheckederror assigned dunkeltron and unassigned danry25 Sep 4, 2024
@uncheckederror uncheckederror changed the title Automatic Missed Call Text Response [FEATURE] Automatic Missed Call Text Response Sep 4, 2024
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

No branches or pull requests

3 participants