Update call_center_queue_edit.php

This commit is contained in:
FusionPBX 2018-07-18 17:08:25 -06:00 committed by GitHub
parent dbdf5fe32e
commit fea6335817
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -427,6 +427,10 @@
$prep_statement->execute();
$agents = $prep_statement->fetchAll(PDO::FETCH_NAMED);
//get the sounds
$sounds = new sounds;
$sounds = $sounds->get();
//set default values
if (strlen($queue_strategy) == 0) { $queue_strategy = "longest-idle-agent"; }
if (strlen($queue_moh_sound) == 0) { $queue_moh_sound = "\$\${hold_music}"; }