You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello all,
I am using some code to create playback and then i check it using ARI then it shows there is no playback using this created playback.
It give error as : 'Error: {"message":"Playback not found"}'
I am using following code :
I'm guessing the underlying Playback application hasnt been loaded into Asterisk. Can you go into the Asterisk console and do a core show applications and see if Playback is listed?
From the example above it doesn't look like that playback object was used to play a sound on a channel. What was done was create an object with a placeholder ID but Asterisk doesn't know about it yet. You'll need to use that object to play a sound on a channel or bridge first:
Hello all,
I am using some code to create playback and then i check it using ARI then it shows there is no playback using this created playback.
It give error as : 'Error: {"message":"Playback not found"}'
I am using following code :
The text was updated successfully, but these errors were encountered: