Changeset 1243 for freepbx/branch

Show
Ignore:
Timestamp:
03/23/06 19:45:51 (7 years ago)
Author:
qldrob
Message:

Commit last changes!

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/branch/ivr-rewrite/amp_conf/htdocs/admin/modules/ivr/page.ivr.php

    r1242 r1243  
    6262    ivr_sidebar($id); 
    6363?> 
    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> 
     67You use the Digital Receptionist to make IVR's, Interactive Voice Responce systems.<br /> 
     68When creating a menu option, apart from the standard options of 0-9,* and #, you can also 
     69use 'i' and 't' destinations. 'i' is used when the caller pushes an invalid button, and 't' 
     70is used when there is no response.  If those options aren't supplied, the default 't' is  
     71to replay the menu three times and then hang up, and the default 'i' is to say 'Invalid option, 
     72please try again' and replay the menu. After three invalid attempts, the line is hung up. 
     73</div> 
     74 
    6775<?php 
    6876}