Changeset 3223
- Timestamp:
- 11/27/06 20:53:05 (5 years ago)
- Files:
-
- freepbx/trunk/CHANGES (modified) (1 diff)
- freepbx/trunk/amp_conf/astetc/features.conf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/trunk/CHANGES
r3215 r3223 13 13 - Add support for Hebrew (RTL) text formatting 14 14 - dialparties.agi now written in PHP 15 - Went rummaging around through the old sourceforge forums and found some patches that had been lost in the move 15 - Went rummaging around through the old sourceforge forums and found some patches 16 that had been lost in the move 16 17 - FOP now using the latest version, .26 17 18 - Huge number (200+) of minor bug fixes 18 - Policy change with relation to releases. There is now a 'base' and a 'withmodules' package. The 'withmodules' pack 19 is useful for machine that don't have easy internet access, and contains all the modules currently available at 20 the time of the release. This is also useful for new installations, too. 19 - Policy change with relation to releases. There is now a 'base' and a 'withmodules' 20 package. The 'withmodules' pack is useful for machine that don't have easy internet 21 access, and contains all the modules currently available at the time of the release. 22 This is also useful for new installations, too. 23 - Changed default '#' and '*' features (transfer and disconnect) to '##' and 24 '**'. Note, bugs in asterisk prior to 1.2.13 cause this to misbehave. 25 21 26 *KNOWN ISSUES* 27 22 28 CID Lookup and Pinsets (both modules that hook into Inbound Routes) do not display their changes immediately. After 23 29 you change a CID or Pinset, click on the route _again_ - the changes will then be displayed. This is due to how the 24 30 old module hooks were being processed, and isn't easily fixable. 31 25 32 2.1.1 26 33 - Rob Thomas (xrobau@gmail.com) takes over stewardship of freePBX project from Coalescent Systems freepbx/trunk/amp_conf/astetc/features.conf
r2262 r3223 12 12 13 13 [featuremap] 14 ;blindxfer => ## ; Blind Transfer15 ;disconnect => ** ; Disconnect Call14 blindxfer => ## ; Blind Transfer 15 disconnect => ** ; Disconnect Call 16 16 automon => *1 ; One Touch Record 17 17 ;atxfer => *2 ; Attended Xfer
