Play Text in Playback ARI

Hi,

I am trying to play some text in playback in ARI.

I have tried below:

playback = channel.playWithId(playbackId="test_id", media='characters:hello world')

but it is playing characters and not the words. How can I play the complete word in ARI?

I have refered to https://wiki.asterisk.org/wiki/display/AST/ARI+and+Channels%3A+Simple+Media+Manipulation

There is no built in text to speech engine or support for ARI. You would need to have specific sound files for them.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.