Changeset 3074
- Timestamp:
- 11/15/06 17:56:54 (7 years ago)
- Files:
-
- modules/branches/2.2/ringgroups/module.xml (modified) (2 diffs)
- modules/branches/2.2/ringgroups/page.ringgroups.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.2/ringgroups/module.xml
r2999 r3074 2 2 <rawname>ringgroups</rawname> 3 3 <name>Ring Groups</name> 4 <version>2.2. 2</version>4 <version>2.2.3</version> 5 5 <type>setup</type> 6 6 <category>Inbound Call Control</category> … … 9 9 </description> 10 10 <changelog> 11 *2.2.3* Clarification on help message if you want to ring follow-me and other non-extension numbers 11 12 *2.2.2* Forgot to add default starting RG number as 600 12 13 *2.2.1* Cleanup of the UI, remove workaround of formatting bugs with previous UI modules/branches/2.2/ringgroups/page.ringgroups.php
r2998 r3074 194 194 </tr> 195 195 <tr> 196 <td valign="top"><a href="#" class="info"><?php echo _("Extension list")?>:<span><br><?php echo _("List extensions to ring, one per line.<br><br>You can include an extension on a remote system, or an external number by suffixing a number with a pound (#). ex: 2448089# would dial 2448089 on the appropriate trunk (see Outbound Routing) .")?><br><br></span></a></td>196 <td valign="top"><a href="#" class="info"><?php echo _("Extension list")?>:<span><br><?php echo _("List extensions to ring, one per line.<br><br>You can include an extension on a remote system, or an external number by suffixing a number with a pound (#). ex: 2448089# would dial 2448089 on the appropriate trunk (see Outbound Routing)<br><br>Extensions will ring the actual extension. If you want them to be sent down channel local (to ring follow-me, other ringgroups, queues, etc. then put a pound (#) at the end. Be careful!")?><br><br></span></a></td> 197 197 <td valign="top"> 198 198 <?php
