Partager via


Create an Outbound SALT Voice Response Application

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Use Speech Server to create outbound-calling applications based on Speech Application Language Tags (SALT).

Building an Outbound-Calling Speech Application

The dialog interaction in an outbound-calling application is exactly the same as an inbound-calling application, except for the way that the call is initiated. In either case, speech dialog flow begins when a call is connected.

For this reason, when creating a new outbound application, an application developer should use the Web-based Voice Response Application Project Wizard to automatically generate a default start page named Default.aspx and a manifest file, which describes the resources required by the application. Modify the start page in the following manner:

  • Remove the AnswerCall control and replace it with a MakeCall control.
  • Add any logic that is necessary to decide where the call will be placed.
  • Decide which dialog path to take when the call is connected.

See Also

Tasks

How to: Create a Web-based Voice Response Application

Other Resources

Create SALT Voice Response Application Projects