-
Type:
New Feature
-
Status: Closed
-
Resolution: Works For Me
-
Affects Version/s: 2.5
-
Fix Version/s: None
-
Component/s: Queues
-
Labels:
Feature Request: Add "Ignore CF Settings" to Queues similar to Ring Groups.
It would be useful to have the "ignore CF settings" check box added to the Queues page exactly as is on the Ring Groups page.
Workaround: modify line 284 of admin/modules/queues/functions.inc.php to include an "i" after the "M" in DIAL_OPTIONS
NEW: $ext->add('ext-queues', $exten, !'', new ext_execif('$["${REGEX("(M[(]auto-blkvm[)])" ${DIAL_OPTIONS})}" != "1"]', 'Set', 'DIAL_OPTIONS=${DIAL_OPTIONS}M*_i*(auto-blkvm)'));