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

Missing 'from' parameter when issuing Conference instruction



ERROR: 40138

error-40138 page anchor
TASKROUTER
ERROR

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

Possible Causes

possible-causes page anchor
  • 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

Example

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

Rate this page: