40113: TaskRouter->Call
TASKROUTER
ERROR
- 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.
1{2"instruction": "call",3"to": "client:alice",4"from": "bob",5"url": "https://example.com/twiml"6}