somleng / somleng-scfm

Open Source Contact Center Platform and Call Flow Manager for Somleng (or Twilio)
MIT License
27 stars 16 forks source link

Handle recordings #1463

Closed dwilkie closed 7 months ago

dwilkie commented 7 months ago

Todo

Data Migration

PhoneNumberConfiguration.where(voice_url: "https://scfm.somleng.org/api/remote_phone_call_events").update_all(voice_url: "https://scfm.somleng.org/twilio_webhooks/phone_call_events")
PhoneNumberConfiguration.where(status_callback_url: "https://scfm.somleng.org/api/remote_phone_call_events").update_all(status_callback_url: "https://scfm.somleng.org/twilio_webhooks/phone_call_events")