From d4b5e926dbcc6e44dc5c21919bebb800a02fa7a9 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Mon, 23 Sep 2013 19:58:03 +0000 Subject: [PATCH] Remove the mkdir from call center dialplan. --- resources/switch.php | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/resources/switch.php b/resources/switch.php index c02a269842..404620b581 100644 --- a/resources/switch.php +++ b/resources/switch.php @@ -2594,19 +2594,6 @@ if (!function_exists('save_call_center_xml')) { $dialplan->dialplan_detail_add(); unset($dialplan); - $dialplan = new dialplan; - $dialplan->domain_uuid = $domain_uuid; - $dialplan->dialplan_uuid = $dialplan_uuid; - $dialplan->dialplan_detail_tag = 'action'; //condition, action, antiaction - $dialplan->dialplan_detail_type = 'system'; - $dialplan->dialplan_detail_data = 'mkdir -p $${base_dir}/recordings/archive/${strftime(%Y)}/${strftime(%b)}/${strftime(%d)}/'; - $dialplan->dialplan_detail_break = ''; - $dialplan->dialplan_detail_inline = ''; - $dialplan->dialplan_detail_group = '2'; - $dialplan->dialplan_detail_order = '004'; - $dialplan->dialplan_detail_add(); - unset($dialplan); - $dialplan = new dialplan; $dialplan->domain_uuid = $domain_uuid; $dialplan->dialplan_uuid = $dialplan_uuid;