iachat/app/javascript/dashboard
Sojan Jose b7f2c151bf
feat: Voice channel creation Flow (#11775)
This PR introduces a new channel type for voice conversations.

ref: #11481 

## Changes

- Add database migration for channel_voice table with phone_number and
provider_config
- Create Channel::Voice model with E.164 phone number validation and
Twilio config validation
- Add voice channel association to Account model
- Extend inbox helpers and types to support voice channels
- Add voice channel setup UI with Twilio configuration form
- Include voice channel in channel factory and list components
- Add API routes and store actions for voice channel creation
- Add comprehensive translations for voice channel management

---------

Co-authored-by: Sivin Varghese <64252451+iamsivin@users.noreply.github.com>
Co-authored-by: Muhsin Keloth <muhsinkeramam@gmail.com>
Co-authored-by: iamsivin <iamsivin@gmail.com>
2025-06-25 14:21:03 -07:00
..
api feat: Add activity messages for linear actions (#11654) 2025-06-13 11:57:11 +05:30
assets fix: Resolve styling issues in multiselect (#11728) 2025-06-19 21:28:12 +05:30
components feat: Voice channel creation Flow (#11775) 2025-06-25 14:21:03 -07:00
components-next feat: Voice channel creation Flow (#11775) 2025-06-25 14:21:03 -07:00
composables feat: Voice channel creation Flow (#11775) 2025-06-25 14:21:03 -07:00
constants feat: Add rich text support for widget welcome tagline (#11666) 2025-06-05 14:13:46 -05:00
helper feat: Voice channel creation Flow (#11775) 2025-06-25 14:21:03 -07:00
i18n feat: Voice channel creation Flow (#11775) 2025-06-25 14:21:03 -07:00
mixins chore: fix circleci on vite build (#10214) 2024-10-07 15:27:41 +05:30
modules fix: Resolve styling issues in multiselect (#11728) 2025-06-19 21:28:12 +05:30
routes feat: Voice channel creation Flow (#11775) 2025-06-25 14:21:03 -07:00
store feat: Voice channel creation Flow (#11775) 2025-06-25 14:21:03 -07:00
App.vue feat: Upgrade page instead of banner (#11202) 2025-03-28 02:28:17 -07:00
featureFlags.js feat: Instagram Inbox using Instagram Business Login (#11054) 2025-04-08 10:47:41 +05:30