Changeset 3104
- Timestamp:
- 11/18/06 19:02:01 (7 years ago)
- Files:
-
- modules/branches/2.2/findmefollow/module.xml (modified) (1 diff)
- modules/branches/2.2/findmefollow/page.findmefollow.php (modified) (1 diff)
- 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/findmefollow/module.xml
r3091 r3104 2 2 <rawname>findmefollow</rawname> 3 3 <name>Follow Me</name> 4 <version>2.4. 1</version>4 <version>2.4.2</version> 5 5 <changelog> 6 *2.4.2* Modified flyover help - since moh works with confirmation now 6 7 *2.4.1* Added sound files for default confirmation messages 7 8 2.4: First release for FreePBX 2.2 - Fixed compatibility issue with new UI modules/branches/2.2/findmefollow/page.findmefollow.php
r3085 r3104 318 318 <?php } if (function_exists('music_list')) { ?> 319 319 <tr> 320 <td><a href="#" class="info"><?php echo _("Play Music On Hold?")?><span><?php echo _("If you select a Music on Hold class to play, instead of 'Ring', they will hear that instead of Ringing while they are waiting for someone to pick up. Note this DOES NOT WORK with call confirmation, due to limitations of Asterisk")?></span></a></td>320 <td><a href="#" class="info"><?php echo _("Play Music On Hold?")?><span><?php echo _("If you select a Music on Hold class to play, instead of 'Ring', they will hear that instead of Ringing while they are waiting for someone to pick up.")?></span></a></td> 321 321 <td> 322 322 <select name="ringing"/> modules/branches/2.2/ringgroups/module.xml
r3092 r3104 2 2 <rawname>ringgroups</rawname> 3 3 <name>Ring Groups</name> 4 <version>2.2. 4</version>4 <version>2.2.5</version> 5 5 <type>setup</type> 6 6 <category>Inbound Call Control</category> … … 9 9 </description> 10 10 <changelog> 11 *2.2.5* Modified flyover help - since moh works with confirmation now 11 12 *2.2.4* Added sound files for default confirmation messages 12 13 *2.2.3* Clarification on help message if you want to ring follow-me and other non-extension numbers modules/branches/2.2/ringgroups/page.ringgroups.php
r3088 r3104 245 245 <?php } if (function_exists('music_list')) { ?> 246 246 <tr> 247 <td><a href="#" class="info"><?php echo _("Play Music On Hold?")?><span><?php echo _("If you select a Music on Hold class to play, instead of 'Ring', they will hear that instead of Ringing while they are waiting for someone to pick up. Note this DOES NOT WORK with call confirmation, due to limitations of Asterisk")?></span></a></td>247 <td><a href="#" class="info"><?php echo _("Play Music On Hold?")?><span><?php echo _("If you select a Music on Hold class to play, instead of 'Ring', they will hear that instead of Ringing while they are waiting for someone to pick up.")?></span></a></td> 248 248 <td> 249 249 <select name="ringing"/>
