13250: Dial: Too many URIs passed
WARNING
Twilio returned this warning because the Dial verb received more URI targets than it supports. Reduce the number of URI elements you pass to Dial and retry the request.
- Your TwiML includes too many SIP or client URI nouns inside
Dial - Your application dynamically generates
Dialtargets and adds more URI entries than expected - Your request combines multiple URI-based destinations when a smaller set of targets is required
- Review the TwiML or API request that creates the
Dialverb and remove extra URI entries - Limit the number of SIP addresses or client identities your application adds to
Dial - Validate your generated call-routing logic before returning TwiML so only the intended URI targets are included
- If you need more complex call distribution, redesign the call flow to route to a smaller number of destinations per
Dial