40137: Missing 'to' parameter when issuing Conference instruction



TASKROUTER
ERROR

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

  • 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
1
{
2
"instruction": "conference",
3
"to": "client:alice",
4
"from": "+18001234567"
5
}