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

Missing 'to' parameter when issuing Conference instruction



ERROR: 40137

error-40137 page anchor
TASKROUTER
ERROR

A valid 'to' parameter must be provided when using the Conference Instruction

Possible Causes

possible-causes page anchor
  • A 'to' parameter was not passed when issuing the Conference instruction
  • The 'to' parameter supplied to the Conference instruction was invalid
  • Supply a valid 'to' parameter when issuing the Conference instruction

Example

example page anchor
1
{
2
"instruction": "conference",
3
"to": "client:alice",
4
"from": "+18001234567"
5
}

Rate this page: