The Blueworx Voice Response fax sample application import file, FaxSample.imp,
contains the following:
- A voice directory called FaxSample containing 35 voice segments
recorded in U.S. English and stored in compressed form.
- A U.S. English voice directory called FaxSampleDescr used to
store the voice descriptions of the faxes saved in the database. Initially,
this voice directory will contain a dummy voice segment.
- A prompt directory called FaxSample containing 29 prompts.
- A state table called FaxSample which provides the main logic for the application.
- A custom server called FaxSample which provides the interface between
the FaxSample state table and Brooktrout fax.
- An application profile called FaxSample that initiates the FaxSample state
table when the application profile's number is dialed.
The custom server directory
FaxSample_dir contains the following
files:
- FaxSample.stbl
- The ASCII form of the state table.
- FaxSample_CS.c
- The source file of the C programs that make up the FaxSample custom
server.
- FaxSample.readme
- A plain-text informational file similar to the text of this appendix.
- FaxSample
- The executable custom server.