Changeset 8118

Show
Ignore:
Timestamp:
08/24/09 12:19:58 (1 year ago)
Author:
p_lindheimer
Message:

add USEQUEUESTATE flag to amportal.confto use 'HINT:' format re #3562 but related to the Asterisk patch: https://issues.asterisk.org/view.php?id=15168

Files:

Legend:

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

    r7598 r8118  
    233233# settings which can be allowed by changing this field to false 
    234234# 
     235 
     236# USEQUEUESTATE=true|false 
     237# DEFAULT VALUE: false 
     238# Setting this flag will generate the required dialplan to integrate with the following Asterisk patch: 
     239#  https://issues.asterisk.org/view.php?id=15168 
     240# This feature is planned for a future 1.6 release but given the existance of the patch can be used prior. Once 
     241# the release version is known, code will be added to automatically enable this format in versions of Asterisk 
     242# that support it.