How to: Enable and Disable a Speech Server 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.

You can enable and disable applications using the Speech Server Administrator console. When an application is added to Speech Server, it is configured to accept calls to specific phone number addresses. When the application is enabled, Speech Server preloads the resources listed in the application manifest file (if specified) and, when a call is received, starts an instance of the application to handle it.

When the application is disabled, Speech Server does not start an instance of the application for new incoming calls. However, calls that are in progress when the application is disabled are completed.

You should disable an application to temporarily take it out of service for the following reasons:

  • You plan for the application's resources to be unavailable, such as during application updates and server maintenance.
  • An unplanned event occurs, such as after a sudden hardware failure.

Prior to disabling an application, redirect calls to a suitable alternative application, such as the same application deployed on the same or another computer running Speech Server or an application specifically designed to handle calls for out-of-service applications. This might require reconfiguration at the SIP peer or the DNS server that is sending calls to Speech Server so that calls get directed elsewhere. Failure to do so can result in an increased number of rejected calls.

Note

If an application is not enabled for an incoming call, the call is declined.

Enabling or Disabling a Speech Server Application

To enable or disable a Speech Server application

  1. Open the Speech Server Administrator console.

    For more information, see How to: Start the Speech Server Administrator Console.

  2. In the console tree, expand the applicable group, and then click Applications.

  3. In the details pane, right-click the application you want to change, and then do one of the following:

    • If the application is enabled, click Disable application.

    • If the application is disabled, click Enable application.

      Note

      You can also enable and disable an application with a Windows Management Instrumentation (WMI) script. For more information, see the Enabled property in Application Class.