| 1 |
2.3.0 |
|---|
| 2 |
|
|---|
| 3 |
Added in Beta2: |
|---|
| 4 |
- WARNING: |
|---|
| 5 |
amportal has been changed to call freepbx_engine so that the framework can update that |
|---|
| 6 |
script if necessary. fop_start, fop_stop and fop_restart has also been added to freepbx_engine |
|---|
| 7 |
as new commands. If you are upgrading through install_amp then you will receive all these |
|---|
| 8 |
changes. If you were beta testing during Beta1 and were upgraded through the Framework updgade |
|---|
| 9 |
you will have to manually update the amportal script that lives under /usr/sbin normally, |
|---|
| 10 |
or run an install_amp upgrade. You can do this by changing to root and copying the file from |
|---|
| 11 |
amp_conf/sbin/amportal to /usr/sbin/amportal or where ever your AMPBIN directory is located. |
|---|
| 12 |
- WARNING: |
|---|
| 13 |
ARI split out into several modules. There may be some old ARI modules that are left over since |
|---|
| 14 |
the install script does not to delete the previous modules if they are still there. You can |
|---|
| 15 |
look in the install directory under amp_conf/htdocs/recordings/modules to see what gets packaged |
|---|
| 16 |
with the install. You can safetly remove any modules not listed there from the install |
|---|
| 17 |
directory, typically /var/www/html/recordings/modules is where they would be. |
|---|
| 18 |
- New Dashboard Index page - shows notifications from the system and vital system statistics |
|---|
| 19 |
- New Logos and styling |
|---|
| 20 |
- FOP 0.27 upgrade |
|---|
| 21 |
- Added CID prefix and description to inbound routes |
|---|
| 22 |
- Added CW enable/disable to core extensions/users |
|---|
| 23 |
- Segregated ARI into multiple ARI modules and added CW and DND. |
|---|
| 24 |
- Removed followme destinations, and changed Core destinations to Extensions, Voicemail and |
|---|
| 25 |
Terminate Call. Extensions will go to followme if enabled and present consistent with normal |
|---|
| 26 |
dialing behavior. Voicemail can choose busy or unavail. Terminate call included the Hangup and |
|---|
| 27 |
related core destinations. |
|---|
| 28 |
- New notification framework added to allow all notifications and errors to be consolidated |
|---|
| 29 |
and used by different systems like the dashboard. |
|---|
| 30 |
- New crontab manager added to allow modules to install crontab type entries run by the manager. |
|---|
| 31 |
Checks hourly and modules can indicate how frequently they want something run. Initially created for |
|---|
| 32 |
online update checking. |
|---|
| 33 |
- Automatic Online Update checks with notification through the dashboard or email. |
|---|
| 34 |
- Framework updates modified to handle full upgrades using the same upgrades directory to |
|---|
| 35 |
apply schema changes. Shared by install_amp. |
|---|
| 36 |
- FOP upgrading added to Framework |
|---|
| 37 |
- New FOPRUN variable in amportal.conf, if set to false, FOP won't be started by default |
|---|
| 38 |
- Added support in amportal.conf for AMPMANAGERPROXY, to use if running with a astmanproxy style proxy |
|---|
| 39 |
- libfreepbx.install.php split out from install_amp to consolidate common functions needed by framework |
|---|
| 40 |
- version array removed from install_amp upgrade script, it will now derive the version from the last |
|---|
| 41 |
upgrade direcotry and use the upgrade directories to run though the installs. |
|---|
| 42 |
- added 'hidden' make-links-devel flag to install_amp, to install with symbolic links if running |
|---|
| 43 |
out of an svn tree |
|---|
| 44 |
- retrieve_conf instrumented to provide notifications to the dashboard on failures |
|---|
| 45 |
- fixed several dependency logic bugs in the online module infastructure |
|---|
| 46 |
- improved the amportal.conf parser and modified retrieve_conf to use the main parser |
|---|
| 47 |
|
|---|
| 48 |
Added in Beta1: |
|---|
| 49 |
|
|---|
| 50 |
- To Get Full Details - look at the SVN logs of changes since the previous |
|---|
| 51 |
release. These are only higlights. |
|---|
| 52 |
- WARNING: |
|---|
| 53 |
Removed Follow-Me destinations and changed how 'Core Extension' destinations |
|---|
| 54 |
work. This has been an area of confusion and inconsistency. Under all calling |
|---|
| 55 |
conditions, if you call someone and they have an enabled Follow-Me, that is |
|---|
| 56 |
where the call goes. If not, it goes to their extension. Now the Core destination |
|---|
| 57 |
of an extension works the same way. There is no longer a Follow-Me destination |
|---|
| 58 |
to choose from. All settings should be migrated automatically. |
|---|
| 59 |
- WARNING: |
|---|
| 60 |
Changed default behavior of Call Waiting state when extensions are created. It is |
|---|
| 61 |
now enabled by default (r4175) and you must set ENABLECW=no to keep the preivous |
|---|
| 62 |
behavior |
|---|
| 63 |
- MOVED CORE MODULES to the module repository, meaning they can now be updated online |
|---|
| 64 |
like other modules. |
|---|
| 65 |
- ADDED Framework Module, which provides a facility to update all the rest of FreePBX |
|---|
| 66 |
through the Online Module Admin System |
|---|
| 67 |
- VmX Locater and its intergration with FollowMe. This is a new feature that allows |
|---|
| 68 |
each VoiceMail extension to have the option of having a 'personal' IVR so the caller |
|---|
| 69 |
can have choices like call them on their cell, optionally try their Follow-Me (which |
|---|
| 70 |
can otherwise be disabled), etc. You check the box down with Voicemail and then |
|---|
| 71 |
the user controls the rest from the ARI. |
|---|
| 72 |
- Added enable/disable of Follow-Me without having to delete. In disabled mode, VmX |
|---|
| 73 |
can still send calls to Follow-Me. |
|---|
| 74 |
- ARI control of Follow-Me, VmX Locater, all CF modes, and a handful of other |
|---|
| 75 |
ARI bugs addressed. (ARI is still in EOL mode - but since no user portal is ready |
|---|
| 76 |
yet, it still servers as a user interface). |
|---|
| 77 |
- Inbound MoH classes based on DID routing or Direct DID routing. |
|---|
| 78 |
- Outbound MoH clases based on the outbound route selected. |
|---|
| 79 |
- New ring strategies for FollowMe and Ringgroups (ringallv2, firstavalable, firstonphone) |
|---|
| 80 |
- Per-Extension Ring Times to override the global setting in General |
|---|
| 81 |
- Sipname alias (that can be non-numeric) to provide user friendly sip dialing |
|---|
| 82 |
information if you accept annonymous sip calls. |
|---|
| 83 |
- Internal calling CID Number Masquerading, to allow your internal extension appear |
|---|
| 84 |
as a different number when making internal calls. (For example, a support team can |
|---|
| 85 |
all masquerade with the number of a queue so that people who call them back call the |
|---|
| 86 |
queue instead of their personal extension. |
|---|
| 87 |
- CWINUSEBUSY=yes/no in amportal.conf, to have calls to an occupied multi-line phone (or |
|---|
| 88 |
CW enabled phone) end up in the voicemail busy greeting instead of the unavailable |
|---|
| 89 |
greeting. |
|---|
| 90 |
- Asterisk 1.4 support |
|---|
| 91 |
- Sqlite3 support (deprecate sqlite2) |
|---|
| 92 |
- Day/Night Control Module |
|---|
| 93 |
- Recording Module with playback ability |
|---|
| 94 |
- Re-Introduced bad-number context, to play friendly message if a bad number is dialed. Added |
|---|
| 95 |
from-internal-xfer as TRANSFER_CONTEXT in global variables. This keeps the previous error |
|---|
| 96 |
of transfering a user to a bad number and dropping the transfered user into the bad-number |
|---|
| 97 |
context. |
|---|
| 98 |
|
|---|
| 99 |
2.2.3 |
|---|
| 100 |
- #2025 fix bug that blocks the editing of an extension that has a directdid |
|---|
| 101 |
with an alert box saying the directdid is already in use. |
|---|
| 102 |
- #1747 add South Africa indications. |
|---|
| 103 |
- changed from auto-symlink to auto-copy of agi-bin scripts packaged with a |
|---|
| 104 |
module. The symlinks create issues on some systems. To keep the coying from |
|---|
| 105 |
overwriting files in the real agi-bin, make them read only permission to |
|---|
| 106 |
astersik. |
|---|
| 107 |
- Fixed several module version dependency checking bugs |
|---|
| 108 |
- #1841: don't strip '+' from directdid |
|---|
| 109 |
- added unique unidentifiable tracking id for online system auditing |
|---|
| 110 |
|
|---|
| 111 |
2.2.2 |
|---|
| 112 |
- To Get Full Details - look at the SVN logs of changes since the previous |
|---|
| 113 |
release. These are only higlights. |
|---|
| 114 |
- WARNING: |
|---|
| 115 |
merge ext-did and ext-did-direct all into ext-did context, and create |
|---|
| 116 |
new context, ext-did-cacthall when creating an ANY/ANY route. The inclusion |
|---|
| 117 |
of ext-did-catchall is in the extensions.conf file so if any customizations |
|---|
| 118 |
have been done, make sure this is included. |
|---|
| 119 |
The purpose of this change allows directdids specified with the extension |
|---|
| 120 |
to properly co-exist with those create with inbound routing. In addition, |
|---|
| 121 |
error checking has been added to keep the same did from being used two places. |
|---|
| 122 |
However, you can use a did on an extension as a directdid, and then included |
|---|
| 123 |
the same did+CID info on inbound routing and that is legal, and will now work |
|---|
| 124 |
properly instead of being ignored as was the case in the past. |
|---|
| 125 |
- WARNING: |
|---|
| 126 |
sip.conf file changes that MUST be adopted. The inclusion of sip_registrations.conf |
|---|
| 127 |
and sip_registrations_custom.conf have been added to sip.conf. In the past the |
|---|
| 128 |
registrations were put at the very top of sip_additional.conf which made it really |
|---|
| 129 |
easy to break things if you put a custom sip context into sip_custom.conf. |
|---|
| 130 |
- javascript warning when users try to use the 'r' option in the |
|---|
| 131 |
"Asterisk Outbound Dial command options" of the "General" tab. |
|---|
| 132 |
- allow the '=' character on the right side of an assignment in the trunk specification |
|---|
| 133 |
section. This was a common error propblem if a secret included an '=' sign, for |
|---|
| 134 |
instance. There are other settings that require '=' there also. |
|---|
| 135 |
- fix bug in ringgroups and followme when DND was enabled on the first extension of a |
|---|
| 136 |
ringgoup, the others would not be tried. This behavior is correct if the ring |
|---|
| 137 |
strategy includes the '-prim' postfix but was doing it to all strategies. |
|---|
| 138 |
- Added Israel and India Indications to General tab |
|---|
| 139 |
- Added MailBoxExists and WaitExten asterisk commands to extensions.class.php to enable |
|---|
| 140 |
some bug fixes requiring those commands forthcoming to the IVR and Voicemail modules. |
|---|
| 141 |
|
|---|
| 142 |
2.2.1 |
|---|
| 143 |
- Fix ENUM lookup bug in 2.2.0 - r3546 |
|---|
| 144 |
- Convert MP3 MOH files to SLN (Asterisk Native) format - r3548 |
|---|
| 145 |
- module_install() now returns true for already installed modules - r3569 |
|---|
| 146 |
- Allow null and blank values to be put into astdb - r3576 |
|---|
| 147 |
- don't propogate dnd behavior and not ring other phones if this was not |
|---|
| 148 |
a prim mode strategy - r3580 |
|---|
| 149 |
- Apply fix for #1361 (patch #1667), mailbox field not being propogated in in |
|---|
| 150 |
deviceanduser mode. - r3584 |
|---|
| 151 |
- Fix typo in extensions.conf, when pushing '0' for oper and not having an |
|---|
| 152 |
opereration extension defined, would pass a bad Dial string. - r3585 |
|---|
| 153 |
- added warning on save of trunk if user context left blank and user details |
|---|
| 154 |
filled in that details will not be saved #1666 - r3631 |
|---|
| 155 |
- limit rnav width #1647 |
|---|
| 156 |
fixed panel displaying extensions over 9999 as trunks - ticket #1710 |
|---|
| 157 |
List device technology on page when editing Ticket #1711 |
|---|
| 158 |
fixed trunks stripping AMP: which removed ANY occurance of the letters |
|---|
| 159 |
A,M,P,: from the beginning of all trunks, also unified the display on |
|---|
| 160 |
the routing page - partially noted in #1713 |
|---|
| 161 |
CFB when dialparties.agi decides not to - offhook, user hits ignore/reject, |
|---|
| 162 |
etc. - patch #1681 - (Backport from trunk) r3643 naftali5 |
|---|
| 163 |
- now module_admin works even for "broken" modules, running from every |
|---|
| 164 |
directory - r3678 |
|---|
| 165 |
- do not display warnings about password when not using mysql/pgsql - r3679 |
|---|
| 166 |
- make the cdr page links a bit nicer - r3689 |
|---|
| 167 |
- fix typo in sip.conf - r3691 |
|---|
| 168 |
- keep rtone from being set in queues_additional.conf #1635 - r3697 |
|---|
| 169 |
- fix queues retrieve conf bug part of #1659 - r3744 |
|---|
| 170 |
|
|---|
| 171 |
2.2 |
|---|
| 172 |
- IMPORTANT CHANGE - Asterisk 'transfer' featurecode is now defaulted to '##', rather than '#'. |
|---|
| 173 |
This was changed to avoid issues with sending a '#' to an externally called party. Note |
|---|
| 174 |
that this is a SIGNIFICANT CHANGE, and you should be aware of it. |
|---|
| 175 |
- Fixed trunk 'locking' (Never Override CallerID) checkbox to work properly. This allows a |
|---|
| 176 |
trunk to restrict outbound CallerID settings to those of the trunk or defined in an |
|---|
| 177 |
extensions outboundcid settings. WARNING: THIS WILL BREAK 2.2.0rc1 WORKAROUNDS. The logic |
|---|
| 178 |
was reversed, you had to check the box in rc1 to get it to allow such foreign callerid's. |
|---|
| 179 |
That was a bug (#1501). By fixing the logic, the behavior is now opposite and you may |
|---|
| 180 |
need to go back to your trunks and change it. |
|---|
| 181 |
|
|---|
| 182 |
2.2 |
|---|
| 183 |
- New Modules: phpagiconf, printextensions, customerdb, inventorydb, announcement, blacklist, |
|---|
| 184 |
cidlookup, customerdb, dictate, inventorydb, parking, pbdirectory, phonebook, printextensions, |
|---|
| 185 |
speeddials, ZoIP |
|---|
| 186 |
- New option in amportal.conf for remote backups (as well as significant backup fixes) |
|---|
| 187 |
- Changed Call Recordings to user MixMontior, better performance and more reliable. |
|---|
| 188 |
- Fixed prefix lookup to use localcallingguide.com XML interface |
|---|
| 189 |
- Fix potential security hole in CALLERID(name) and CALLERID(num) (see r2076) |
|---|
| 190 |
- Redo front end with the new look, Thanks to Steven Fischer for the template |
|---|
| 191 |
- Using new redirect() call, so the back button on the web browser is usable again |
|---|
| 192 |
- New module management, including progress of downloads |
|---|
| 193 |
- Added ability to 'lock' a trunk to only use a specified CID ('KEEPCID' patches) |
|---|
| 194 |
- Add support for Hebrew (RTL) text formatting |
|---|
| 195 |
- dialparties.agi now written in PHP |
|---|
| 196 |
- Went rummaging around through the old sourceforge forums and found some patches |
|---|
| 197 |
that had been lost in the move |
|---|
| 198 |
- FOP now using the latest version, .26 |
|---|
| 199 |
- Huge number (200+) of minor bug fixes |
|---|
| 200 |
- Policy change with relation to releases. There is now a 'base' and a 'withmodules' |
|---|
| 201 |
package. The 'withmodules' pack is useful for machine that don't have easy internet |
|---|
| 202 |
access, and contains all the modules currently available at the time of the release. |
|---|
| 203 |
This is also useful for new installations, too. |
|---|
| 204 |
- Changed default '#' and '*' features (transfer and disconnect) to '##' and |
|---|
| 205 |
'**'. Note, bugs in asterisk prior to 1.2.13 cause this to misbehave. |
|---|
| 206 |
|
|---|
| 207 |
*KNOWN ISSUES* |
|---|
| 208 |
|
|---|
| 209 |
CID Lookup and Pinsets (both modules that hook into Inbound Routes) do not display their changes immediately. After |
|---|
| 210 |
you change a CID or Pinset, click on the route _again_ - the changes will then be displayed. This is due to how the |
|---|
| 211 |
old module hooks were being processed, and isn't easily fixable. |
|---|
| 212 |
|
|---|
| 213 |
2.1.1 |
|---|
| 214 |
- Rob Thomas (xrobau@gmail.com) takes over stewardship of FreePBX project from Coalescent Systems |
|---|
| 215 |
- Clean up harmless warnings in recordingcheck (r1927 and r1940) |
|---|
| 216 |
- SIP Anonymous wasn't working when language was not set to 'en' (r1932) |
|---|
| 217 |
- Fixed unfortunate loop when more than 10 trunks defined (r1942) |
|---|
| 218 |
- Voicemail changes weren't immediately visible (r1945) |
|---|
| 219 |
- Various fixes to clean up parser errors in extensions.conf, and rewrite of a couple of macros (r1949, r1950, r1953, r1957) |
|---|
| 220 |
- Various minor text cleanups (r1960, r1962) |
|---|
| 221 |
- Show fatal error message when cannot read /etc/amportal.conf file (r1971) |
|---|
| 222 |
- Add simple script for A@H users to restore their non-standard modules (r1972) |
|---|
| 223 |
|
|---|
| 224 |
2.1 |
|---|
| 225 |
|
|---|
| 226 |
- Modules not packacked with FreePBX |
|---|
| 227 |
- Included interface used to download/install/upgrade modules |
|---|
| 228 |
- Inbound Routing based on (analog) zap channel (ie: no DID available) |
|---|
| 229 |
- Russian and Portuguese |
|---|
| 230 |
- ModuleHooks system allows modules to interact with eachother |
|---|
| 231 |
- dialparties completely re-written in PHP - eliminating dep for asterisk-perl |
|---|
| 232 |
- General Option to allow unauthenticated SIP calls into the system |
|---|
| 233 |
- Define different "Dial()" options for outbound calls |
|---|
| 234 |
- Direct DID->Extension config |
|---|
| 235 |
- New modules, including FeatureCodes, Callback, PinSets, and others |
|---|
| 236 |
|
|---|
| 237 |
2.0 |
|---|
| 238 |
|
|---|
| 239 |
- AMP is now "FreePBX" |
|---|
| 240 |
- New module system allows for drop-in functionality |
|---|
| 241 |
- Requires Asterisk 1.2.x |
|---|
| 242 |
- All previous AMP functionality ported to new module system |
|---|
| 243 |
- Added Modules: Conferences, Time Conditions, Asterisk CLI, Online Support |
|---|
| 244 |
- GUI improvements |
|---|
| 245 |
- FOP .24 |
|---|
| 246 |
- ARI 00.08.03 - now with AJAX! |
|---|
| 247 |
- Outbound Routes can now use an Authenticate Password File |
|---|
| 248 |
- Queue Static Agents can have penalties applied |
|---|
| 249 |
- Using native music on hold support - no more mpg123!! |
|---|
| 250 |
- Default is to use FreePBX database authentication. New installs create a new user. |
|---|
| 251 |
- Initial sqlite support! |
|---|
| 252 |
- Much improved form validation for all modules |
|---|
| 253 |
- Inbound routes can set ALERT_INFO variable for SIP devices |
|---|
| 254 |
- Ability to force Emergency Caller ID for devices using an Emergency Outbound Route. |
|---|
| 255 |
|
|---|
| 256 |
1.10.010 |
|---|
| 257 |
|
|---|
| 258 |
- Tested with Asterisk 1.2 (beta) |
|---|
| 259 |
- Tested with PHP 5 |
|---|
| 260 |
- Removed all the sound files from AMP archive, instead depend on asterisk-sounds |
|---|
| 261 |
- Ability to execute a script after applying changes in the AMP interface |
|---|
| 262 |
(see amportal.conf in source archive) |
|---|
| 263 |
- Allow accountcode for IAX devices (again) |
|---|
| 264 |
- Show custom extensions in FOP |
|---|
| 265 |
- Allow mailbox setting for device to be set manually (for shared mailboxes) |
|---|
| 266 |
- HINT extensions are now created for both FIXED and ADHOC devices |
|---|
| 267 |
- Display AMP version in footer |
|---|
| 268 |
- Support for remote mysql database |
|---|
| 269 |
- ARI upgrade adds i18n and user settings |
|---|
| 270 |
- Remove Play Next option from voicemail options and default to |
|---|
| 271 |
play next when deleting or saving voicemails |
|---|
| 272 |
- Lots'o'bug fixes |
|---|
| 273 |
|
|---|
| 274 |
1.10.009 |
|---|
| 275 |
|
|---|
| 276 |
- Asterisk Recording Interface (ARI). ARI is a php interface to Voicemail and monitor recordings. (written by littlejohnconsulting.com) |
|---|
| 277 |
- Queues can now play a "welcome" message to callers upon joining. |
|---|
| 278 |
- DID Routes re-written as Inbound Routing. This allows for DID specific fax emails and call answering options. |
|---|
| 279 |
- RingGroups now use strategies: Ring All (default), Hunt, Memory Hunt |
|---|
| 280 |
- Optional separation of Devices and Users (AMPEXTENSIONS option added to amportal.conf). Devices are endpoints (ie: phones), and can be Fixed to a user, or Adhoc. Users are extensions, with options like voicemail. A user can log in to Adhoc devices by dialing *11, and log-off by dialing *12. |
|---|
| 281 |
- Custom device technology support |
|---|
| 282 |
- HINT priorities for FIXED devices |
|---|
| 283 |
- Interface translated to French, German, Italian, Spanish |
|---|
| 284 |
- FOP .21 |
|---|
| 285 |
- FOP button layout can now be sorted by last name or extension number |
|---|
| 286 |
|
|---|
| 287 |
1.10.008 |
|---|
| 288 |
|
|---|
| 289 |
- Backup/Restore (schedule and restore backups) |
|---|
| 290 |
- Extension Call Recording (inbound and outbound calls) |
|---|
| 291 |
- Queue Call Recording (inbound to agents) |
|---|
| 292 |
- Custom Trunks (use any Asterisk supported technology as a trunk) |
|---|
| 293 |
- Remote Agents (join a Queue from any endpoint on a trunk) |
|---|
| 294 |
- Outbound Route Password (require a password for certain outbound patterns) |
|---|
| 295 |
- i18n (web interface can now be translated) |
|---|
| 296 |
- ZAP trunk channels no longer hard-coded in retrieve_op_conf_from_mysql.pl |
|---|
| 297 |
- *<exten> dials direct to voicemail() |
|---|
| 298 |
|
|---|
| 299 |
1.10.007 |
|---|
| 300 |
|
|---|
| 301 |
- Added cvs2cl generated ChangeLog (see this for all changes and bug fixes) |
|---|
| 302 |
- Added AMP Users (multi-department, multi-tenant) |
|---|
| 303 |
- Added incremental upgrade script (install_amp) |
|---|
| 304 |
- Use /etc/amportal.conf to tweak AMP to your environement (MySql credentials, web root, ip address, etc). Apply changes with apply_conf.sh |
|---|
| 305 |
- New Outbound Routes page to control trunks used for outbound calls based on dial patterns |
|---|
| 306 |
- LCR using Outbound Routes |
|---|
| 307 |
- Trunks page redone to support routing, adds dial rules to modify numbers per-trunk before dialing |
|---|
| 308 |
- ENUM Trunks |
|---|
| 309 |
- Queues support added |
|---|
| 310 |
- Support for ZAP extensions |
|---|
| 311 |
- More voicemail options added |
|---|
| 312 |
- New AGI-based directory application to support both first and last name lookups and return to operator |
|---|
| 313 |
- provide customization points for all AMP generated extension contexts. |
|---|
| 314 |
- Upgrade to Flash Operator Panel 0.20 |
|---|
| 315 |
- Upgrade Asterisk-Stat to v2.0 |
|---|
| 316 |
|
|---|
| 317 |
|
|---|
| 318 |
1.10.006 |
|---|
| 319 |
|
|---|
| 320 |
- Use extensions_custom.conf for customizations. Sample included. |
|---|
| 321 |
- Add option to define outbound CallerID on trunks |
|---|
| 322 |
- Add option to define outbound CallerID for extensions |
|---|
| 323 |
- Create extensions without voicemail and directory |
|---|
| 324 |
- Web voicemail (vmail.cgi) will automatically log in users linking from email notication. NOTE: see the new vm_email.inc.template for new URL format |
|---|
| 325 |
- Add Call-Forward on Busy application (enable: *90<destination>, disable: *91) |
|---|
| 326 |
- Upgrade FOP to 0.19. AMP now writes out op_buttons_additional.conf |
|---|
| 327 |
- Include AMP version on admin welcome page |
|---|
| 328 |
- Rework extensions admin |
|---|
| 329 |
- Add 'allow','disallow' settings for SIP and IAX extensions |
|---|
| 330 |
- Add 'pickupgroup','callgroup' settings for SIP extensions |
|---|
| 331 |
- Digital Receptionist voice menus can now be named |
|---|
| 332 |
- Allow custom goto for Call Groups |
|---|
| 333 |
- Digital Receptionist wizard check for proper format on custom goto |
|---|
| 334 |
- Fixed bug which limited AMP to 10 Digital Receptionist menus |
|---|
| 335 |
- Default outbound numbers now dial via a macro |
|---|
| 336 |
- Increase verbosity of mysql connection errors |
|---|
| 337 |
- Fixed upload wav for Ditial Receptionist |
|---|
| 338 |
- Fix Trunks admin so that it writes FOP config |
|---|
| 339 |
|
|---|
| 340 |
1.10.005 |
|---|
| 341 |
|
|---|
| 342 |
- Add "Advanced Edit" qualify= option for NEWLY created extensions |
|---|
| 343 |
- Add support for custom applications in Digital Receptionist admin |
|---|
| 344 |
- Prevent creation of multiple DIALOUTIDS variables in Trunks admin |
|---|
| 345 |
- Allow for long 'register' sting in Trunks admin (for new installs only) |
|---|
| 346 |
- Don't allow an extension number to be changed in Extension admin (force delete/re-create extension) |
|---|
| 347 |
- Fix counter bug in Digital Receptionist admin |
|---|
| 348 |
|
|---|
| 349 |
1.10.004 |
|---|
| 350 |
|
|---|
| 351 |
- Added Call Group CID Name prefixing |
|---|
| 352 |
- Renamed parking.conf to features.conf |
|---|
| 353 |
- Added condition to dialparties.agi that prevents potential pinning of the CPU |
|---|
| 354 |
- Allow Digital Receptionist voice recordings to be uploaded in AMP admin |
|---|
| 355 |
- Added new AMP logo |
|---|
| 356 |
- Added AMP process control script "amportal" |
|---|
| 357 |
- Write meetme configuration for IAX and SIP extensions |
|---|
| 358 |
- Added IAX2 and SIP trunking |
|---|
| 359 |
- Added "DID Routing" |
|---|
| 360 |
|
|---|
| 361 |
1.10.003 |
|---|
| 362 |
|
|---|
| 363 |
- Added support for IAX clients |
|---|
| 364 |
- Upgraded to FOP 0.17 |
|---|