This project initiates a TTS phone/PSTN call from a Sinch rented number and says something. An important aspect of this project is that the request is authenticated using Request Signing.
- dotnet 6 LTS
- replace the
_from
and_to
numbers within theProgram.cs
file _ replace the_key
and_secret
values within theProgram.cs
file with the corresponding values of your Voice App - run
dotnet build
command - run
dotnet run
command