Hey gang, I'm trying to use the "/fe/v1/MakeCall" endpoint to make a call from avaya one-x to my cell phone. I had been using the "/telephony/addresses/" endpoint, which I think is deprecated... and it had worked fine. I've tried using the below payload, both with the calling device as my station only, in this case the fake 123456789, and also as a device id, 123456789:rcd2cm2act81t:0.0.0.0:1.
The station only gets the closest throwing the error:
The AES logs don't give much more info that "invaliddevicestate".. I've event tried constructing the json like the xml is shown as in the XML Programmer Guide.. which would look like this:
None of that worked. Does anyone have any ideas?
Thanks for any help!!
Dave
Code:
{ "callingDevice": "123456789", "calledDirectoryNumber": "1987654321", "callCharacteristics": { "priorityCall": "false" } }
Code:
{ "stateIncompatibility": "invalidDeviceState" }
Code:
{ "callingDevice": "tel:+1123456789ext=123456789ext", "calledDirectoryNumber": "tel:+1987654321", "callCharacteristics": { "priorityCall": "false" } }
Thanks for any help!!
Dave
Comment