Fix the Desintation Select list for IVR Menu Other.

This commit is contained in:
FusionPBX 2022-03-04 12:04:08 -07:00 committed by GitHub
parent a449ac3774
commit 834fc1b15a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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';