root/freepbx/branches/2.3.views/CHANGES

Revision 4180, 16.1 kB (checked in by p_lindheimer, 2 years ago)

put back bad-number context with TRANSFER_CONTEXT set to keep transfers to bugs extensions from being lost in the bad-number context

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