EmailToPhone Sample Table of Content  << Previous  

EmailToPhone Code Review

You can download the source files here.

User Interface

The user interface contains JSP pages for the main EmailToPhone page, setup page, and the log file page. The corresponding JSP files are:

VXML Application

Each VXML file is dynamically generated by its corresponding Java Servlet file.

Compilation

You need to have JDK 1.6 or later for the Java compiler. If you do not have it, please download it from Sun's website. You also need to include the following jar files in the classpath when compile. The default directory containing these jar files is C:\Program Files\Voicent\Gateway\lib

  jasper-runtime.jar;catalina.jar;tomcat4coyote.jar;HTTPClient.jar;
  javacc.jar;xalan.jar;xercesImpl.jar;xml-apis.jar;log4j-1.2.15.jar;mail.jar

 

Developer Network Table of Content  << Previous