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

TaskRouter->Dequeue



ERROR: 40132

error-40132 page anchor
TASKROUTER
ERROR

Missing or Invalid 'from' parameter - Dequeue Instruction

missing-or-invalid-from-parameter---dequeue-instruction page anchor

Possible Causes

possible-causes page anchor
  • You did not provide a "from" parameter on your 'dequeue' 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.

_10
{
_10
"instruction": "dequeue",
_10
"to": "client:alice",
_10
"from": "bob",
_10
"post_work_activity_sid": "WA0123456789abcdef0123456789abcdef"
_10
}


Rate this page: