Connect a Phone Number
Phone numbers can be connected through the provider configured for the project, such as Twilio or Retell-powered web calling.
Inbound call setup
- Buy or assign a phone number in the provider dashboard.
- Point the voice webhook to the Elaris production URL.
- Enable signature verification when the provider supports it.
- Place a live test call.
- Confirm the call appears in Elaris call history.
Example Twilio voice webhook
https://app.elarissolutionsllc.com/twilio/voice
Validation
- The webhook URL must use HTTPS.
- The app URL in
.envmust match the public webhook host. - The phone number must be assigned to the correct agent or user.
- Status callbacks should be enabled when call lifecycle tracking is needed.
[!WARNING] If the public webhook URL changes, provider signature validation can fail until
APP_URLand webhook settings are updated.
