Williams Isaac
New Member
Hi Flashphoner Support, we at fireflies have been trying to use one of the flashphoner rest-api methods; /call/inject_sound, but we encountered same error below
```
{
"exception": "com.flashphoner.rest.server.exception.InternalErrorException",
"path": "/rest-api/call/inject_sound",
"error": "Internal Server Error",
"message": null,
"timestamp": 1561488410396,
"status": 500
}
```
What we tried.
1. Place audio in $WCS_HOME/media/
2. Updated to latest version of WCS
3. Power Cycle Server
4. Restart all processes
5. Setup a new WCS Server
We also searched your forum at: https://forum.flashphoner.com
But we didn't find anything relevant that could help us.
Please let us know what we need to right or that we are doing wrong.
Incase that endpoint doesn't fit, below is our simple use case.
We want to play a pre-recorded sound at the beginning of a call or end of the call.
Thanks, and we will be expecting your response as soon as possible.
```
{
"exception": "com.flashphoner.rest.server.exception.InternalErrorException",
"path": "/rest-api/call/inject_sound",
"error": "Internal Server Error",
"message": null,
"timestamp": 1561488410396,
"status": 500
}
```
What we tried.
1. Place audio in $WCS_HOME/media/
2. Updated to latest version of WCS
3. Power Cycle Server
4. Restart all processes
5. Setup a new WCS Server
We also searched your forum at: https://forum.flashphoner.com
But we didn't find anything relevant that could help us.
Please let us know what we need to right or that we are doing wrong.
Incase that endpoint doesn't fit, below is our simple use case.
We want to play a pre-recorded sound at the beginning of a call or end of the call.
Thanks, and we will be expecting your response as soon as possible.