Changeset 5309
- Timestamp:
- 11/27/07 18:43:06 (9 months ago)
- Files:
-
- modules/branches/2.4/conferences/module.xml (modified) (1 diff)
- modules/branches/2.4/conferences/page.conferences.php (modified) (10 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.4/conferences/module.xml
r5211 r5309 7 7 <description>Allow creation of conference rooms (meet-me) where multiple people can talk together.</description> 8 8 <changelog> 9 *1.2.3* #2158 add recording option, add support for Extension and Destination Registries 9 10 *1.2.2* don't ask for name confirmation when recording names on Asterisk 1.3 (new option I replaces i) 10 11 *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 114 114 <input type="hidden" name="account" value="<?php echo $extdisplay; ?>"> 115 115 <?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> 117 117 <td><input type="text" name="account" value=""></td> 118 118 <?php } ?> 119 119 </tr> 120 120 <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> 122 122 <td><input type="text" name="name" value="<?php echo (isset($description) ? $description : ''); ?>"></td> 123 123 </tr> 124 124 <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> 126 126 <td><input size="8" type="text" name="userpin" value="<?php echo (isset($userpin) ? $userpin : ''); ?>"></td> 127 127 </tr> 128 128 <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> 130 130 <td><input size="8" type="text" name="adminpin" value="<?php echo (isset($adminpin) ? $adminpin : ''); ?>"></td> 131 131 </tr> … … 139 139 <?php if(function_exists('recordings_list')) { //only include if recordings is enabled?> 140 140 <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> 142 142 <td> 143 143 <select name="joinmsg"/> … … 157 157 <?php } else { ?> 158 158 <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> 160 160 <td> 161 161 <?php … … 167 167 <?php } ?> 168 168 <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> 170 170 <td> 171 171 <select name="opt#w"> … … 179 179 </tr> 180 180 <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> 182 182 <td> 183 183 <select name="opt#q"> … … 191 191 </tr> 192 192 <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> 194 194 <td> 195 195 <select name="opt#c"> … … 203 203 </tr> 204 204 <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> 206 206 <td> 207 207 <select name="opt#i"> … … 215 215 </tr> 216 216 <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> 218 218 <td> 219 219 <select name="opt#M"> … … 227 227 </tr> 228 228 <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> 230 230 <td> 231 231 <select name="opt#s"> … … 239 239 </tr> 240 240 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 242 254 <tr> 243 255 <td colspan="2"><br><h6><input name="Submit" type="submit" value="<?php echo _("Submit Changes")?>"></h6></td>
