From b0bfaf84005dffa7ef6c9379f2d4ad8f5ec55d9c Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 17 Jun 2023 23:17:55 -0600 Subject: [PATCH] Remove redundant check_voicemail, company_directory and hangup. These are part of the Other category and have been already added to the destination select list in the destinations class. --- app/destinations/app_config.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/destinations/app_config.php b/app/destinations/app_config.php index 31e0ad13e2..2c94eba3ea 100644 --- a/app/destinations/app_config.php +++ b/app/destinations/app_config.php @@ -54,6 +54,7 @@ $apps[$x]['destinations'][$y]['select_value']['dialplan'] = "transfer:\${destination}"; $apps[$x]['destinations'][$y]['select_value']['ivr'] = "menu-exec-app:transfer \${destination}"; $apps[$x]['destinations'][$y]['select_label'] = "\${name}"; + /* $z=0; $apps[$x]['destinations'][$y]['result']['data'][$z]['name'] = 'check_voicemail'; $apps[$x]['destinations'][$y]['result']['data'][$z]['destination'] = '*98 XML ${context}'; @@ -66,6 +67,7 @@ $z++; $apps[$x]['destinations'][$y]['result']['data'][$z]['name'] = 'company_directory'; $apps[$x]['destinations'][$y]['result']['data'][$z]['destination'] = '*732 XML ${context}'; + */ //permission details $y=0;