Platform SDK: Web Telephony Engine

Adding an Application

An application must be added before WTE can run it. Adding an application provides the engine with the application's name and description, the location of its home page, and the line(s) that the application will use for incoming calls. You add an application by using the Add Web Telephony Application Wizard in the WTE administration tool. A setup program can use the administration COM interfaces to install an application. For more information, see The Web Telephony Object Model.

To add a Web telephony application

  1. Click the Start button, point to Programs, point to Microsoft Web Telephony, and then click Web Telephony Engine Administration Tool.
  2. In the Console Root tree, double-click Web Telephony, right-click Applications, click New, and then click Application. When Add Web Telephony Application Wizard appears, click Next.
  3. Enter the name and an optional brief description of the application, and then click Next.
  4. Enter the home page for the application. This is the first HTML page that the WTE renders when a call arrives. Although you can enter a path as the home page, it is better to use the HTTP protocol to access HTML pages. For example: http://MyIIS/Demo/demo.htm

    Note that Active Server Pages (.asp) files must be accessed by means of the HTTP protocol.

  5. After entering the home page, click Next.
  6. Select the line to use to connect to your application from the Available addresses or DNISes and addresses or DNISes assigned to other applications list, click Associate (move up), and then click Next.
  7. Click Finish to complete the installation procedure.