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
_fromand_tonumbers within theProgram.csfile _ replace the_keyand_secretvalues within theProgram.csfile with the corresponding values of your Voice App - run
dotnet buildcommand - run
dotnet runcommand