<?xml version="1.0" encoding="iso-8859-1"?>
<%@ Page language="c#" Codebehind="Welcome.aspx.cs" AutoEventWireup="false" Inherits="AutoAttendant.Welcome" %>
<%@ Register TagPrefix="AA" NameSpace="AutoAttendant" Assembly="AutoAttendant" %>
<vxml version="2.0">
<menu id="main_directory">
<prompt>
You've reached the VoiceXML auto attendant. Please say
either the name or the extension of the person you would like
to reach.
</prompt>
<catch event="nomatch noinput">
<prompt>Sorry. That's not a valid employee name.</prompt>
<reprompt />
</catch>

<AA:XSLTransformerControl XMLSrc="c:\AutoAttendant\PhoneDirectory.xml" StyleSheetSrc="c:\AutoAttendant\PhoneDirectory.xsl" id="PhoneDir" runat="server" />

</menu>
</vxml>