Update click_to_call.php

This commit is contained in:
FusionPBX 2018-05-31 21:23:49 -06:00 committed by GitHub
parent b3eca58faf
commit c1915fcacd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
if ($rec == "true") {
$source_common .= ",record_path='".$record_path."'";
$source_common .= ",record_name='".$record_name."';
$source_common .= ",record_name='".$record_name."'";
}
if (strlen($src) < 7) {