mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Fix the Desintation Select list for IVR Menu Other.
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
$apps[$x]['destinations'][$y]['name'] = 'ivr_menus_other';
|
||||
$apps[$x]['destinations'][$y]['field']['name'] = 'name';
|
||||
$apps[$x]['destinations'][$y]['field']['destination'] = 'destination';
|
||||
$apps[$x]['destinations'][$y]['select_value']['ivr'] = "\${name}:";
|
||||
$apps[$x]['destinations'][$y]['select_value']['ivr'] = "\${destination}:";
|
||||
$apps[$x]['destinations'][$y]['select_label'] = "\${name}";
|
||||
$z=0;
|
||||
$apps[$x]['destinations'][$y]['result']['data'][$z]['name'] = 'top';
|
||||
|
||||
Reference in New Issue
Block a user