40138: Missing 'from' parameter when issuing Conference instruction



TASKROUTER
ERROR

A valid 'from' parameter was not passed to the 'conference' instruction

  • A 'from' parameter was not passed when issuing the Conference instruction
  • The 'from' parameter supplied to the Conference instruction was invalid
  • Supply a valid 'from' parameter when issuing the Conference instruction
1
{
2
"instruction": "conference",
3
"to": "client:alice",
4
"from": "+18001234567"
5
}