Changeset 5309

Show
Ignore:
Timestamp:
11/27/07 18:43:06 (9 months ago)
Author:
p_lindheimer
Message:

#2158 add recording option, some formatting changes

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.4/conferences/module.xml

    r5211 r5309  
    77        <description>Allow creation of conference rooms (meet-me) where multiple people can talk together.</description> 
    88        <changelog> 
     9                *1.2.3* #2158 add recording option, add support for Extension and Destination Registries 
    910                *1.2.2* don't ask for name confirmation when recording names on Asterisk 1.3 (new option I replaces i) 
    1011                *1.2.1.3* move Macro(user-callerid) to be called with each conf to accomodate future language settings 
  • modules/branches/2.4/conferences/page.conferences.php

    r5280 r5309  
    114114                <input type="hidden" name="account" value="<?php echo $extdisplay; ?>"> 
    115115<?php           } else { ?> 
    116                 <td><a href="#" class="info"><?php echo _("conference number:")?><span><?php echo _("Use this number to dial into the conference.")?></span></a></td> 
     116                <td><a href="#" class="info"><?php echo _("Conference Number:")?><span><?php echo _("Use this number to dial into the conference.")?></span></a></td> 
    117117                <td><input type="text" name="account" value=""></td> 
    118118<?php           } ?> 
    119119        </tr> 
    120120        <tr> 
    121                 <td><a href="#" class="info"><?php echo _("conference name:")?><span><?php echo _("Give this conference a brief name to help you identify it.")?></span></a></td> 
     121                <td><a href="#" class="info"><?php echo _("Conference Name:")?><span><?php echo _("Give this conference a brief name to help you identify it.")?></span></a></td> 
    122122                <td><input type="text" name="name" value="<?php echo (isset($description) ? $description : ''); ?>"></td> 
    123123        </tr> 
    124124        <tr> 
    125                 <td><a href="#" class="info"><?php echo _("user PIN:")?><span><?php echo _("You can require callers to enter a password before they can enter this conference.<br><br>This setting is optional.<br><br>If either PIN is entered, the user will be prompted to enter a PIN.")?></span></a></td> 
     125                <td><a href="#" class="info"><?php echo _("User PIN:")?><span><?php echo _("You can require callers to enter a password before they can enter this conference.<br><br>This setting is optional.<br><br>If either PIN is entered, the user will be prompted to enter a PIN.")?></span></a></td> 
    126126                <td><input size="8" type="text" name="userpin" value="<?php echo (isset($userpin) ? $userpin : ''); ?>"></td> 
    127127        </tr> 
    128128        <tr> 
    129                 <td><a href="#" class="info"><?php echo _("admin PIN:")?><span><?php echo _("Enter a PIN number for the admin user.<br><br>This setting is optional unless the 'leader wait' option is in use, then this PIN will identify the leader.")?></span></a></td> 
     129                <td><a href="#" class="info"><?php echo _("Admin PIN:")?><span><?php echo _("Enter a PIN number for the admin user.<br><br>This setting is optional unless the 'leader wait' option is in use, then this PIN will identify the leader.")?></span></a></td> 
    130130                <td><input size="8" type="text" name="adminpin" value="<?php echo (isset($adminpin) ? $adminpin : ''); ?>"></td> 
    131131        </tr> 
     
    139139<?php if(function_exists('recordings_list')) { //only include if recordings is enabled?> 
    140140        <tr> 
    141                 <td><a href="#" class="info"><?php echo _("join message:")?><span><?php echo _("Message to be played to the caller before joining the conference.<br><br>To add additional recordings please use the \"System Recordings\" MENU to the left")?></span></a></td> 
     141                <td><a href="#" class="info"><?php echo _("Join Message:")?><span><?php echo _("Message to be played to the caller before joining the conference.<br><br>To add additional recordings please use the \"System Recordings\" MENU to the left")?></span></a></td> 
    142142                <td> 
    143143                        <select name="joinmsg"/> 
     
    157157<?php } else { ?> 
    158158        <tr> 
    159                 <td><a href="#" class="info"><?php echo _("join message:")?><span><?php echo _("Message to be played to the caller before joining the conference.<br><br>You must install and enable the \"Systems Recordings\" Module to edit this option")?></span></a></td> 
     159                <td><a href="#" class="info"><?php echo _("Join Message:")?><span><?php echo _("Message to be played to the caller before joining the conference.<br><br>You must install and enable the \"Systems Recordings\" Module to edit this option")?></span></a></td> 
    160160                <td> 
    161161                        <?php 
     
    167167<?php } ?> 
    168168        <tr> 
    169                 <td><a href="#" class="info"><?php echo _("leader wait:")?><span><?php echo _("wait until the conference leader (admin user) arrives before starting the conference")?></span></a></td> 
     169                <td><a href="#" class="info"><?php echo _("Leader Wait:")?><span><?php echo _("wait until the conference leader (admin user) arrives before starting the conference")?></span></a></td> 
    170170                <td> 
    171171                        <select name="opt#w"> 
     
    179179        </tr> 
    180180        <tr> 
    181                 <td><a href="#" class="info"><?php echo _("quiet mode:")?><span><?php echo _("quiet mode (do not play enter/leave sounds)")?></span></a></td> 
     181                <td><a href="#" class="info"><?php echo _("Quiet Mode:")?><span><?php echo _("quiet mode (do not play enter/leave sounds)")?></span></a></td> 
    182182                <td> 
    183183                        <select name="opt#q"> 
     
    191191        </tr> 
    192192        <tr> 
    193                 <td><a href="#" class="info"><?php echo _("user count:")?><span><?php echo _("announce user(s) count on joining conference")?></span></a></td> 
     193                <td><a href="#" class="info"><?php echo _("User Count:")?><span><?php echo _("announce user(s) count on joining conference")?></span></a></td> 
    194194                <td> 
    195195                        <select name="opt#c"> 
     
    203203        </tr> 
    204204        <tr> 
    205                 <td><a href="#" class="info"><?php echo _("user join/leave:")?><span><?php echo _("announce user join/leave")?></span></a></td> 
     205                <td><a href="#" class="info"><?php echo _("User join/leave:")?><span><?php echo _("announce user join/leave")?></span></a></td> 
    206206                <td> 
    207207                        <select name="opt#i"> 
     
    215215        </tr> 
    216216        <tr> 
    217                 <td><a href="#" class="info"><?php echo _("music on hold:")?><span><?php echo _("enable music on hold when the conference has a single caller")?></span></a></td> 
     217                <td><a href="#" class="info"><?php echo _("Music on Hold:")?><span><?php echo _("enable music on hold when the conference has a single caller")?></span></a></td> 
    218218                <td> 
    219219                        <select name="opt#M"> 
     
    227227        </tr> 
    228228        <tr> 
    229                 <td><a href="#" class="info"><?php echo _("allow menu:")?><span><?php echo _("present menu (user or admin) when '*' is received ('send' to menu)")?></span></a></td> 
     229                <td><a href="#" class="info"><?php echo _("Allow Menu:")?><span><?php echo _("present menu (user or admin) when '*' is received ('send' to menu)")?></span></a></td> 
    230230                <td> 
    231231                        <select name="opt#s"> 
     
    239239        </tr> 
    240240 
    241          
     241        <tr> 
     242                <td><a href="#" class="info"><?php echo _("Record Conference:")?><span><?php echo _("record the conference call")?></span></a></td> 
     243                <td> 
     244                        <select name="opt#r"> 
     245                                <?php 
     246                                $optselect = strpos($options, "r"); 
     247                                echo '<option value=""' . ($optselect === false ? ' SELECTED' : '') . '>'._("No") . '</option>'; 
     248                                echo '<option value="r"'. ($optselect !== false ? ' SELECTED' : '') . '>'._("Yes"). '</option>'; 
     249                                ?> 
     250                        </select> 
     251                </td> 
     252        </tr> 
     253 
    242254        <tr> 
    243255                <td colspan="2"><br><h6><input name="Submit" type="submit" value="<?php echo _("Submit Changes")?>"></h6></td>           
Donate



Support
Download
Develop
Forums
News
Documentation
Paid Support
About

Paid Ads