Show
Ignore:
Timestamp:
12/02/07 01:22:25 (6 years ago)
Author:
p_lindheimer
Message:

added XTNCONFICTABORT and BADDESTABORT options to about retrieve_conf, changed retireve_conf to not run legacy generation for sip, iax,zap and queues if proper core_conf or queues_conf classes are found

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/trunk/amportal.conf

    r5319 r5331  
    141141# configured with "execincludes=yes" set in the [options] section. 
    142142# DYNAMICHINTS=true 
     143 
     144# XTNCONFLICTABORT, BADDESTABORT 
     145# setting either of these to true will result in retrieve_conf aborting during a reload if an extension 
     146# conflict is detected or a destination is detected. It is usually better to allow the reload to go 
     147# through and then correct the problem but these can be set if a more strict behavior is desired 
     148# both default to false if not set 
     149XTNCONFLICTABORT=false 
     150BADDESTABORT=false