iachat/app/javascript/dashboard
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
..
api feat: add reauth flow for wa embedded signup (#11940) 2025-08-08 01:48:45 +05:30
assets chore: Improve layout styles (#12025) 2025-07-30 13:49:27 -07:00
components feat: WhatsApp enhanced templates front end changes (#12117) 2025-08-12 18:53:19 +05:30
components-next feat(voice): Call button on Contacts with inbox picker (#12218) 2025-08-19 15:42:01 +05:30
composables feat: Add automation rule event conversation resolved (#9669) 2025-08-13 12:57:14 +05:30
constants feat: Add automation rule event conversation resolved (#9669) 2025-08-13 12:57:14 +05:30
helper feat: Add automation rule event conversation resolved (#9669) 2025-08-13 12:57:14 +05:30
i18n feat(voice): Improved voice call creation flow [EE] (#12268) 2025-08-22 13:38:23 +02:00
mixins chore: fix circleci on vite build (#10214) 2024-10-07 15:27:41 +05:30
modules chore: Replace Thumbnail with Avatar (#12119) 2025-08-11 15:47:17 +05:30
routes feat(voice): Improved voice call creation flow [EE] (#12268) 2025-08-22 13:38:23 +02:00
store feat: WhatsApp enhanced templates front end changes (#12117) 2025-08-12 18:53:19 +05:30
App.vue fix: RTL issues in new conversation form (#12163) 2025-08-11 14:16:48 -07:00
featureFlags.js feat: WhatsApp campaigns (#11910) 2025-07-16 09:04:02 +05:30