iachat/app/javascript/dashboard/routes/dashboard/settings/inbox
Sojan Jose d48503bdcf
feat(voice): Improved voice call creation flow [EE] (#12268)
This PR improves the voice call creation flow by simplifying
configuration and automating setup with Twilio APIs.

references: #11602 , #11481 

## Key changes

- Removed the requirement for twiml_app_sid – provisioning is now
automated through APIs.
- Auto-configured webhook URLs for:
  - Voice number callbacks
  - Status callbacks
  -  twiML callbacks
- Disabled business hours, help center, and related options until voice
inbox is fully supported.
- Added a configuration tab in the voice inbox to display the required
Twilio URLs (to make verification easier in Twilio console).


## Test Cases
- Provisioning
- Create a new voice inbox → verify that Twilio app provisioning happens
automatically.
  - Verify twiML callback 
- Webhook configuration
- Check that both voice number callback and status callback URLs are
auto-populated in Twilio.
- Disabled features
- Confirm that business hours and help center options are
hidden/disabled for voice inbox.
- Configuration tab
- Open the voice inbox configuration tab → verify that the displayed
Twilio URLs match what’s set in Twilio.
2025-08-22 13:38:23 +02:00
..
channels feat(voice): Improved voice call creation flow [EE] (#12268) 2025-08-22 13:38:23 +02:00
components chore: Replace Thumbnail with Avatar (#12119) 2025-08-11 15:47:17 +05:30
facebook chore: Remove older UI (#11720) 2025-07-01 09:43:44 +05:30
helpers Fix: add option to choose 24 hour working slot (#4018) 2022-02-22 01:28:49 -08:00
PreChatForm chore: Migrate to next Switch component (#12005) 2025-07-23 13:56:17 +05:30
settingsPage feat(voice): Improved voice call creation flow [EE] (#12268) 2025-08-22 13:38:23 +02:00
AddAgents.vue chore: Update styles in settings pages (#11070) 2025-03-18 14:40:02 -07:00
ChannelFactory.vue feat: Voice channel creation Flow (#11775) 2025-06-25 14:21:03 -07:00
ChannelList.vue fix: Installation name not showing (#12096) 2025-08-06 13:11:22 +05:30
FinishSetup.vue feat: Whatsapp embedded signup (#11612) 2025-07-14 21:37:06 -07:00
ImapSettings.vue chore: Update styles in settings pages (#11070) 2025-03-18 14:40:02 -07:00
inbox.routes.js chore: Improve layout styles (#12025) 2025-07-30 13:49:27 -07:00
InboxChannels.vue fix: Installation name not showing (#12096) 2025-08-06 13:11:22 +05:30
Index.vue chore: Replace Thumbnail with Avatar (#12119) 2025-08-11 15:47:17 +05:30
Settings.vue feat(voice): Improved voice call creation flow [EE] (#12268) 2025-08-22 13:38:23 +02:00
SmtpSettings.vue chore: Update styles in settings pages (#11070) 2025-03-18 14:40:02 -07:00
WidgetBuilder.vue chore: Replace Thumbnail with Avatar (#12119) 2025-08-11 15:47:17 +05:30