Update app_config.php
This commit is contained in:
parent
245d342bcf
commit
d068b132eb
|
|
@ -11,7 +11,7 @@
|
|||
$apps[$x]['description']['en-us'] = "Manage Tones";
|
||||
|
||||
//destination details
|
||||
$y = 0;
|
||||
$y=0;
|
||||
$apps[$x]['destinations'][$y]['type'] = "sql";
|
||||
$apps[$x]['destinations'][$y]['label'] = "tones";
|
||||
$apps[$x]['destinations'][$y]['name'] = "tones";
|
||||
|
|
@ -26,4 +26,4 @@
|
|||
$apps[$x]['destinations'][$y]['select_value']['ivr'] = "play tone_stream://\${destination}";
|
||||
$apps[$x]['destinations'][$y]['select_label'] = "\${name}";
|
||||
|
||||
?>
|
||||
?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue