aboutsummaryrefslogtreecommitdiffstats
path: root/config/freeswitch_dev/v_hunt_group_destinations_edit.tmp
diff options
context:
space:
mode:
Diffstat (limited to 'config/freeswitch_dev/v_hunt_group_destinations_edit.tmp')
-rw-r--r--config/freeswitch_dev/v_hunt_group_destinations_edit.tmp7
1 files changed, 4 insertions, 3 deletions
diff --git a/config/freeswitch_dev/v_hunt_group_destinations_edit.tmp b/config/freeswitch_dev/v_hunt_group_destinations_edit.tmp
index a30b76be..6c02a898 100644
--- a/config/freeswitch_dev/v_hunt_group_destinations_edit.tmp
+++ b/config/freeswitch_dev/v_hunt_group_destinations_edit.tmp
@@ -108,8 +108,9 @@ include("head.inc");
<?php
include("fbegin.inc");
-echo "<p class=\"pgtitle\">$v_project_label: Hunt Group: Destinations: Edit</p>\n";
-
+if ($v_label_show) {
+ echo "<p class=\"pgtitle\">$v_label: Hunt Group: Destinations: Edit</p>\n";
+}
if ($input_errors) print_input_errors($input_errors);
?>
@@ -185,7 +186,7 @@ build_menu();
else {
echo " <option>auto</option>\n";
}
- foreach (ListFiles('/usr/local/freeswitch/conf/sip_profiles') as $key=>$sip_profile_file){
+ foreach (ListFiles($v_conf_dir.'/sip_profiles') as $key=>$sip_profile_file){
$sip_profile_name = str_replace(".xml", "", $sip_profile_file);
if (htmlspecialchars($pconfig['destinationprofile']) == $sip_profile_name) {