Skip to contentSkip to navigationSkip to topbar
Page toolsOn this page
Looking for more inspiration?Visit the

13250: Dial: Too many URIs passed


WARNING: 13250

warning-13250 page anchor
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.

Possible causes

possible-causes page anchor
  • Your TwiML includes too many SIP or client URI nouns inside Dial
  • Your application dynamically generates Dial targets 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 Dial verb 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

Additional resources

additional-resources page anchor