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]['name'] = 'ivr_menus_other';
|
||||||
$apps[$x]['destinations'][$y]['field']['name'] = 'name';
|
$apps[$x]['destinations'][$y]['field']['name'] = 'name';
|
||||||
$apps[$x]['destinations'][$y]['field']['destination'] = 'destination';
|
$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}";
|
$apps[$x]['destinations'][$y]['select_label'] = "\${name}";
|
||||||
$z=0;
|
$z=0;
|
||||||
$apps[$x]['destinations'][$y]['result']['data'][$z]['name'] = 'top';
|
$apps[$x]['destinations'][$y]['result']['data'][$z]['name'] = 'top';
|
||||||
|
|||||||
Reference in New Issue
Block a user