CALLMaster Sample Application
Account Balance and Information Retrieval
This sample application retrieves information from a database based on the caller's input and provides related information back to the caller.
The caller is given the option to “Press 1 for Account Information, 2 for general information or 3 to leave a message".
- Option 1: Get balance for the selected Account.
The caller will be asked to enter a 9 digit account number and a 6 digit PIN to login and hear their balances.
CALLMaster will read the AccountInformation table from the SampleApps SQL database to get this information.
- Option 2: Caller will hear pre-recorded message on related information.
- Option 3: Caller will be directed to a mailbox to leave a message.
In addition to the CALLMasterSQL.mdf database, this application also utilizes the SampleApps.mdf database.
The SampleApps.mdf file was placed in the CALLMaster\Data folder as part of the CALLMaster installation.
Make sure the SampleApps.mdf database is attached to your SQL or SQL Express server.
To download and install a CALLMaster Sample Application, click on the link below.
Make sure to backup your CALLMaster folder first!
Please review the Walkthrough with Sample Applications for initialization & custom set-up details.