| | 54 | Added in Beta2: |
|---|
| | 55 | - WARNING: |
|---|
| | 56 | amportal has been changed to call freepbx_engine so that the framework can update that |
|---|
| | 57 | script if necessary. fop_start, fop_stop and fop_restart has also been added to freepbx_engine |
|---|
| | 58 | as new commands. If you are upgrading through install_amp then you will receive all these |
|---|
| | 59 | changes. If you were beta testing during Beta1 and were upgraded through the Framework updgade |
|---|
| | 60 | you will have to manually update the amportal script that lives under /usr/sbin normally, |
|---|
| | 61 | or run an install_amp upgrade. You can do this by changing to root and copying the file from |
|---|
| | 62 | amp_conf/sbin/amportal to /usr/sbin/amportal or where ever your AMPBIN directory is located. |
|---|
| | 63 | - WARNING: |
|---|
| | 64 | ARI split out into several modules. There may be some old ARI modules that are left over since |
|---|
| | 65 | the install script does not to delete the previous modules if they are still there. You can |
|---|
| | 66 | look in the install directory under amp_conf/htdocs/recordings/modules to see what gets packaged |
|---|
| | 67 | with the install. You can safetly remove any modules not listed there from the install |
|---|
| | 68 | directory, typically /var/www/html/recordings/modules is where they would be. |
|---|
| | 69 | - New Dashboard Index page - shows notifications from the system and vital system statistics |
|---|
| | 70 | - New Logos and styling |
|---|
| | 71 | - FOP 0.27 upgrade |
|---|
| | 72 | - Added CID prefix and description to inbound routes |
|---|
| | 73 | - Added CW enable/disable to core extensions/users |
|---|
| | 74 | - Segregated ARI into multiple ARI modules and added CW and DND. |
|---|
| | 75 | - Removed followme destinations, and changed Core destinations to Extensions, Voicemail and |
|---|
| | 76 | Terminate Call. Extensions will go to followme if enabled and present consistent with normal |
|---|
| | 77 | dialing behavior. Voicemail can choose busy or unavail. Terminate call included the Hangup and |
|---|
| | 78 | related core destinations. |
|---|
| | 79 | - New notification framework added to allow all notifications and errors to be consolidated |
|---|
| | 80 | and used by different systems like the dashboard. |
|---|
| | 81 | - New crontab manager added to allow modules to install crontab type entries run by the manager. |
|---|
| | 82 | Checks hourly and modules can indicate how frequently they want something run. Initially created for |
|---|
| | 83 | online update checking. |
|---|
| | 84 | - Automatic Online Update checks with notification through the dashboard or email. |
|---|
| | 85 | - Framework updates modified to handle full upgrades using the same upgrades directory to |
|---|
| | 86 | apply schema changes. Shared by install_amp. |
|---|
| | 87 | - FOP upgrading added to Framework |
|---|
| | 88 | - New FOPRUN variable in amportal.conf, if set to false, FOP won't be started by default |
|---|
| | 89 | - Added support in amportal.conf for AMPMANAGERPROXY, to use if running with a astmanproxy style proxy |
|---|
| | 90 | - libfreepbx.install.php split out from install_amp to consolidate common functions needed by framework |
|---|
| | 91 | - version array removed from install_amp upgrade script, it will now derive the version from the last |
|---|
| | 92 | upgrade direcotry and use the upgrade directories to run though the installs. |
|---|
| | 93 | - added 'hidden' make-links-devel flag to install_amp, to install with symbolic links if running |
|---|
| | 94 | out of an svn tree |
|---|
| | 95 | - retrieve_conf instrumented to provide notifications to the dashboard on failures |
|---|
| | 96 | - fixed several dependency logic bugs in the online module infastructure |
|---|
| | 97 | - improved the amportal.conf parser and modified retrieve_conf to use the main parser |
|---|
| | 98 | |
|---|