| 2 | | Create one sound file for each segment of interaction in each language. Save them in .gsm format. Wavepad is useful to this task. |
|---|
| 3 | | Place the sound files in a newly created project sub-directory of the /var/lib/asterisk/sounds/custom directory on the Asterisk server. Change the ownership of the sub-directory and of the sound files to asterisk (chown -R asterisk:asterisk *). |
|---|
| 4 | | Create an Asterisk context file according to instructions found in this documentation (and on the Asterisk site). Name this file according to the local conventions (i.e., the first few letters tell Asterisk to read in the instructions). |
|---|
| 5 | | Place this context file in the /etc/asterisk directory on the Asterisk server. |
|---|
| 6 | | The rest of the work takes place in the robot interface. Request a reload of Asterisk's contexts. |
|---|
| 7 | | Add sample to the project (only _telkey, _telephone and PRESTRATE fields are mandatory). |
|---|
| 8 | | Add sample to the call queue and set case management rules. |
|---|
| 9 | | Create at least one case group in the project. |
|---|
| 10 | | Enter the hours of operations for the project. |
|---|
| 11 | | Using the third pane in control centre, program the call schedule. |
|---|