Remove the mkdir from call center dialplan.
This commit is contained in:
parent
b3f18d3ffc
commit
91b4cc13d2
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue