mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-03 02:23:48 +00:00
Update click_to_call.php
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user