- Timestamp:
- 01/04/07 00:03:45 (6 years ago)
- Files:
-
- modules/branches/2.3 (modified) (1 prop)
- modules/branches/2.3/miscdests/module.xml (modified) (2 diffs)
- modules/branches/2.3/miscdests/page.miscdests.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.3
- Property svnmerge-integrated changed from /modules/branches/2.2:1-3329,3355-3356,3359-3360,3385-3386,3440,3465,3469,3474,3485 to /modules/branches/2.2:1-3329,3355-3356,3359-3360,3385-3386,3440,3465,3469,3474,3485,3527-3528
modules/branches/2.3/miscdests/module.xml
r3387 r3529 2 2 <rawname>miscdests</rawname> 3 3 <name>Misc Destinations</name> 4 <version>1.3. 1</version>4 <version>1.3.3</version> 5 5 <type>setup</type> 6 6 <category>Inbound Call Control</category> 7 7 <description>Allows creating destinations that dial any local number (extensions, feature codes, outside phone numbers) that can be used by other modules (eg, IVR, time conditions) as a call destination.</description> 8 8 <changelog> 9 *1.3.3* Minor formatting changes 10 *1.3.2* Add he_IL translation 9 11 *1.3.1* Updated help text 10 12 *1.3* First release for FreePBX 2.2 - Fixed GUI issues … … 13 15 <miscdests>Misc Destinations</miscdests> 14 16 </menuitems> 15 <location>release/2.2/miscdests-1.3. 1.tgz</location>17 <location>release/2.2/miscdests-1.3.3.tgz</location> 16 18 <info>http://aussievoip.com.au/wiki/freePBX-MiscDests</info> 17 19 <md5sum>8315cd64cafe01da12372bcef02a7bb3</md5sum> modules/branches/2.3/miscdests/page.miscdests.php
r3387 r3529 96 96 97 97 $helptext = _("Misc Destinations are for adding destinations that can be used by other freePBX modules, generally used to route incoming calls. If you want to create feature codes that can be dialed by internal users and go to various destinations, please see the <strong>Misc Applications</strong> module."); 98 echo "<p>".$helptext."</p>\n";99 98 100 99 … … 103 102 <h2><?php echo _("Misc Destination:")." ". $description; ?></h2> 104 103 <p><a href="<?php echo $delURL ?>"><?php echo _("Delete Misc Destination")?> '<?php echo $description; ?>'</a></p> 105 <?php } else { ?> 104 <?php } else { 105 echo "<h2>"._("Misc Destinations")."</h2>"; 106 echo "<p>".$helptext."</p>\n"; ?> 106 107 <h2><?php echo _("Add Misc Destination"); ?></h2> 107 108 <?php }
