SQLphone tutorial topics

tutorial menu | next topic


1.1   The basic concepts

To build a SQLphone telephone answering system, you must design a flowchart. A flowchart consists of three basic elements: You can add as many memories, prompts and boxes to your flowchart as you wish. The names of all your memories, prompts and boxes must be unique (names are not case sensitive).

Memories are used to store:

SQLphone can speak any memory value to a caller. For programmers: Memories are untyped variables, they can store any kind of data (integer, floating point, string, time, date).

Prompts are wave files. They are pre-recorded voice messages, which can be played to a caller over the phone. Prompts can be:

Boxes are the bricks used to build a flowchart. There are seven kinds of boxes:


tutorial menu | next topic