Skip to content

670 WS endpoint dialFromQueue

username-removed-730944 requested to merge 670-ws-endpoint-dial-from-queue into master

Closes #670 Extends !24 (merged)

Manually tested by:

cat test.json 
{
  "destination": "1002",
  "queueId": 5,
  "callerIdName": "Thomas",
  "callerIdNumber": "999999",
  "variables": {
    "foo": "bar"
  }
}
http POST http://localhost:8090/xuc/api/1.0/dialFromQueue/avencall.com/aaaa/ < test.json

... variables are suppoprted (but optional) to use same case class DialFromQueue (+deserialization & validation) for both WS and REST

Merge request reports