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

TaskRouter->Conference



ERROR: 40145

error-40145 page anchor
TASKROUTER
ERROR

Call API Error - Conference Instruction

call-api-error---conference-instruction page anchor

Possible Causes

possible-causes page anchor
  • Un-routable address provided for 'to' field.
  • Invalid caller-id passed to 'from' field.
  • Missing 'room_name' 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 'room_name' is a valid Conference Room Name.

_10
{
_10
"instruction": "conference",
_10
"room_name": "abc",
_10
"to": "client:alice",
_10
"from": "18001234567",
_10
"post_work_activity_sid": "WA0123456789abcdef0123456789abcdef"
_10
}


Rate this page: