Changeset 4176

Show
Ignore:
Timestamp:
06/23/07 12:48:47 (6 years ago)
Author:
p_lindheimer
Message:

change default behavior of ENABLECW and add comments to CHANGE log

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/branches/2.3/CHANGES

    r4171 r4176  
    99  of an extension works the same way. There is no longer a Follow-Me destination 
    1010  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 
    1115- MOVED CORE MODULES to the module repository, meaning they can now be updated online 
    1216  like other modules. 
     
    1822  can otherwise be disabled), etc. You check the box down with Voicemail and then 
    1923  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. 
    2026- ARI control of Follow-Me, VmX Locater, all CF modes, and a handful of other 
    2127  ARI bugs addressed. (ARI is still in EOL mode - but since no user portal is ready 
  • freepbx/branches/2.3/amportal.conf

    r4174 r4176  
    8585# POST_RELOAD_DEBUG=false 
    8686 
    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. 
    9092ENABLECW=yes 
    9193