Update app_config.php

This commit is contained in:
FusionPBX 2018-03-29 19:25:14 -06:00 committed by GitHub
parent 89121398aa
commit 9231c61be3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@
$apps[$x]['destinations'][$y]['label'] = "tones";
$apps[$x]['destinations'][$y]['name'] = "tones";
$apps[$x]['destinations'][$y]['sql'] = "select var_uuid as uuid, var_name as name, var_value as destination, var_description as description from v_vars";
$apps[$x]['destinations'][$y]['where'] = "where var_cat = 'Tones' ";
$apps[$x]['destinations'][$y]['where'] = "where var_category = 'Ringtones' ";
$apps[$x]['destinations'][$y]['order_by'] = "var_name asc";
$apps[$x]['destinations'][$y]['field']['uuid'] = "var_uuid";
$apps[$x]['destinations'][$y]['field']['name'] = "var_name";
@ -44,4 +44,4 @@
$apps[$x]['destinations'][$y]['select_value']['ivr'] = "play tone_stream://\${destination}";
$apps[$x]['destinations'][$y]['select_label'] = "\${name}";
?>
?>