Update click_to_call.php

This commit is contained in:
FusionPBX 2018-05-31 21:23:49 -06:00 committed by GitHub
parent 4eff66676d
commit b59a6e0ecf
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ if (is_array($_REQUEST) && !empty($_REQUEST['src']) && !empty($_REQUEST['dest'])
$source_common .= ",call_direction=".$dir; $source_common .= ",call_direction=".$dir;
if ($rec == "true") { if ($rec == "true") {
$source_common .= ",record_path='".$record_path."'"; $source_common .= ",record_path='".$record_path."'";
$source_common .= ",record_name='".$record_name."'; $source_common .= ",record_name='".$record_name."'";
} }
if (strlen($src) < 7) { if (strlen($src) < 7) {