40111: TaskRouter->Call
TASKROUTER
ERROR
- You did not provide a "from" parameter on your 'call' instruction.
- You provided an invalid format in your "from" field.
- Make certain "from" contains a validated caller ID if you're dialing the PSTN.
- Make certain "from" contains an acceptable caller field when connecting to client or SIP.
1{2"instruction": "call",3"to": "client:alice",4"from": "bob",5"url": "https://example.com/twiml"6}