| 64 | | <h2>System Recordings</h2> |
|---|
| 65 | | <h3>Blah.</h3> |
|---|
| 66 | | Blah blah |
|---|
| | 64 | <div class="content"> |
|---|
| | 65 | <h2><?php echo _("Digital Receptionist"); ?></h2> |
|---|
| | 66 | <h3>Instructions</h3> |
|---|
| | 67 | You use the Digital Receptionist to make IVR's, Interactive Voice Responce systems.<br /> |
|---|
| | 68 | When creating a menu option, apart from the standard options of 0-9,* and #, you can also |
|---|
| | 69 | use 'i' and 't' destinations. 'i' is used when the caller pushes an invalid button, and 't' |
|---|
| | 70 | is used when there is no response. If those options aren't supplied, the default 't' is |
|---|
| | 71 | to replay the menu three times and then hang up, and the default 'i' is to say 'Invalid option, |
|---|
| | 72 | please try again' and replay the menu. After three invalid attempts, the line is hung up. |
|---|
| | 73 | </div> |
|---|
| | 74 | |
|---|