Hi There,
I’m having difficulty trying to delete a recording that has been created and stored within /var/spool/asterisk/voicemail/{extension}
I can play the recording etc, but when I call the RESTful ws to delete, I get a 404 Not Found.
The URI that is being called is:
/ari/recordings/stored/voicemail/%20300/1598454804.89
I’ve tried this using ari_py and the modules to connect to ARI.
I’ve tried the same using curl, and get the same result. I’m using Asterisk 16.2.1
Much appreciated for your help.