iachat/app/javascript/dashboard/components-next/icon
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
..
specs feat: Voice channel creation Flow (#11775) 2025-06-25 14:21:03 -07:00
ChannelIcon.vue feat: add channel icon component (#10471) 2024-11-20 20:23:12 -08:00
FileIcon.story.vue feat: Add new message bubbles (#10481) 2024-12-12 17:42:22 -08:00
FileIcon.vue feat: Add new message bubbles (#10481) 2024-12-12 17:42:22 -08:00
Icon.vue feat: Add new sidebar for Chatwoot V4 (#10291) 2024-10-23 18:32:37 -07:00
Logo.vue fix: logo and custom branding (#10930) 2025-02-19 14:22:25 -08:00
provider.js feat: Voice channel creation Flow (#11775) 2025-06-25 14:21:03 -07:00