Changeset 4169
- Timestamp:
- 06/22/07 20:11:45 (6 years ago)
- Files:
-
- modules/branches/2.3/announcement/page.announcement.php (modified) (1 diff)
- modules/branches/2.3/backup/schedule_functions.php (modified) (1 diff)
- modules/branches/2.3/callback/module.xml (modified) (1 diff)
- modules/branches/2.3/cidlookup/module.xml (modified) (1 diff)
- modules/branches/2.3/core/agi-bin/dialparties.agi (modified) (1 diff)
- modules/branches/2.3/core/agi-bin/enumlookup.agi (modified) (1 diff)
- modules/branches/2.3/core/functions.inc.php (modified) (2 diffs)
- modules/branches/2.3/core/page.did.php (modified) (3 diffs)
- modules/branches/2.3/miscapps/module.xml (modified) (1 diff)
- modules/branches/2.3/miscapps/page.miscapps.php (modified) (2 diffs)
- modules/branches/2.3/miscdests/page.miscdests.php (modified) (1 diff)
- modules/branches/2.3/phonebook/module.xml (modified) (2 diffs)
- modules/branches/2.3/ringgroups/page.ringgroups.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.3/announcement/page.announcement.php
r3785 r4169 1 1 <?php 2 /** Announcments module for freePBX 2.2+2 /** Announcments module for FreePBX 2.2+ 3 3 * Copyright 2006 Greg MacLellan 4 4 * This program is free software; you can redistribute it and/or modules/branches/2.3/backup/schedule_functions.php
r3229 r4169 40 40 $tar_string="tar tfz \"$dir\" | cut -d'/' -f4"; 41 41 exec($tar_string,$restore_files,$error); 42 echo "<li><a class=\"info\" href=\"javascript:decision('Are you sure you want to restore this COMPLETE file set?\nDoing so will permanently over-write all freePBX and Asterisk files\n You will loose all Your Call Detail Records and any Voicemail that was recorded between the BACKUP DATE and NOW.','config.php?type=$type&display=$display&action=restored&dir=$dir&filetype=ALL&file=$file')\">";42 echo "<li><a class=\"info\" href=\"javascript:decision('Are you sure you want to restore this COMPLETE file set?\nDoing so will permanently over-write all FreePBX and Asterisk files\n You will loose all Your Call Detail Records and any Voicemail that was recorded between the BACKUP DATE and NOW.','config.php?type=$type&display=$display&action=restored&dir=$dir&filetype=ALL&file=$file')\">"; 43 43 echo _("Restore Entire Backup Set"); echo "<span>"; echo _("Restore your Complete Backup set overwriting all files."); echo "</span></a><br></li>"; 44 44 echo "<br>"; modules/branches/2.3/callback/module.xml
r4162 r4169 11 11 *1.4.2* merge findmefollow/core extension destinations if any 12 12 *1.4.1* Moved callback agi script from core to module 13 *1.4.0* SQLite3 support, fixes ticket:1793 (only for freePBX 2.3)13 *1.4.0* SQLite3 support, fixes ticket:1793 (only for FreePBX 2.3) 14 14 *1.3.1* Add he_IL translation 15 15 *1.3* Fixed UI errors for new 2.2 look. modules/branches/2.3/cidlookup/module.xml
r3951 r4169 16 16 <info>http://freepbx.org/wiki/CallerIDLookup</info> 17 17 <changelog> 18 *1.2.0* Added SQLite3 support, fixes ticket:1796 ( freePBX 2.3 only)18 *1.2.0* Added SQLite3 support, fixes ticket:1796 (FreePBX 2.3 only) 19 19 *1.1.1* Add he_IL translation 20 20 *1.1* First release for FreePBX 2.2 - Fixed compatibility issue with new UI modules/branches/2.3/core/agi-bin/dialparties.agi
r4110 r4169 19 19 // 20 20 // This script has been ported to PHP by 21 // Diego Iastrubni <diego.iastrubni@xorcom.com> and the freePBX community21 // Diego Iastrubni <diego.iastrubni@xorcom.com> and the FreePBX community 22 22 23 23 $config = parse_amportal_conf( "/etc/amportal.conf" ); modules/branches/2.3/core/agi-bin/enumlookup.agi
r4110 r4169 5 5 // Written by Rob Thomas <xrobau@gmail.com> 6 6 // Released under Version 2 of the GPL 7 // Originally written for use with freePBX.7 // Originally written for use with FreePBX. 8 8 9 9 // Based on e164.org's enum.php script, available on http://www.e164.org/enum.phps modules/branches/2.3/core/functions.inc.php
r4156 r4169 2571 2571 $currentcomponent->setoptlistopts('ringtime', 'sort', false); 2572 2572 2573 $currentcomponent->addoptlistitem('faxdestoptions', 'default', ' freePBX default');2573 $currentcomponent->addoptlistitem('faxdestoptions', 'default', 'FreePBX default'); 2574 2574 $currentcomponent->addoptlistitem('faxdestoptions', 'disabled', 'disabled'); 2575 2575 $currentcomponent->addoptlistitem('faxdestoptions', 'system', 'system'); … … 2698 2698 $section = 'Fax Handling'; 2699 2699 $wait = (isset($wait) ? $wait : '0'); 2700 $currentcomponent->addguielem($section, new gui_selectbox('faxexten', $currentcomponent->getoptlist('faxdestoptions'), $faxexten, 'Fax Extension', "Select 'system' to have the system receive and email faxes.<br><br>The freePBX default is defined in General Settings.", false), 4);2701 $currentcomponent->addguielem($section, new gui_textbox('faxemail', $faxemail, 'Fax Email', "Email address is used if 'system' has been chosen for the fax extension above.<br><br>Leave this blank to use the freePBX default in General Settings"));2700 $currentcomponent->addguielem($section, new gui_selectbox('faxexten', $currentcomponent->getoptlist('faxdestoptions'), $faxexten, 'Fax Extension', "Select 'system' to have the system receive and email faxes.<br><br>The FreePBX default is defined in General Settings.", false), 4); 2701 $currentcomponent->addguielem($section, new gui_textbox('faxemail', $faxemail, 'Fax Email', "Email address is used if 'system' has been chosen for the fax extension above.<br><br>Leave this blank to use the FreePBX default in General Settings")); 2702 2702 $currentcomponent->addguielem($section, new gui_selectbox('answer', $currentcomponent->getoptlist('faxdetecttype'), $answer, 'Fax Detection Type', "Selecting Zaptel or NVFax will immediately answer the call and play ringing tones to the caller for the number of seconds in Pause below. Use NVFax on SIP or IAX trunks.", false)); 2703 2703 $currentcomponent->addguielem($section, new gui_textbox('wait', $wait, 'Pause after answer', 'The number of seconds we should wait after performing an Immediate Answer. The primary purpose of this is to pause and listen for a fax tone before allowing the call to proceed.', '!isInteger()', $msgInvalidPause, false)); modules/branches/2.3/core/page.did.php
r3969 r4169 113 113 <tr> 114 114 <td> 115 <a class="info" href="#"><?php echo _("Fax Extension")?><span><?php echo _("Select 'system' to have the system receive and email faxes.<br><br>The freePBX default is defined in General Settings.")?></span></a>:115 <a class="info" href="#"><?php echo _("Fax Extension")?><span><?php echo _("Select 'system' to have the system receive and email faxes.<br><br>The FreePBX default is defined in General Settings.")?></span></a>: 116 116 </td> 117 117 <td> … … 130 130 $mohclass = 'default'; 131 131 ?> 132 <option value="default" <?php echo ($faxexten == 'default' ? 'SELECTED' : '')?>><?php echo _(" freePBX default")?>132 <option value="default" <?php echo ($faxexten == 'default' ? 'SELECTED' : '')?>><?php echo _("FreePBX default")?> 133 133 <option value="disabled" <?php echo ($faxexten == 'disabled' ? 'SELECTED' : '')?>><?php echo _("disabled")?> 134 134 <option value="system" <?php echo ($faxexten == 'system' ? 'SELECTED' : '')?>><?php echo _("system")?> … … 147 147 <tr> 148 148 <td> 149 <a class="info" href="#"><?php echo _("Fax Email")?><span><?php echo _("Email address is used if 'system' has been chosen for the fax extension above.<br><br>Leave this blank to use the freePBX default in General Settings.")?></span></a>:149 <a class="info" href="#"><?php echo _("Fax Email")?><span><?php echo _("Email address is used if 'system' has been chosen for the fax extension above.<br><br>Leave this blank to use the FreePBX default in General Settings.")?></span></a>: 150 150 </td> 151 151 <td> modules/branches/2.3/miscapps/module.xml
r4164 r4169 6 6 <category>Internal Options & Configuration</category> 7 7 <description> 8 Adds the ability to create feature codes that can go to any freePBX destination (such as an IVR or queue)8 Adds the ability to create feature codes that can go to any FreePBX destination (such as an IVR or queue) 9 9 </description> 10 10 <menuitems> modules/branches/2.3/miscapps/page.miscapps.php
r3486 r4169 1 1 <?php 2 /** Misc Applications module for freePBX 2.2+2 /** Misc Applications module for FreePBX 2.2+ 3 3 * Copyright 2006 Greg MacLellan 4 4 * This program is free software; you can redistribute it and/or … … 77 77 } 78 78 79 $helptext = _("Misc Applications are for adding feature codes that you can dial from internal phones that go to various destinations available in freePBX. This is in contrast to the <strong>Misc Destinations</strong> module, which is for creating destinations that can be used by other freePBX modules to dial internal numbers or feature codes.");79 $helptext = _("Misc Applications are for adding feature codes that you can dial from internal phones that go to various destinations available in FreePBX. This is in contrast to the <strong>Misc Destinations</strong> module, which is for creating destinations that can be used by other FreePBX modules to dial internal numbers or feature codes."); 80 80 echo "<p>".$helptext."</p>\n"; 81 81 ?> modules/branches/2.3/miscdests/page.miscdests.php
r3589 r4169 97 97 echo "<h2>"._("Misc Destinations")."</h2>"; 98 98 echo "<h3>"._("Instructions")."</h3>"; 99 $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.");99 $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."); 100 100 101 101 modules/branches/2.3/phonebook/module.xml
r2892 r4169 3 3 <name>Phonebook</name> 4 4 <version>1.1.5</version> 5 <description>Provides a phonebook for freePBX, it can be used as base for Caller ID Lookup and Speed Dial</description>5 <description>Provides a phonebook for FreePBX, it can be used as base for Caller ID Lookup and Speed Dial</description> 6 6 <type>tool</type> 7 7 <category>CID & Number Management</category> … … 19 19 *1.1.3* Fixed copyright information for fgetcsvfromline() 20 20 Updated module.xml format 21 *1.1.2* freePBX 2.1.2 Released21 *1.1.2* FreePBX 2.1.2 Released 22 22 *1.1.1* Apply #1105 - Fix up module naming conventions 23 23 *1.1.0* Added Speed dial field for phonebook entries (used by speeddial module) modules/branches/2.3/ringgroups/page.ringgroups.php
r3653 r4169 184 184 <b><?php echo _("hunt")?></b>: <?php echo _("Take turns ringing each available extension")?><br> 185 185 <b><?php echo _("memoryhunt")?></b>: <?php echo _("Ring first extension in the list, then ring the 1st and 2nd extension, then ring 1st 2nd and 3rd extension in the list.... etc.")?><br> 186 <b><?php echo _("*-prim")?></b>: <?php echo _("These modes act as described above. However, if the primary extension (first in list) is occupied, the other extensions will not be rung. If the primary is freePBX DND, it won't be rung. If the primary is freePBX CF unconditional, then all will be rung")?><br>186 <b><?php echo _("*-prim")?></b>: <?php echo _("These modes act as described above. However, if the primary extension (first in list) is occupied, the other extensions will not be rung. If the primary is FreePBX DND, it won't be rung. If the primary is FreePBX CF unconditional, then all will be rung")?><br> 187 187 <b><?php echo _("firstavailable")?></b>: <?php echo _("ring only the first available channel")?><br> 188 188 <b><?php echo _("firstnotonphone")?></b>: <?php echo _("ring only the first channel which is not offhook - ignore CW")?><br>
