Changeset 4170

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

Rebranded freePBX to FreePBX

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/branches/2.3/CHANGES

    r4014 r4170  
    102102 
    1031032.1.1 
    104 - Rob Thomas (xrobau@gmail.com) takes over stewardship of freePBX project from Coalescent Systems 
     104- Rob Thomas (xrobau@gmail.com) takes over stewardship of FreePBX project from Coalescent Systems 
    105105- Clean up harmless warnings in recordingcheck (r1927 and r1940) 
    106106- SIP Anonymous wasn't working when language was not set to 'en' (r1932) 
     
    1271272.0 
    128128 
    129 - AMP is now "freePBX" 
     129- AMP is now "FreePBX" 
    130130- New module system allows for drop-in functionality 
    131131- Requires Asterisk 1.2.x 
     
    138138- Queue Static Agents can have penalties applied 
    139139- Using native music on hold support - no more mpg123!! 
    140 - Default is to use freePBX database authentication.  New installs create a new user. 
     140- Default is to use FreePBX database authentication.  New installs create a new user. 
    141141- Initial sqlite support! 
    142142- Much improved form validation for all modules 
  • freepbx/branches/2.3/CONTRIB.txt

    r2906 r4170  
    44 
    55Zac Sprackett (www.sprackett.com) 
    6 Ported to PHP by the freePBX community. 
     6Ported to PHP by the FreePBX community. 
    77 
    88****************************************************************************************** 
  • freepbx/branches/2.3/ChangeLog

    r998 r4170  
    9393 
    9494  * amportal.conf (1.13), amp_conf/htdocs_panel/index_amp.php (1.3): 
    95     [ 1438881 ] freePBX 2.0 Beta 1 /panel/index_amp.php error 
     95    [ 1438881 ] FreePBX 2.0 Beta 1 /panel/index_amp.php error 
    9696 
    97972006-02-27 10:07  rcourtna 
  • freepbx/branches/2.3/INSTALL

    r3507 r4170  
    11### 
    2 Installing freePBX 
     2Installing FreePBX 
    33 
    44###  
    55Important Warning! 
    6 freePBX _will_ overwrite any exisiting asterisk configurations you may have. This project attempts 
     6FreePBX _will_ overwrite any exisiting asterisk configurations you may have. This project attempts 
    77to manage as much of asterisk as it can, and this means lots of automatically generated dialplans. 
    8 Please visit both the Documentation wiki (http://www.aussievoip.com.au/wiki/freePBX) and the Dev 
     8Please visit both the Documentation wiki (http://www.aussievoip.com.au/wiki/FreePBX) and the Dev 
    99wiki (http://www.freepbx.org/wiki) for instructions, hints and tips. As a rule of thumb, any  
    1010existing sip, iax, or extensions files can be copied to the same name with _custom.conf appended, 
     
    1313 
    1414### 
    15 freePBX has several requirements, including the following packages (names may vary based on distro): 
     15FreePBX has several requirements, including the following packages (names may vary based on distro): 
    1616 
    1717  libxml2 
     
    4343   
    4444### 
    45 freePBX requires the following changes to php and apache for uploading new MOH files: 
    46 (Note: Thise are reasonably distro specifc. Check http://www.aussievoip.com/wiki/freePBX  
     45FreePBX requires the following changes to php and apache for uploading new MOH files: 
     46(Note: Thise are reasonably distro specifc. Check http://www.aussievoip.com/wiki/FreePBX  
    4747for more documentation) 
    4848 
     
    5454 
    5555### 
    56 Download the latest freePBX files: 
    57  
    58   - download the latest freePBX tarball to /usr/src 
     56Download the latest FreePBX files: 
     57 
     58  - download the latest FreePBX tarball to /usr/src 
    5959  - tar -zxvf freepbx<version>.tar.gz 
    6060 
    6161### 
    6262Getting Asterisk and Zaptel from SVN or download the latest Asterisk and Zaptel source archives 
    63 (freePBX uses the v2.0 branch) 
     63(FreePBX uses the v2.0 branch) 
    6464 
    6565  - cd /usr/src 
     
    126126   
    127127### 
    128 Setting up MySQL for CDR and freePBX web interface 
     128Setting up MySQL for CDR and FreePBX web interface 
    129129 
    130130  - /usr/bin/mysql_install_db 
     
    156156 
    157157### 
    158 Run the "install" script to install all the freePBX files:   
    159  
    160   - /usr/src/freePBX/install_amp 
     158Run the "install" script to install all the FreePBX files:   
     159 
     160  - /usr/src/FreePBX/install_amp 
    161161   
    162162### 
     
    236236 
    237237  Note: if your configuration is using zap channels as FXS endpoints, zapata.conf must 
    238   contain the following line in order to provision these endpoints in freePBX's Extensions admin: 
     238  contain the following line in order to provision these endpoints in FreePBX's Extensions admin: 
    239239  #include zapata_additional.conf 
    240240 
     
    259259Amportal Control Script 
    260260 
    261   FreePBX's amportal control script starts, stops or kills services in the freePBX environment, and sets permissions on directories/files in the 
    262   freePBX environment: 
     261  FreePBX's amportal control script starts, stops or kills services in the FreePBX environment, and sets permissions on directories/files in the 
     262  FreePBX environment: 
    263263 
    264264  [root@pbx root]# amportal 
  • freepbx/branches/2.3/UPGRADE

    r1972 r4170  
    11 
    2 Upgrading freePBX 
     2Upgrading FreePBX 
    33 
    4 Upgrading freePBX is easy.  You should perform these steps on a running system.  There should be no impact to service. 
     4Upgrading FreePBX is easy.  You should perform these steps on a running system.  There should be no impact to service. 
    55 
    66 
    7 Upgrading from the freePBX-version.tar.gz download from sourceforge: 
     7Upgrading from the FreePBX-version.tar.gz download from sourceforge: 
    88 
    9 - save the freePBX-version.tar.gz to /usr/src/ 
     9- save the FreePBX-version.tar.gz to /usr/src/ 
    1010- cd /usr/src/ :: change to your /usr/src directory 
    11 - rm -rf freePBX :: remove your current freePBX directory (if you have one) 
    12 - tar -zxvf freePBX-version.tar.gz :: extract the new freePBX tar 
    13 - cd freePBX-version :: change to the freePBX directory 
     11- rm -rf FreePBX :: remove your current FreePBX directory (if you have one) 
     12- tar -zxvf FreePBX-version.tar.gz :: extract the new FreePBX tar 
     13- cd FreePBX-version :: change to the FreePBX directory 
    1414- ./install_amp :: run the install script 
    1515 
    1616- ./AAH_updatemaint.sh (optional) 
    17   This is used to restore the maintenance tab that is not part of AMP or freePBX. 
     17  This is used to restore the maintenance tab that is not part of AMP or FreePBX. 
  • freepbx/branches/2.3/amp_conf/htdocs/admin/footer.php

    r4088 r4170  
    131131 
    132132  echo "\t\t".sprintf(_("%s licensed under %s"),  
    133     "<a href=\"http://www.freepbx.org\" target=\"_blank\">"._("freePBX")." ".getversion()."</a>", 
     133    "<a href=\"http://www.freepbx.org\" target=\"_blank\">"._("FreePBX")." ".getversion()."</a>", 
    134134    "<a href=\"http://www.gnu.org/copyleft/gpl.html\" target=\"_blank\">GPL</a>" 
    135135  ); 
  • freepbx/branches/2.3/amp_conf/htdocs/admin/functions.inc.php

    r4155 r4170  
    11561156************************************************************************************************************/ 
    11571157  
    1158 /** Get the latest module.xml file for this freePBX version.  
     1158/** Get the latest module.xml file for this FreePBX version.  
    11591159 * Caches in the database for 5 mintues. 
    11601160 * If $module is specified, only returns the data for that module. 
     
    24612461 
    24622462/** Abort all output, and redirect the browser's location using standard 
    2463  * freePBX user interface variables. By default, will take POST/GET variables 
     2463 * FreePBX user interface variables. By default, will take POST/GET variables 
    24642464 * 'type' and 'display' and pass them along in the URL.  
    24652465 * Also accepts a variable number of parameters, each being the name of a variable 
  • freepbx/branches/2.3/amp_conf/htdocs/admin/header.php

    r4082 r4170  
    126126  echo "\t\t<div id=\"version\">"; 
    127127  echo sprintf(_("%s %s on %s"),  
    128     "<a href=\"index.php\">"._("freePBX")."</a>", 
     128    "<a href=\"index.php\">"._("FreePBX")."</a>", 
    129129    getversion(), 
    130130    "<a href=\"http".(isset($_SERVER['HTTPS'])&&$_SERVER['HTTPS']!=''?'s':'')."://".$_SERVER['HTTP_HOST']."\">".$_SERVER["SERVER_NAME"]."</a>" 
     
    144144  echo "\t\t</ul>\n"; 
    145145 
    146   $freepbx_alt = _("freePBX"); 
     146  $freepbx_alt = _("FreePBX"); 
    147147  $freepbx_logo = (isset($amp_conf["AMPADMINLOGO"]) && is_file($amp_conf["AMPWEBROOT"]."/admin/images/".$amp_conf["AMPADMINLOGO"])) ? $amp_conf["AMPADMINLOGO"] : 'freepbx_small.png'; 
    148148  echo "\t\t<div id=\"logo\"><a href=\"http://www.freepbx.org\" target=\"_blank\" title=\"".$freepbx_alt."\"><img src=\"images/".$freepbx_logo."\" alt=\"".$freepbx_alt."\" /></a></div>\n"; 
  • freepbx/branches/2.3/amp_conf/htdocs/admin/header_auth.php

    r3263 r4170  
    5151    if (! isset($_SESSION['realm'])) { 
    5252      srand(); 
    53       $_SESSION['realm'] = 'freePBX (SEQ'.mt_rand( 1, 1000000000 ).')';  
     53      $_SESSION['realm'] = 'FreePBX (SEQ'.mt_rand( 1, 1000000000 ).')';  
    5454      $_SESSION['login'] = true; 
    5555      header("WWW-Authenticate: Basic realm=\"{$_SESSION['realm']}\"");  
  • freepbx/branches/2.3/amp_conf/htdocs/admin/i18n/es_ES/LC_MESSAGES/amp.po

    r1324 r4170  
    838838 
    839839#: index.php:25 
    840 msgid "freePBX administration" 
    841 msgstr "administraci&oacute;n freePBX" 
     840msgid "FreePBX administration" 
     841msgstr "administraci&oacute;n FreePBX" 
    842842 
    843843#: index.php:26 
  • freepbx/branches/2.3/amp_conf/htdocs/admin/i18n/fr_FR/LC_MESSAGES/amp.po

    r1706 r4170  
    13241324 
    13251325#: index.php:25 
    1326 msgid "freePBX administration" 
    1327 msgstr "Administration iPBX" 
     1326msgid "FreePBX administration" 
     1327msgstr "Administration FreePBX" 
    13281328 
    13291329#: index.php:26 
     
    31533153msgid "" 
    31543154"Select 'system' to have the system receive and email faxes.<br><br>The " 
    3155 "freePBX default is defined in General Settings." 
     3155"FreePBX default is defined in General Settings." 
    31563156msgstr "" 
    31573157"Choisir <b>Syst&egrave;me</b> pour autoriser le syst&egrave;me " 
     
    31693169 
    31703170#: modules/core/page.did.php:112 
    3171 msgid "freePBX default" 
     3171msgid "FreePBX default" 
    31723172msgstr "Par D&eacute;faut" 
    31733173 
  • freepbx/branches/2.3/amp_conf/htdocs/admin/i18n/he_IL/LC_MESSAGES/amp.po

    r2734 r4170  
    103103 
    104104#: index.php:18 logout.php:16 
    105 msgid "freePBX administration" 
    106 msgstr "ניהול freePBX" 
     105msgid "FreePBX administration" 
     106msgstr "ניהול FreePBX" 
    107107 
    108108#: index.php:19 
  • freepbx/branches/2.3/amp_conf/htdocs/admin/i18n/it_IT/LC_MESSAGES/amp.po

    r2636 r4170  
    30993099 
    31003100#: index.php:25 
    3101 msgid "freePBX administration" 
    3102 msgstr "amministrazione freePBX" 
     3101msgid "FreePBX administration" 
     3102msgstr "amministrazione FreePBX" 
    31033103 
    31043104#: index.php:80 
     
    32413241msgid "" 
    32423242"Select 'system' to have the system receive and email faxes.<br><br>The " 
    3243 "freePBX default is defined in General Settings." 
     3243"FreePBX default is defined in General Settings." 
    32443244msgstr "" 
    32453245"Selezionare 'sistema' per avere la ricezione dei fax come da impostazioni " 
     
    32473247 
    32483248#: modules/core/page.did.php:112 modules/core/page.did.php:114 
    3249 msgid "freePBX default" 
    3250 msgstr "default freePBX" 
     3249msgid "FreePBX default" 
     3250msgstr "default FreePBX" 
    32513251 
    32523252#: modules/core/page.general.php:66 
  • freepbx/branches/2.3/amp_conf/htdocs/admin/i18n/pt_PT/LC_MESSAGES/amp.po

    r1896 r4170  
    834834 
    835835#: index.php:25 
    836 msgid "freePBX administration" 
    837 msgstr "administralçao freePBX" 
     836msgid "FreePBX administration" 
     837msgstr "administralçao FreePBX" 
    838838 
    839839#: index.php:26 
  • freepbx/branches/2.3/amp_conf/htdocs/admin/i18n/ru_RU/LC_MESSAGES/amp.po

    r1364 r4170  
    1 # Russian freePBX ver. translation  
     1# Russian FreePBX ver. translation  
    22# Copyright (C) 2006 PostMet Corporation 
    3 # This file is distributed under the same license as the freePBX package. 
     3# This file is distributed under the same license as the FreePBX package. 
    44# Alexander Kozyrev <ceo@postmet.com>, Sergey Nikolayev <sergey@postmet.com>, 2006. 
    55# 
     
    103103 
    104104#: index.php:25 
    105 msgid "freePBX administration" 
    106 msgstr "°ÔÜØÝØáâàØàÞÒÐÝØÕ freePBX" 
     105msgid "FreePBX administration" 
     106msgstr "°ÔÜØÝØáâàØàÞÒÐÝØÕ FreePBX" 
    107107 
    108108#: index.php:26 
     
    116116#: index.php:81 
    117117msgid "Welcome to the FreePBX Administration" 
    118 msgstr "ŽÞÑàÞ ßÞÖÐÛÞÒÐâì Ò freePBX" 
     118msgstr "ŽÞÑàÞ ßÞÖÐÛÞÒÐâì Ò FreePBX" 
    119119 
    120120#: page.modules.php:89 
     
    966966msgid "" 
    967967"Select 'system' to have the system receive and email faxes.<br><br>The " 
    968 "freePBX default is defined in General Settings." 
     968"FreePBX default is defined in General Settings." 
    969969msgstr "" 
    970970"²ëÑÕàØâÕ 'áØáâÕÜÐ' ÔÛï ÐÒâÞÜÐâØçÕáÚÞÓÞ ßÞÛãçÕÝØï äÐÚáÞÒ Ø ÔÐÛìÝÕèÕÙ ÞâáëÛÚØ " 
     
    973973 
    974974#: modules/core/page.did.php:114 
    975 msgid "freePBX default" 
     975msgid "FreePBX default" 
    976976msgstr "·ÝÐçÕÝØï ßÞ ãÜÞÛçÐÝØî" 
    977977 
     
    20242024msgid "" 
    20252025"When you connect to IRC, to assist in support, the IRC client will " 
    2026 "automatically send the following information to everyone in the #freePBX " 
     2026"automatically send the following information to everyone in the #FreePBX " 
    20272027"channel:" 
    20282028msgstr "" 
    20292029"¿àØ ßàØáÞÕÔØÝÕÝØØ Ú áÕâØ IRC ÔÛï ßÞÛãçÕÝØï ÚÞÝáãÛìâÐæØÞÝÝÞÙ ßÞÔÔÕàÖÚØ, IRC ÚÛØÕÝâ " 
    2030 "ÐÒâÞÜÐâØçÕáÚØ ÞâÞèÛÕâ íâã ØÝäÞàÜÐæØî ÒáÕÜ ÝÐ ÚÐÝÐÛÕ #freePBX:" 
     2030"ÐÒâÞÜÐâØçÕáÚØ ÞâÞèÛÕâ íâã ØÝäÞàÜÐæØî ÒáÕÜ ÝÐ ÚÐÝÐÛÕ #FreePBX:" 
    20312031 
    20322032#: modules/irc/page.irc.php:71 
     
    20362036#: modules/irc/page.irc.php:74 
    20372037msgid "Your FreePBX version:" 
    2038 msgstr "²ÕàáØï freePBX:" 
     2038msgstr "²ÕàáØï FreePBX:" 
    20392039 
    20402040#: modules/irc/page.irc.php:77 
  • freepbx/branches/2.3/amp_conf/htdocs/admin/index.php

    r3859 r4170  
    3232include 'header.php'; 
    3333 
    34 $title=_("freePBX administration"); 
     34$title=_("FreePBX administration"); 
    3535$message=_("Administration"); 
    3636 
     
    4848  <div id="right-corner"></div> 
    4949  <div class="content"> 
    50     <h2>freePBX</h2> 
     50    <h2>FreePBX</h2> 
    5151    <p> 
    5252    <?php echo _("Welcome to the FreePBX Administration") ?> <?php echo getversion(); ?> 
  • freepbx/branches/2.3/amp_conf/htdocs/admin/logout.php

    r2980 r4170  
    1616$quietmode = isset($_REQUEST['quietmode'])?$_REQUEST['quietmode']:''; 
    1717 
    18 $title=_("freePBX administration"); 
     18$title=_("FreePBX administration"); 
    1919 
    2020$message=_("Logged Out"); 
  • freepbx/branches/2.3/amp_conf/htdocs/admin/page.modules.php

    r4063 r4170  
    486486       
    487487    } else { 
    488       echo "<p>"._('You can upload a tar gzip file containing a freePBX module from your local system. If a module with the same name already exists, it will be overwritten.')."</p>\n"; 
     488      echo "<p>"._('You can upload a tar gzip file containing a FreePBX module from your local system. If a module with the same name already exists, it will be overwritten.')."</p>\n"; 
    489489     
    490490      echo "<form name=\"modulesGUI-upload\" action=\"config.php\" method=\"post\" enctype=\"multipart/form-data\">"; 
  • freepbx/branches/2.3/amp_conf/htdocs/admin/panel.php

    r2856 r4170  
    1414$quietmode = isset($_REQUEST['quietmode'])?$_REQUEST['quietmode']:''; 
    1515 
    16 $title="freePBX: Flash Operator Panel"; 
     16$title="FreePBX: Flash Operator Panel"; 
    1717$message="Flash Operator Panel"; 
    1818 
  • freepbx/branches/2.3/amp_conf/htdocs/admin/reports.php

    r3788 r4170  
    1414$quietmode = isset($_REQUEST['quietmode'])?$_REQUEST['quietmode']:''; 
    1515 
    16 $title="freePBX: Call Detail Reports"; 
     16$title="FreePBX: Call Detail Reports"; 
    1717$message="Call Detail Reports"; 
    1818 
  • freepbx/branches/2.3/amp_conf/htdocs/index.html

    r855 r4170  
    22<HEAD> 
    33<head> 
    4     <title>freePBX</title> 
     4    <title>FreePBX</title> 
    55    <meta http-equiv="Content-Type" content="text/html"> 
    66    <link href="mainstyle.css" rel="stylesheet" type="text/css">  
  • freepbx/branches/2.3/amp_conf/htdocs/recordings/modules/settings.module

    r4154 r4170  
    806806      <tr> 
    807807      <td><a href='#' class='info'>" . _("Enable") . "<span>". _(" 
    808 Dial-by-name Directory, IVR, and internal calls will ring the numbers in the FollowMe List. Any freePBX routes that directly reference a FollowMe are unaffected by this enable/disable setting. 
     808Dial-by-name Directory, IVR, and internal calls will ring the numbers in the FollowMe List. Any FreePBX routes that directly reference a FollowMe are unaffected by this enable/disable setting. 
    809809") . "<br></span></a></td> 
    810810        <td> 
  • freepbx/branches/2.3/amportal.conf

    r4117 r4170  
    125125# AMPPROVROOT=/var/ftp /tftpboot 
    126126# One or more directories where there are provisioning files that should be included in the backup. Currently 
    127 # these get backed up only, the freePBX utility does not automatically restore them. 
     127# these get backed up only, the FreePBX utility does not automatically restore them. 
    128128# 
    129129#AMPPROVROOT=/var/ftp /tftpboot 
  • freepbx/branches/2.3/freepbx.pot

    r2836 r4170  
    198198msgid "" 
    199199"Select 'system' to have the system receive and email faxes.<br><br>The " 
    200 "freePBX default is defined in General Settings." 
     200"FreePBX default is defined in General Settings." 
    201201msgstr "" 
    202202 
    203203#: amp_conf/htdocs/admin/modules/core/page.did.php:124 
    204 msgid "freePBX default" 
     204msgid "FreePBX default" 
    205205msgstr "" 
    206206 
     
    222222msgid "" 
    223223"Email address is used if 'system' has been chosen for the fax extension " 
    224 "above.<br><br>Leave this blank to use the freePBX default in General " 
     224"above.<br><br>Leave this blank to use the FreePBX default in General " 
    225225"Settings." 
    226226msgstr "" 
     
    13541354 
    13551355#: amp_conf/htdocs/admin/config.php:253 
    1356 msgid "Welcome to freePBX." 
     1356msgid "Welcome to FreePBX." 
    13571357msgstr "" 
    13581358 
    13591359#: amp_conf/htdocs/admin/config.php:254 
    13601360msgid "" 
    1361 "If you're new to freePBX, Welcome. Here are some quick instructions to get " 
     1361"If you're new to FreePBX, Welcome. Here are some quick instructions to get " 
    13621362"you started" 
    13631363msgstr "" 
     
    13911391#, php-format 
    13921392msgid "" 
    1393 "There is also a community based <a href='%s' target='_new'>freePBX Web " 
     1393"There is also a community based <a href='%s' target='_new'>FreePBX Web " 
    13941394"Forum</a> where you can post\n" 
    13951395"questions and search for answers for any problems you may be having." 
     
    13971397 
    13981398#: amp_conf/htdocs/admin/config.php:289 
    1399 msgid "We hope you enjoy using freePBX!" 
     1399msgid "We hope you enjoy using FreePBX!" 
    14001400msgstr "" 
    14011401 
     
    14091409 
    14101410#: amp_conf/htdocs/admin/index.php:16 amp_conf/htdocs/admin/logout.php:16 
    1411 msgid "freePBX administration" 
     1411msgid "FreePBX administration" 
    14121412msgstr "" 
    14131413 
     
    17061706 
    17071707#: amp_conf/htdocs/admin/header.php:110 
    1708 msgid "freePBX" 
     1708msgid "FreePBX" 
    17091709msgstr "" 
    17101710 
  • freepbx/branches/2.3/install_amp

    r4122 r4170  
    10271027 
    10281028  if (version_compare($matches[1], "1.2") < 0) { 
    1029     fatal("Asterisk 1.2 or 1.4 is required for this version of freePBX. Detected version is: ".$matches[1]); 
     1029    fatal("Asterisk 1.2 or 1.4 is required for this version of FreePBX. Detected version is: ".$matches[1]); 
    10301030  } 
    10311031  if (version_compare($matches[1], "1.5", "ge")) { 
    1032     fatal("Asterisk 1.2 or 1.4 is required for this version of freePBX. Detected version is: ".$matches[1]); 
     1032    fatal("Asterisk 1.2 or 1.4 is required for this version of FreePBX. Detected version is: ".$matches[1]); 
    10331033  } 
    10341034} elseif (preg_match('/^Asterisk SVN.+/', $verinfo)) { 
     
    10561056$tmpout = exec("selinuxenabled 2>&1", $tmpoutput, $sereturn); 
    10571057if ($sereturn == 0) { 
    1058   fatal("selinux is ENABLED. This is not supported. Please disable selinux before using freePBX"); 
     1058  fatal("selinux is ENABLED. This is not supported. Please disable selinux before using FreePBX"); 
    10591059} 
    10601060out("OK"); 
     
    11571157if ($install_files) 
    11581158{ 
    1159   outn("Installing new freePBX files.."); 
     1159  outn("Installing new FreePBX files.."); 
    11601160  $check_md5s=true; 
    11611161  $md5sums = read_md5_file(UPGRADE_DIR."/".$version.".md5");