Update click_to_call.php
This commit is contained in:
parent
4eff66676d
commit
b59a6e0ecf
|
|
@ -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) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue