AccelerateNetworks / fusionpbx-webtexting

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

Automatic Missed Call Text Response #35

Open danry25 opened 5 months ago

danry25 commented 5 months ago

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

dunkeltron commented 5 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)