Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hello Community, I'm trying to use a Webex api to send/make a wakeup call to our on-duty people. Ideally with a brief vocal message. But it is already enough to have the person pick up the phone. If nobody answers, the next person is called, etc ... ...
Apparently Webex Calling was not properly set up for the calling user. The error message for the /answer request is different now. But still, I don't know what it means.{
"message": "Call is not an unanswered terminating call",
"errors": [
...
What's I managed so far: Post a request to https://webexapis.com/v1/telephony/calls/dial. Which triggers an audio call alike notification on my phone. And if I accept this, only then will the number be called. Which seems normal as this is not direct...