Changeset 4176
- Timestamp:
- 06/23/07 12:48:47 (6 years ago)
- Files:
-
- freepbx/branches/2.3/CHANGES (modified) (2 diffs)
- freepbx/branches/2.3/amportal.conf (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/branches/2.3/CHANGES
r4171 r4176 9 9 of an extension works the same way. There is no longer a Follow-Me destination 10 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 11 15 - MOVED CORE MODULES to the module repository, meaning they can now be updated online 12 16 like other modules. … … 18 22 can otherwise be disabled), etc. You check the box down with Voicemail and then 19 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. 20 26 - ARI control of Follow-Me, VmX Locater, all CF modes, and a handful of other 21 27 ARI bugs addressed. (ARI is still in EOL mode - but since no user portal is ready freepbx/branches/2.3/amportal.conf
r4174 r4176 85 85 # POST_RELOAD_DEBUG=false 86 86 87 # ENABLECW: Enable call waiting by default when an extension is created 88 # Set to 'yes' it automatically creates the 'CW' key to enable call waiting, not 89 # requiring the user to dial *70 when their phone is first commissioned 87 # ENABLECW: Enable call waiting by default when an extension is created (DEFAULT is yes) 88 # Set to 'no' to if you don't want phones to be commissioned with call waiting already 89 # enabled. The user would then be required to dial the CW feature code (*70 default) to 90 # enable their phone. Most installations should leave this alone. It allows multi-line 91 # phones to receive multiple calls on their line appearances. 90 92 ENABLECW=yes 91 93
