Fix the Desintation Select list for IVR Menu Other.
This commit is contained in:
parent
a449ac3774
commit
834fc1b15a
|
|
@ -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';
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue