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
I have a tape announcement as a text which must be translated via text to speech. When I try to call an outgoing phonenumber how can I setup the text to speech variable and the recipient? An example would be
ami.action({'action': 'originate','??? phonenumber ???': '12345','??? text to be spoken ???': 'Hello, this is a tape announcement'},(err,res)=>{if(err){throwerr;}console.log('everything was fine');});```
The text was updated successfully, but these errors were encountered:
Your question is not related to this library.
You need to originate a call to specific application.
This library can let you do that after you setup the application.
Read this. If you have a working command you can run by cli, you can execute it by this library too.
I have a tape announcement as a text which must be translated via text to speech. When I try to call an outgoing phonenumber how can I setup the text to speech variable and the recipient? An example would be
The text was updated successfully, but these errors were encountered: