Changeset 4170
- Timestamp:
- 06/22/07 20:21:49 (6 years ago)
- Files:
-
- freepbx/branches/2.3/CHANGES (modified) (3 diffs)
- freepbx/branches/2.3/CONTRIB.txt (modified) (1 diff)
- freepbx/branches/2.3/ChangeLog (modified) (1 diff)
- freepbx/branches/2.3/INSTALL (modified) (8 diffs)
- freepbx/branches/2.3/UPGRADE (modified) (1 diff)
- freepbx/branches/2.3/amp_conf/htdocs/admin/footer.php (modified) (1 diff)
- freepbx/branches/2.3/amp_conf/htdocs/admin/functions.inc.php (modified) (2 diffs)
- freepbx/branches/2.3/amp_conf/htdocs/admin/header.php (modified) (2 diffs)
- freepbx/branches/2.3/amp_conf/htdocs/admin/header_auth.php (modified) (1 diff)
- freepbx/branches/2.3/amp_conf/htdocs/admin/i18n/es_ES/LC_MESSAGES/amp.po (modified) (1 diff)
- freepbx/branches/2.3/amp_conf/htdocs/admin/i18n/fr_FR/LC_MESSAGES/amp.mo (modified) (previous)
- freepbx/branches/2.3/amp_conf/htdocs/admin/i18n/fr_FR/LC_MESSAGES/amp.po (modified) (3 diffs)
- freepbx/branches/2.3/amp_conf/htdocs/admin/i18n/he_IL/LC_MESSAGES/amp.po (modified) (1 diff)
- freepbx/branches/2.3/amp_conf/htdocs/admin/i18n/it_IT/LC_MESSAGES/amp.po (modified) (3 diffs)
- freepbx/branches/2.3/amp_conf/htdocs/admin/i18n/pt_PT/LC_MESSAGES/amp.po (modified) (1 diff)
- freepbx/branches/2.3/amp_conf/htdocs/admin/i18n/ru_RU/LC_MESSAGES/amp.mo (modified) (previous)
- freepbx/branches/2.3/amp_conf/htdocs/admin/i18n/ru_RU/LC_MESSAGES/amp.po (modified) (7 diffs)
- freepbx/branches/2.3/amp_conf/htdocs/admin/index.php (modified) (2 diffs)
- freepbx/branches/2.3/amp_conf/htdocs/admin/logout.php (modified) (1 diff)
- freepbx/branches/2.3/amp_conf/htdocs/admin/page.modules.php (modified) (1 diff)
- freepbx/branches/2.3/amp_conf/htdocs/admin/panel.php (modified) (1 diff)
- freepbx/branches/2.3/amp_conf/htdocs/admin/reports.php (modified) (1 diff)
- freepbx/branches/2.3/amp_conf/htdocs/index.html (modified) (1 diff)
- freepbx/branches/2.3/amp_conf/htdocs/recordings/modules/settings.module (modified) (1 diff)
- freepbx/branches/2.3/amportal.conf (modified) (1 diff)
- freepbx/branches/2.3/freepbx.pot (modified) (7 diffs)
- freepbx/branches/2.3/install_amp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.3/CHANGES
r4014 r4170 102 102 103 103 2.1.1 104 - Rob Thomas (xrobau@gmail.com) takes over stewardship of freePBX project from Coalescent Systems104 - Rob Thomas (xrobau@gmail.com) takes over stewardship of FreePBX project from Coalescent Systems 105 105 - Clean up harmless warnings in recordingcheck (r1927 and r1940) 106 106 - SIP Anonymous wasn't working when language was not set to 'en' (r1932) … … 127 127 2.0 128 128 129 - AMP is now " freePBX"129 - AMP is now "FreePBX" 130 130 - New module system allows for drop-in functionality 131 131 - Requires Asterisk 1.2.x … … 138 138 - Queue Static Agents can have penalties applied 139 139 - 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. 141 141 - Initial sqlite support! 142 142 - Much improved form validation for all modules freepbx/branches/2.3/CONTRIB.txt
r2906 r4170 4 4 5 5 Zac Sprackett (www.sprackett.com) 6 Ported to PHP by the freePBX community.6 Ported to PHP by the FreePBX community. 7 7 8 8 ****************************************************************************************** freepbx/branches/2.3/ChangeLog
r998 r4170 93 93 94 94 * amportal.conf (1.13), amp_conf/htdocs_panel/index_amp.php (1.3): 95 [ 1438881 ] freePBX 2.0 Beta 1 /panel/index_amp.php error95 [ 1438881 ] FreePBX 2.0 Beta 1 /panel/index_amp.php error 96 96 97 97 2006-02-27 10:07 rcourtna freepbx/branches/2.3/INSTALL
r3507 r4170 1 1 ### 2 Installing freePBX2 Installing FreePBX 3 3 4 4 ### 5 5 Important Warning! 6 freePBX _will_ overwrite any exisiting asterisk configurations you may have. This project attempts6 FreePBX _will_ overwrite any exisiting asterisk configurations you may have. This project attempts 7 7 to 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 Dev8 Please visit both the Documentation wiki (http://www.aussievoip.com.au/wiki/FreePBX) and the Dev 9 9 wiki (http://www.freepbx.org/wiki) for instructions, hints and tips. As a rule of thumb, any 10 10 existing sip, iax, or extensions files can be copied to the same name with _custom.conf appended, … … 13 13 14 14 ### 15 freePBX has several requirements, including the following packages (names may vary based on distro):15 FreePBX has several requirements, including the following packages (names may vary based on distro): 16 16 17 17 libxml2 … … 43 43 44 44 ### 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/ freePBX45 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 47 47 for more documentation) 48 48 … … 54 54 55 55 ### 56 Download the latest freePBX files:57 58 - download the latest freePBX tarball to /usr/src56 Download the latest FreePBX files: 57 58 - download the latest FreePBX tarball to /usr/src 59 59 - tar -zxvf freepbx<version>.tar.gz 60 60 61 61 ### 62 62 Getting 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) 64 64 65 65 - cd /usr/src … … 126 126 127 127 ### 128 Setting up MySQL for CDR and freePBX web interface128 Setting up MySQL for CDR and FreePBX web interface 129 129 130 130 - /usr/bin/mysql_install_db … … 156 156 157 157 ### 158 Run the "install" script to install all the freePBX files:159 160 - /usr/src/ freePBX/install_amp158 Run the "install" script to install all the FreePBX files: 159 160 - /usr/src/FreePBX/install_amp 161 161 162 162 ### … … 236 236 237 237 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: 239 239 #include zapata_additional.conf 240 240 … … 259 259 Amportal Control Script 260 260 261 FreePBX's amportal control script starts, stops or kills services in the freePBX environment, and sets permissions on directories/files in the262 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: 263 263 264 264 [root@pbx root]# amportal freepbx/branches/2.3/UPGRADE
r1972 r4170 1 1 2 Upgrading freePBX2 Upgrading FreePBX 3 3 4 Upgrading freePBX is easy. You should perform these steps on a running system. There should be no impact to service.4 Upgrading FreePBX is easy. You should perform these steps on a running system. There should be no impact to service. 5 5 6 6 7 Upgrading from the freePBX-version.tar.gz download from sourceforge:7 Upgrading from the FreePBX-version.tar.gz download from sourceforge: 8 8 9 - save the freePBX-version.tar.gz to /usr/src/9 - save the FreePBX-version.tar.gz to /usr/src/ 10 10 - 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 tar13 - cd freePBX-version :: change to the freePBX directory11 - 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 14 14 - ./install_amp :: run the install script 15 15 16 16 - ./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 131 131 132 132 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>", 134 134 "<a href=\"http://www.gnu.org/copyleft/gpl.html\" target=\"_blank\">GPL</a>" 135 135 ); freepbx/branches/2.3/amp_conf/htdocs/admin/functions.inc.php
r4155 r4170 1156 1156 ************************************************************************************************************/ 1157 1157 1158 /** Get the latest module.xml file for this freePBX version.1158 /** Get the latest module.xml file for this FreePBX version. 1159 1159 * Caches in the database for 5 mintues. 1160 1160 * If $module is specified, only returns the data for that module. … … 2461 2461 2462 2462 /** Abort all output, and redirect the browser's location using standard 2463 * freePBX user interface variables. By default, will take POST/GET variables2463 * FreePBX user interface variables. By default, will take POST/GET variables 2464 2464 * 'type' and 'display' and pass them along in the URL. 2465 2465 * 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 126 126 echo "\t\t<div id=\"version\">"; 127 127 echo sprintf(_("%s %s on %s"), 128 "<a href=\"index.php\">"._(" freePBX")."</a>",128 "<a href=\"index.php\">"._("FreePBX")."</a>", 129 129 getversion(), 130 130 "<a href=\"http".(isset($_SERVER['HTTPS'])&&$_SERVER['HTTPS']!=''?'s':'')."://".$_SERVER['HTTP_HOST']."\">".$_SERVER["SERVER_NAME"]."</a>" … … 144 144 echo "\t\t</ul>\n"; 145 145 146 $freepbx_alt = _(" freePBX");146 $freepbx_alt = _("FreePBX"); 147 147 $freepbx_logo = (isset($amp_conf["AMPADMINLOGO"]) && is_file($amp_conf["AMPWEBROOT"]."/admin/images/".$amp_conf["AMPADMINLOGO"])) ? $amp_conf["AMPADMINLOGO"] : 'freepbx_small.png'; 148 148 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 51 51 if (! isset($_SESSION['realm'])) { 52 52 srand(); 53 $_SESSION['realm'] = ' freePBX (SEQ'.mt_rand( 1, 1000000000 ).')';53 $_SESSION['realm'] = 'FreePBX (SEQ'.mt_rand( 1, 1000000000 ).')'; 54 54 $_SESSION['login'] = true; 55 55 header("WWW-Authenticate: Basic realm=\"{$_SESSION['realm']}\""); freepbx/branches/2.3/amp_conf/htdocs/admin/i18n/es_ES/LC_MESSAGES/amp.po
r1324 r4170 838 838 839 839 #: index.php:25 840 msgid " freePBX administration"841 msgstr "administración freePBX"840 msgid "FreePBX administration" 841 msgstr "administración FreePBX" 842 842 843 843 #: index.php:26 freepbx/branches/2.3/amp_conf/htdocs/admin/i18n/fr_FR/LC_MESSAGES/amp.po
r1706 r4170 1324 1324 1325 1325 #: index.php:25 1326 msgid " freePBX administration"1327 msgstr "Administration iPBX"1326 msgid "FreePBX administration" 1327 msgstr "Administration FreePBX" 1328 1328 1329 1329 #: index.php:26 … … 3153 3153 msgid "" 3154 3154 "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." 3156 3156 msgstr "" 3157 3157 "Choisir <b>Système</b> pour autoriser le système " … … 3169 3169 3170 3170 #: modules/core/page.did.php:112 3171 msgid " freePBX default"3171 msgid "FreePBX default" 3172 3172 msgstr "Par Défaut" 3173 3173 freepbx/branches/2.3/amp_conf/htdocs/admin/i18n/he_IL/LC_MESSAGES/amp.po
r2734 r4170 103 103 104 104 #: index.php:18 logout.php:16 105 msgid " freePBX administration"106 msgstr "× ×××× freePBX"105 msgid "FreePBX administration" 106 msgstr "× ×××× FreePBX" 107 107 108 108 #: index.php:19 freepbx/branches/2.3/amp_conf/htdocs/admin/i18n/it_IT/LC_MESSAGES/amp.po
r2636 r4170 3099 3099 3100 3100 #: index.php:25 3101 msgid " freePBX administration"3102 msgstr "amministrazione freePBX"3101 msgid "FreePBX administration" 3102 msgstr "amministrazione FreePBX" 3103 3103 3104 3104 #: index.php:80 … … 3241 3241 msgid "" 3242 3242 "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." 3244 3244 msgstr "" 3245 3245 "Selezionare 'sistema' per avere la ricezione dei fax come da impostazioni " … … 3247 3247 3248 3248 #: modules/core/page.did.php:112 modules/core/page.did.php:114 3249 msgid " freePBX default"3250 msgstr "default freePBX"3249 msgid "FreePBX default" 3250 msgstr "default FreePBX" 3251 3251 3252 3252 #: modules/core/page.general.php:66 freepbx/branches/2.3/amp_conf/htdocs/admin/i18n/pt_PT/LC_MESSAGES/amp.po
r1896 r4170 834 834 835 835 #: index.php:25 836 msgid " freePBX administration"837 msgstr "administralçao freePBX"836 msgid "FreePBX administration" 837 msgstr "administralçao FreePBX" 838 838 839 839 #: index.php:26 freepbx/branches/2.3/amp_conf/htdocs/admin/i18n/ru_RU/LC_MESSAGES/amp.po
r1364 r4170 1 # Russian freePBX ver. translation1 # Russian FreePBX ver. translation 2 2 # 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. 4 4 # Alexander Kozyrev <ceo@postmet.com>, Sergey Nikolayev <sergey@postmet.com>, 2006. 5 5 # … … 103 103 104 104 #: index.php:25 105 msgid " freePBX administration"106 msgstr "°ÔÜØÝØáâàØàÞÒÐÝØÕ freePBX"105 msgid "FreePBX administration" 106 msgstr "°ÔÜØÝØáâàØàÞÒÐÝØÕ FreePBX" 107 107 108 108 #: index.php:26 … … 116 116 #: index.php:81 117 117 msgid "Welcome to the FreePBX Administration" 118 msgstr "ŽÞÑàÞ ßÞÖÐÛÞÒÐâì Ò freePBX"118 msgstr "ŽÞÑàÞ ßÞÖÐÛÞÒÐâì Ò FreePBX" 119 119 120 120 #: page.modules.php:89 … … 966 966 msgid "" 967 967 "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." 969 969 msgstr "" 970 970 "²ëÑÕàØâÕ 'áØáâÕÜÐ' ÔÛï ÐÒâÞÜÐâØçÕáÚÞÓÞ ßÞÛãçÕÝØï äÐÚáÞÒ Ø ÔÐÛìÝÕèÕÙ ÞâáëÛÚØ " … … 973 973 974 974 #: modules/core/page.did.php:114 975 msgid " freePBX default"975 msgid "FreePBX default" 976 976 msgstr "·ÝÐçÕÝØï ßÞ ãÜÞÛçÐÝØî" 977 977 … … 2024 2024 msgid "" 2025 2025 "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 " 2027 2027 "channel:" 2028 2028 msgstr "" 2029 2029 "¿àØ ßàØáÞÕÔØÝÕÝØØ Ú áÕâØ IRC ÔÛï ßÞÛãçÕÝØï ÚÞÝáãÛìâÐæØÞÝÝÞÙ ßÞÔÔÕàÖÚØ, IRC ÚÛØÕÝâ " 2030 "ÐÒâÞÜÐâØçÕáÚØ ÞâÞèÛÕâ íâã ØÝäÞàÜÐæØî ÒáÕÜ ÝÐ ÚÐÝÐÛÕ # freePBX:"2030 "ÐÒâÞÜÐâØçÕáÚØ ÞâÞèÛÕâ íâã ØÝäÞàÜÐæØî ÒáÕÜ ÝÐ ÚÐÝÐÛÕ #FreePBX:" 2031 2031 2032 2032 #: modules/irc/page.irc.php:71 … … 2036 2036 #: modules/irc/page.irc.php:74 2037 2037 msgid "Your FreePBX version:" 2038 msgstr "²ÕàáØï freePBX:"2038 msgstr "²ÕàáØï FreePBX:" 2039 2039 2040 2040 #: modules/irc/page.irc.php:77 freepbx/branches/2.3/amp_conf/htdocs/admin/index.php
r3859 r4170 32 32 include 'header.php'; 33 33 34 $title=_(" freePBX administration");34 $title=_("FreePBX administration"); 35 35 $message=_("Administration"); 36 36 … … 48 48 <div id="right-corner"></div> 49 49 <div class="content"> 50 <h2> freePBX</h2>50 <h2>FreePBX</h2> 51 51 <p> 52 52 <?php echo _("Welcome to the FreePBX Administration") ?> <?php echo getversion(); ?> freepbx/branches/2.3/amp_conf/htdocs/admin/logout.php
r2980 r4170 16 16 $quietmode = isset($_REQUEST['quietmode'])?$_REQUEST['quietmode']:''; 17 17 18 $title=_(" freePBX administration");18 $title=_("FreePBX administration"); 19 19 20 20 $message=_("Logged Out"); freepbx/branches/2.3/amp_conf/htdocs/admin/page.modules.php
r4063 r4170 486 486 487 487 } 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"; 489 489 490 490 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 14 14 $quietmode = isset($_REQUEST['quietmode'])?$_REQUEST['quietmode']:''; 15 15 16 $title=" freePBX: Flash Operator Panel";16 $title="FreePBX: Flash Operator Panel"; 17 17 $message="Flash Operator Panel"; 18 18 freepbx/branches/2.3/amp_conf/htdocs/admin/reports.php
r3788 r4170 14 14 $quietmode = isset($_REQUEST['quietmode'])?$_REQUEST['quietmode']:''; 15 15 16 $title=" freePBX: Call Detail Reports";16 $title="FreePBX: Call Detail Reports"; 17 17 $message="Call Detail Reports"; 18 18 freepbx/branches/2.3/amp_conf/htdocs/index.html
r855 r4170 2 2 <HEAD> 3 3 <head> 4 <title> freePBX</title>4 <title>FreePBX</title> 5 5 <meta http-equiv="Content-Type" content="text/html"> 6 6 <link href="mainstyle.css" rel="stylesheet" type="text/css"> freepbx/branches/2.3/amp_conf/htdocs/recordings/modules/settings.module
r4154 r4170 806 806 <tr> 807 807 <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.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. 809 809 ") . "<br></span></a></td> 810 810 <td> freepbx/branches/2.3/amportal.conf
r4117 r4170 125 125 # AMPPROVROOT=/var/ftp /tftpboot 126 126 # 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. 128 128 # 129 129 #AMPPROVROOT=/var/ftp /tftpboot freepbx/branches/2.3/freepbx.pot
r2836 r4170 198 198 msgid "" 199 199 "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." 201 201 msgstr "" 202 202 203 203 #: amp_conf/htdocs/admin/modules/core/page.did.php:124 204 msgid " freePBX default"204 msgid "FreePBX default" 205 205 msgstr "" 206 206 … … 222 222 msgid "" 223 223 "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 " 225 225 "Settings." 226 226 msgstr "" … … 1354 1354 1355 1355 #: amp_conf/htdocs/admin/config.php:253 1356 msgid "Welcome to freePBX."1356 msgid "Welcome to FreePBX." 1357 1357 msgstr "" 1358 1358 1359 1359 #: amp_conf/htdocs/admin/config.php:254 1360 1360 msgid "" 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 " 1362 1362 "you started" 1363 1363 msgstr "" … … 1391 1391 #, php-format 1392 1392 msgid "" 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 " 1394 1394 "Forum</a> where you can post\n" 1395 1395 "questions and search for answers for any problems you may be having." … … 1397 1397 1398 1398 #: amp_conf/htdocs/admin/config.php:289 1399 msgid "We hope you enjoy using freePBX!"1399 msgid "We hope you enjoy using FreePBX!" 1400 1400 msgstr "" 1401 1401 … … 1409 1409 1410 1410 #: amp_conf/htdocs/admin/index.php:16 amp_conf/htdocs/admin/logout.php:16 1411 msgid " freePBX administration"1411 msgid "FreePBX administration" 1412 1412 msgstr "" 1413 1413 … … 1706 1706 1707 1707 #: amp_conf/htdocs/admin/header.php:110 1708 msgid " freePBX"1708 msgid "FreePBX" 1709 1709 msgstr "" 1710 1710 freepbx/branches/2.3/install_amp
r4122 r4170 1027 1027 1028 1028 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]); 1030 1030 } 1031 1031 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]); 1033 1033 } 1034 1034 } elseif (preg_match('/^Asterisk SVN.+/', $verinfo)) { … … 1056 1056 $tmpout = exec("selinuxenabled 2>&1", $tmpoutput, $sereturn); 1057 1057 if ($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"); 1059 1059 } 1060 1060 out("OK"); … … 1157 1157 if ($install_files) 1158 1158 { 1159 outn("Installing new freePBX files..");1159 outn("Installing new FreePBX files.."); 1160 1160 $check_md5s=true; 1161 1161 $md5sums = read_md5_file(UPGRADE_DIR."/".$version.".md5");
