|
|
How to use Bank System. |
|
Important |
|
Please turn on your desktop speakers and check the volume level settings |
|
You can simulate an incoming call by clicking on the handset. |
|
You will hear the welcome message, followed by a prompt to enter the ACCOUNT NUMBER and PIN NUMBER. |
|
After validating the user, the IVRS retrieves the balance from MSSQL table named "BANK" and speaks out the balance amount in your account. |
|
|
You have to create the table in MSSQL server before you proceed. |
|
The table contains the following valid records for you to have a trial run. |
|
AccNo |
PIN |
Balance |
Name |
1111 |
1234 |
25000 |
Charly Brown |
2222 |
2345 |
32000 |
David Thomas |
3333 |
3456 |
10000 |
Peter Williams |
4444 |
4567 |
12000 |
James |
5555 |
5678 |
32200 |
Thomas |
6666 |
6789 |
23456 |
Alexander |
|
|
|
The queries to create table "BANK" is given as comment in the IVR script |
|
|