Changeset 4169

Show
Ignore:
Timestamp:
06/22/07 20:11:45 (6 years ago)
Author:
fool4kate
Message:

Swapped freePBX to FreePBX

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.3/announcement/page.announcement.php

    r3785 r4169  
    11<?php  
    2 /** Announcments module for freePBX 2.2+ 
     2/** Announcments module for FreePBX 2.2+ 
    33 * Copyright 2006 Greg MacLellan 
    44 * This program is free software; you can redistribute it and/or 
  • modules/branches/2.3/backup/schedule_functions.php

    r3229 r4169  
    4040                $tar_string="tar tfz \"$dir\" | cut -d'/' -f4"; 
    4141                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')\">"; 
    4343    echo _("Restore Entire Backup Set"); echo "<span>"; echo _("Restore your Complete Backup set overwriting all files."); echo "</span></a><br></li>"; 
    4444                echo "<br>"; 
  • modules/branches/2.3/callback/module.xml

    r4162 r4169  
    1111  *1.4.2* merge findmefollow/core extension destinations if any 
    1212  *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) 
    1414  *1.3.1* Add he_IL translation 
    1515  *1.3* Fixed UI errors for new 2.2 look. 
  • modules/branches/2.3/cidlookup/module.xml

    r3951 r4169  
    1616  <info>http://freepbx.org/wiki/CallerIDLookup</info> 
    1717  <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) 
    1919    *1.1.1* Add he_IL translation 
    2020    *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  
    1919//  
    2020// This script has been ported to PHP by  
    21 // Diego Iastrubni <diego.iastrubni@xorcom.com> and the freePBX community 
     21// Diego Iastrubni <diego.iastrubni@xorcom.com> and the FreePBX community 
    2222 
    2323$config = parse_amportal_conf( "/etc/amportal.conf" ); 
  • modules/branches/2.3/core/agi-bin/enumlookup.agi

    r4110 r4169  
    55// Written by Rob Thomas <xrobau@gmail.com> 
    66// Released under Version 2 of the GPL 
    7 // Originally written for use with freePBX. 
     7// Originally written for use with FreePBX. 
    88 
    99// 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  
    25712571    $currentcomponent->setoptlistopts('ringtime', 'sort', false); 
    25722572 
    2573     $currentcomponent->addoptlistitem('faxdestoptions', 'default', 'freePBX default'); 
     2573    $currentcomponent->addoptlistitem('faxdestoptions', 'default', 'FreePBX default'); 
    25742574    $currentcomponent->addoptlistitem('faxdestoptions', 'disabled', 'disabled'); 
    25752575    $currentcomponent->addoptlistitem('faxdestoptions', 'system', 'system'); 
     
    26982698    $section = 'Fax Handling'; 
    26992699    $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")); 
    27022702    $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)); 
    27032703    $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  
    113113    <tr> 
    114114      <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>: 
    116116      </td> 
    117117      <td>&nbsp; 
     
    130130  $mohclass = 'default'; 
    131131?> 
    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")?> 
    133133          <option value="disabled" <?php  echo ($faxexten == 'disabled' ? 'SELECTED' : '')?>><?php echo _("disabled")?> 
    134134          <option value="system" <?php  echo ($faxexten == 'system' ? 'SELECTED' : '')?>><?php echo _("system")?> 
     
    147147    <tr> 
    148148      <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>: 
    150150      </td> 
    151151      <td> 
  • modules/branches/2.3/miscapps/module.xml

    r4164 r4169  
    66  <category>Internal Options &amp; Configuration</category> 
    77  <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) 
    99  </description> 
    1010  <menuitems> 
  • modules/branches/2.3/miscapps/page.miscapps.php

    r3486 r4169  
    11<?php  
    2 /** Misc Applications module for freePBX 2.2+ 
     2/** Misc Applications module for FreePBX 2.2+ 
    33 * Copyright 2006 Greg MacLellan 
    44 * This program is free software; you can redistribute it and/or 
     
    7777} 
    7878 
    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."); 
    8080echo "<p>".$helptext."</p>\n"; 
    8181?> 
  • modules/branches/2.3/miscdests/page.miscdests.php

    r3589 r4169  
    9797echo "<h2>"._("Misc Destinations")."</h2>"; 
    9898echo "<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."); 
    100100 
    101101 
  • modules/branches/2.3/phonebook/module.xml

    r2892 r4169  
    33  <name>Phonebook</name> 
    44  <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> 
    66  <type>tool</type> 
    77  <category>CID &amp; Number Management</category> 
     
    1919    *1.1.3* Fixed copyright information for fgetcsvfromline() 
    2020      Updated module.xml format 
    21     *1.1.2* freePBX 2.1.2 Released 
     21    *1.1.2* FreePBX 2.1.2 Released 
    2222    *1.1.1* Apply #1105 - Fix up module naming conventions 
    2323    *1.1.0* Added Speed dial field for phonebook entries (used by speeddial module) 
  • modules/branches/2.3/ringgroups/page.ringgroups.php

    r3653 r4169  
    184184          <b><?php echo _("hunt")?></b>: <?php echo _("Take turns ringing each available extension")?><br> 
    185185          <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> 
    187187          <b><?php echo _("firstavailable")?></b>:  <?php echo _("ring only the first available channel")?><br> 
    188188          <b><?php echo _("firstnotonphone")?></b>:  <?php echo _("ring only the first channel which is not offhook - ignore CW")?><br>