Update app_config.php
This commit is contained in:
parent
805436d6b5
commit
20e9309b8d
|
|
@ -41,7 +41,7 @@
|
|||
$apps[$x]['destinations'][$y]['field']['destination'] = "var_filename";
|
||||
$apps[$x]['destinations'][$y]['field']['description'] = "var_description";
|
||||
$apps[$x]['destinations'][$y]['select_value']['dialplan'] = "playback:tone_stream://\${destination}";
|
||||
$apps[$x]['destinations'][$y]['select_value']['ivr'] = "playback:tone_stream://\${destination}";
|
||||
$apps[$x]['destinations'][$y]['select_value']['ivr'] = "menu-exec-app:playback tone_stream://\${destination}";
|
||||
$apps[$x]['destinations'][$y]['select_label'] = "\${name}";
|
||||
|
||||
?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue