AccelerateNetworks / fusionpbx-webtexting

GNU Affero General Public License v3.0
1 stars 1 forks source link

[FEATURE] Automatic Missed Call Text Response #35

Open danry25 opened 10 months ago

danry25 commented 10 months ago

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

dunkeltron commented 10 months ago

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 commented 3 months ago

this is blocked by the templates issue #36