Skip to contentSkip to navigationSkip to topbar
Page toolsOn this pageProducts used
Looking for more inspiration?Visit the
Error

40144: TaskRouter->Conference

Twilio TaskRouter DocumentationTaskRouter

Description

description page anchor

Possible causes

possible-causes page anchor
  • The original caller has hungup
  • The Task has been moved into a 'canceled' state
  • Make sure the Task created has not been canceled prior to issuing 'conference' instruction
1
{
2
"instruction": "conference",
3
"room_name": "abc",
4
"to": "client:alice",
5
"from": "18001234567",
6
"post_work_activity_sid": "WA0123456789abcdef0123456789abcdef"
7
}