From 8e7452e8c7dd2cffbc2281e7cc3c13444a201337 Mon Sep 17 00:00:00 2001 From: agree <37550360+greenbea@users.noreply.github.com> Date: Wed, 27 Jan 2021 13:49:01 -0500 Subject: [PATCH] click to cal --- app/click_to_call/click_to_call.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/click_to_call/click_to_call.php b/app/click_to_call/click_to_call.php index 4d6cc4d8a3..c3538d6a2c 100644 --- a/app/click_to_call/click_to_call.php +++ b/app/click_to_call/click_to_call.php @@ -2,7 +2,7 @@ /* $Id$ */ /* click_to_call.php - Copyright (C) 2008, 2018 Mark J Crane + Copyright (C) 2008, 2021 Mark J Crane All rights reserved. Redistribution and use in source and binary forms, with or without @@ -209,7 +209,7 @@ else { //display the last command $switch_cmd = "api originate ".$source.$switch_cmd; - echo "
".$switch_cmd."

".$src." has called ".$dest."
\n"; + echo "
".$src." has called ".$dest."
\n"; //show the command result $result = trim(event_socket_request($fp, $switch_cmd)); if (substr($result, 0,3) == "+OK") {