Skip to contentSkip to navigationSkip to topbar
Rate this page:
On this page

TaskRouter->Call



ERROR: 40113

error-40113 page anchor
TASKROUTER
ERROR

Error Making Outgoing Call - Call Instruction

error-making-outgoing-call---call-instruction page anchor

Possible Causes

possible-causes page anchor
  • Un-routable address provided for "to" field.
  • Invalid caller-id passed to "from" field.
  • Poorly formed URL passed to "url" field.
  • Internal Twilio API error.
  • Make certain "to" contains a routable phone number, client URI or SIP URI.
  • Make certain "to" is to a country you have permissions set to call.
  • Make certain "from" contains an acceptable caller ID for the chosen "to" address.
  • Make certain "url" is a valid HTTP/HTTPS URL.

_10
{
_10
"instruction": "call",
_10
"to": "client:alice",
_10
"from": "bob",
_10
"url": "https://example.com/twiml"
_10
}


Rate this page: